Shades of Alizarin #E02B42
Tints of Alizarin #E02B42
RGB
CMYK
RGB Variations
Color information
#E02B42 (or 0xE02B42) is known color: Alizarin. HEX triplet: E0, 2B and 42. RGB value is (224,43,66). Sum of RGB (Red+Green+Blue) = 224+43+66=333 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.27% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B42 is #1FD4BD. Grayscale: #636363. Windows color (decimal): -2086078 or 4336608. OLE color: 4336608.
HSL color Cylindrical-coordinate representation of color #E02B42: hue angle of 352.38º degrees, saturation: 0.74, 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 #E02B42 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 66 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.12 |
| HSL | 352.38º | 0.74% | 0.52% | - |
| HSV(B) | 352.38º | 0.81% | 0.88% | - |
| XYZ | 32.59 | 17.97 | 6.9 | - |
| YUV | 99.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 66 | 0 | 0.81 | 0.71 | 0.12 | 352.38 | 0.74 | 0.52 |
| Hex | E0 | 2B | 42 | 0 | 51 | 47 | C | 160 | 4A | 34 |
| Octal | 340 | 53 | 102 | 0 | 121 | 107 | 14 | 540 | 112 | 64 |
| Binary | 11100000 | 101011 | 1000010 | 0 | 1010001 | 1000111 | 1100 | 101100000 | 1001010 | 110100 |
Color Harmonies of #E02B42
Complementary color
Monochromatic Colors of #E02B42
Black with #E02B42
Text Example
Text Example
White with #E02B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B42; }
p { color: rgb(224,43,66); }
H1.HeaderClassName
{
color: #E02B42;
}
.AnyTagClassName
{
color: #E02B42;
}
</style>
background-color css
<style>
a { background-color: #E02B42; }
a { background-color: rgb(224,43,66); }
div.DivClassName
{
background-color: #E02B42;
}
.BgClassName
{
background-color: #E02B42;
}
</style>
border-color css
<style>
span { border-color: #E02B42; }
span { border-color: rgb(224,43,66); }
td.TdClassName
{
border-color: #E02B42;
}
.TagClassName
{
border-color: #E02B42;
}
</style>