Shades of Alizarin #E02D3B
Tints of Alizarin #E02D3B
RGB
CMYK
RGB Variations
Color information
#E02D3B (or 0xE02D3B) is known color: Alizarin. HEX triplet: E0, 2D and 3B. RGB value is (224,45,59). Sum of RGB (Red+Green+Blue) = 224+45+59=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D3B is #1FD2C4. Grayscale: #646464. Windows color (decimal): -2085573 or 3878368. OLE color: 3878368.
HSL color Cylindrical-coordinate representation of color #E02D3B: hue angle of 355.31º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02D3B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 45 | 59 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.12 |
| HSL | 355.31º | 0.74% | 0.53% | - |
| HSV(B) | 355.31º | 0.8% | 0.88% | - |
| XYZ | 32.47 | 18.04 | 5.91 | - |
| YUV | 100.12 | 104.8 | 216.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 45 | 59 | 0 | 0.80 | 0.74 | 0.12 | 355.31 | 0.74 | 0.53 |
| Hex | E0 | 2D | 3B | 0 | 50 | 4A | C | 163 | 4A | 35 |
| Octal | 340 | 55 | 73 | 0 | 120 | 112 | 14 | 543 | 112 | 65 |
| Binary | 11100000 | 101101 | 111011 | 0 | 1010000 | 1001010 | 1100 | 101100011 | 1001010 | 110101 |
Color Harmonies of #E02D3B
Complementary color
Monochromatic Colors of #E02D3B
Black with #E02D3B
Text Example
Text Example
White with #E02D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02D3B; }
p { color: rgb(224,45,59); }
H1.HeaderClassName
{
color: #E02D3B;
}
.AnyTagClassName
{
color: #E02D3B;
}
</style>
background-color css
<style>
a { background-color: #E02D3B; }
a { background-color: rgb(224,45,59); }
div.DivClassName
{
background-color: #E02D3B;
}
.BgClassName
{
background-color: #E02D3B;
}
</style>
border-color css
<style>
span { border-color: #E02D3B; }
span { border-color: rgb(224,45,59); }
td.TdClassName
{
border-color: #E02D3B;
}
.TagClassName
{
border-color: #E02D3B;
}
</style>