#E31042

Color #E31042 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #E31042

Tints of Crimson #E31042

Color information

#E31042 (or 0xE31042) is unknown color: approx Crimson. HEX triplet: E3, 10 and 42. RGB value is (227,16,66). Sum of RGB (Red+Green+Blue) = 227+16+66=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 16 (6.64% from 255 or 5.18% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E31042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31042 is #1CEFBD. Grayscale: #545454. Windows color (decimal): -1896382 or 4329699. OLE color: 4329699.

HSL color Cylindrical-coordinate representation of color #E31042: hue angle of 345.78º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E31042 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.11.

Color convert

RGB2271666-
CMYK00.930.710.11
HSL345.78º86.83%47.65%-
HSV(B)345.78º92.95%89.02%-
XYZ32.8517.096.72-
YUV84.79117.4229.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 73.46%
GREEN value IS 16 (6.64% from 255) = 5.18%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=73.46%
G=5.18%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227166600.930.710.11345.7886.8347.65
HexE3104205D47B15a5730
Octal3432010201351071353212760
Binary1110001110000100001001011101100011110111010110101010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E31042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E31042; }

 p { color: rgb(227,16,66); }

 H1.HeaderClassName
 {
   color: #E31042;
 }
 .AnyTagClassName
 {
   color: #E31042;
 }
</style>
background-color css

<style>
 a { background-color: #E31042; }

 a { background-color: rgb(227,16,66); }

 div.DivClassName
 {
   background-color: #E31042;
 }
 .BgClassName
 {
   background-color: #E31042;
 }
</style>
border-color css

<style>
 span { border-color: #E31042; }

 span { border-color: rgb(227,16,66); }

 td.TdClassName
 {
   border-color: #E31042;
 }
 .TagClassName
 {
   border-color: #E31042;
 }
</style>