#E00D3C

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

Shades of Crimson #E00D3C

Tints of Crimson #E00D3C

Color information

#E00D3C (or 0xE00D3C) is unknown color: approx Crimson. HEX triplet: E0, 0D and 3C. RGB value is (224,13,60). Sum of RGB (Red+Green+Blue) = 224+13+60=297 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.42% from 297); Green value is 13 (5.47% from 255 or 4.38% from 297); Blue value is 60 (23.83% from 255 or 20.20% from 297); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3C is #1FF2C3. Grayscale: #515151. Windows color (decimal): -2093764 or 3935712. OLE color: 3935712.

HSL color Cylindrical-coordinate representation of color #E00D3C: hue angle of 346.64º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D3C is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB2241360-
CMYK00.940.730.12
HSL346.64º89.03%46.47%-
HSV(B)346.64º94.2%87.84%-
XYZ31.716.465.78-
YUV81.45115.9229.68-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.42%
GREEN value IS 13 (5.47% from 255) = 4.38%
BLUE value IS 60 (23.83% from 255) = 20.20%
R=75.42%
G=4.38%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224136000.940.730.12346.6489.0346.47
HexE0D3C05E49C15b592e
Octal340157401361111453313156
Binary11100000110111110001011110100100111001010110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00D3C; }

 p { color: rgb(224,13,60); }

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

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

 a { background-color: rgb(224,13,60); }

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

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

 span { border-color: rgb(224,13,60); }

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