E60000 Color Hex

#E60000 Color Hex

#E60000 Color Information

  • In the RGB color space, the color value #e60000 is composed of 90.2% red, 0% green, and 0% blue.
  • In the CMYK color space, it consists of 0 cyan, 1 magenta, 1 yellow, and 0 black.
  • It has a color angle of 0 degrees, a saturation of 100%, and a luminance of 45%.
  • Contrast color of #e60000 is #FFFFFF

#E60000 Color Conversion

Hex e60000 #e60000
RGB Decimal 230, 0, 0 rgb(230, 0, 0)
RGB Percent 90.2, 0, 0 rgb(90.2%, 0%, 0%)
HSL 0°,100%,45% hsl(0°,100%,45%)
CMYK 0, 1, 1, 25
HSV (or HSB) 0°, 0%, 0%,
YUV 69, 88, 242
XYZ 32.633, 16.823, 1.527
CIE-LAB 48.036, 74.096, 62.174

#e60000 border color

.css_border_solid{ border: 3px solid #e60000 }
.css_border_dotted{ border: 3px dotted #e60000 }
.css_border_dashed{ border: 3px dashed #e60000 }
.css_border_double{ border: 3px double #e60000 }

Css background gradient color with #E60000

.box_css_gradient_with_e60000{ 
	background-color: #e60000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9f9f', endColorstr='#e60000');
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9f9f), to(#e60000));
	background-image: -webkit-linear-gradient(top, #ff9f9f, #e60000);
	background-image: -moz-linear-gradient(top, #ff9f9f, #e60000);
	background-image: -o-linear-gradient(top, #ff9f9f, #e60000);
	background-image: linear-gradient(to bottom, #ff9f9f, #e60000);}

#e60000 Color Preview on Black Background

Sample font with color #e60000 on background of color black

#e60000 Color Preview on White Background

Sample font with color #e60000 on background of color white

#e60000 background color

The sample font has a contrasting color to the color #e60000

Contrast color with #e60000 color is #FFFFFF