Shades of Alizarin #E02F3B
Tints of Alizarin #E02F3B
RGB
CMYK
RGB Variations
Color information
#E02F3B (or 0xE02F3B) is known color: Alizarin. HEX triplet: E0, 2F and 3B. RGB value is (224,47,59). Sum of RGB (Red+Green+Blue) = 224+47+59=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 59 (23.44% from 255 or 17.88% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F3B is #1FD0C4. Grayscale: #656565. Windows color (decimal): -2085061 or 3878880. OLE color: 3878880.
HSL color Cylindrical-coordinate representation of color #E02F3B: hue angle of 355.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02F3B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 59 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.12 |
| HSL | 355.93º | 0.74% | 0.53% | - |
| HSV(B) | 355.93º | 0.79% | 0.88% | - |
| XYZ | 32.55 | 18.2 | 5.93 | - |
| YUV | 101.29 | 104.14 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 59 | 0 | 0.79 | 0.74 | 0.12 | 355.93 | 0.74 | 0.53 |
| Hex | E0 | 2F | 3B | 0 | 4F | 4A | C | 164 | 4A | 35 |
| Octal | 340 | 57 | 73 | 0 | 117 | 112 | 14 | 544 | 112 | 65 |
| Binary | 11100000 | 101111 | 111011 | 0 | 1001111 | 1001010 | 1100 | 101100100 | 1001010 | 110101 |
Color Harmonies of #E02F3B
Complementary color
Monochromatic Colors of #E02F3B
Black with #E02F3B
Text Example
Text Example
White with #E02F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F3B; }
p { color: rgb(224,47,59); }
H1.HeaderClassName
{
color: #E02F3B;
}
.AnyTagClassName
{
color: #E02F3B;
}
</style>
background-color css
<style>
a { background-color: #E02F3B; }
a { background-color: rgb(224,47,59); }
div.DivClassName
{
background-color: #E02F3B;
}
.BgClassName
{
background-color: #E02F3B;
}
</style>
border-color css
<style>
span { border-color: #E02F3B; }
span { border-color: rgb(224,47,59); }
td.TdClassName
{
border-color: #E02F3B;
}
.TagClassName
{
border-color: #E02F3B;
}
</style>