#E00D3B

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

Shades of Crimson #E00D3B

Tints of Crimson #E00D3B

Color information

#E00D3B (or 0xE00D3B) is unknown color: approx Crimson. HEX triplet: E0, 0D and 3B. RGB value is (224,13,59). Sum of RGB (Red+Green+Blue) = 224+13+59=296 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.68% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D3B is #1FF2C4. Grayscale: #515151. Windows color (decimal): -2093765 or 3870176. OLE color: 3870176.

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

Color convert

RGB2241359-
CMYK00.940.740.12
HSL346.92º89.03%46.47%-
HSV(B)346.92º94.2%87.84%-
XYZ31.6716.455.64-
YUV81.33115.4229.76-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 75.68%
GREEN value IS 13 (5.47% from 255) = 4.39%
BLUE value IS 59 (23.44% from 255) = 19.93%
R=75.68%
G=4.39%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224135900.940.740.12346.9289.0346.47
HexE0D3B05E4AC15b592e
Octal340157301361121453313156
Binary11100000110111101101011110100101011001010110111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00D3B; }

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

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

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

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

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

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

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

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