#E00D48

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

Shades of Crimson #E00D48

Tints of Crimson #E00D48

Color information

#E00D48 (or 0xE00D48) is unknown color: approx Crimson. HEX triplet: E0, 0D and 48. RGB value is (224,13,72). Sum of RGB (Red+Green+Blue) = 224+13+72=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D48 is #1FF2B7. Grayscale: #525252. Windows color (decimal): -2093752 or 4722144. OLE color: 4722144.

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

Color convert

RGB2241372-
CMYK00.940.680.12
HSL343.22º89.03%46.47%-
HSV(B)343.22º94.2%87.84%-
XYZ32.0516.67.65-
YUV82.82121.9228.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 72.49%
GREEN value IS 13 (5.47% from 255) = 4.21%
BLUE value IS 72 (28.52% from 255) = 23.30%
R=72.49%
G=4.21%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal224137200.940.680.12343.2289.0346.47
HexE0D4805E44C157592e
Octal3401511001361041452713156
Binary111000001101100100001011110100010011001010101111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E00D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E00D48; }

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

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

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

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

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

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

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

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