#E00D3E

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

Shades of Crimson #E00D3E

Tints of Crimson #E00D3E

Color information

#E00D3E (or 0xE00D3E) is unknown color: approx Crimson. HEX triplet: E0, 0D and 3E. RGB value is (224,13,62). Sum of RGB (Red+Green+Blue) = 224+13+62=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 13 (5.47% from 255 or 4.35% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3E is #1FF2C1. Grayscale: #515151. Windows color (decimal): -2093762 or 4066784. OLE color: 4066784.

HSL color Cylindrical-coordinate representation of color #E00D3E: hue angle of 346.07º 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 #E00D3E is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB2241362-
CMYK00.940.720.12
HSL346.07º89.03%46.47%-
HSV(B)346.07º94.2%87.84%-
XYZ31.7516.486.07-
YUV81.68116.9229.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 74.92%
GREEN value IS 13 (5.47% from 255) = 4.35%
BLUE value IS 62 (24.61% from 255) = 20.74%
R=74.92%
G=4.35%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224136200.940.720.12346.0789.0346.47
HexE0D3E05E48C15a592e
Octal340157601361101453213156
Binary11100000110111111001011110100100011001010110101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00D3E; }

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

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

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

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

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

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

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

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