Shades of Alizarin #E02A3E
Tints of Alizarin #E02A3E
RGB
CMYK
RGB Variations
Color information
#E02A3E (or 0xE02A3E) is known color: Alizarin. HEX triplet: E0, 2A and 3E. RGB value is (224,42,62). Sum of RGB (Red+Green+Blue) = 224+42+62=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A3E is #1FD5C1. Grayscale: #626262. Windows color (decimal): -2086338 or 4074208. OLE color: 4074208.
HSL color Cylindrical-coordinate representation of color #E02A3E: hue angle of 353.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02A3E is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 62 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.12 |
| HSL | 353.41º | 0.75% | 0.52% | - |
| HSV(B) | 353.41º | 0.81% | 0.88% | - |
| XYZ | 32.44 | 17.85 | 6.29 | - |
| YUV | 98.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 62 | 0 | 0.81 | 0.72 | 0.12 | 353.41 | 0.75 | 0.52 |
| Hex | E0 | 2A | 3E | 0 | 51 | 48 | C | 161 | 4B | 34 |
| Octal | 340 | 52 | 76 | 0 | 121 | 110 | 14 | 541 | 113 | 64 |
| Binary | 11100000 | 101010 | 111110 | 0 | 1010001 | 1001000 | 1100 | 101100001 | 1001011 | 110100 |
Color Harmonies of #E02A3E
Complementary color
Monochromatic Colors of #E02A3E
Black with #E02A3E
Text Example
Text Example
White with #E02A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A3E; }
p { color: rgb(224,42,62); }
H1.HeaderClassName
{
color: #E02A3E;
}
.AnyTagClassName
{
color: #E02A3E;
}
</style>
background-color css
<style>
a { background-color: #E02A3E; }
a { background-color: rgb(224,42,62); }
div.DivClassName
{
background-color: #E02A3E;
}
.BgClassName
{
background-color: #E02A3E;
}
</style>
border-color css
<style>
span { border-color: #E02A3E; }
span { border-color: rgb(224,42,62); }
td.TdClassName
{
border-color: #E02A3E;
}
.TagClassName
{
border-color: #E02A3E;
}
</style>