Shades of Alizarin #E02A36
Tints of Alizarin #E02A36
RGB
CMYK
RGB Variations
Color information
#E02A36 (or 0xE02A36) is known color: Alizarin. HEX triplet: E0, 2A and 36. RGB value is (224,42,54). Sum of RGB (Red+Green+Blue) = 224+42+54=320 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A36 is #1FD5C9. Grayscale: #616161. Windows color (decimal): -2086346 or 3549920. OLE color: 3549920.
HSL color Cylindrical-coordinate representation of color #E02A36: hue angle of 356.04º 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 #E02A36 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 54 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.12 |
| HSL | 356.04º | 0.75% | 0.52% | - |
| HSV(B) | 356.04º | 0.81% | 0.88% | - |
| XYZ | 32.23 | 17.77 | 5.22 | - |
| YUV | 97.79 | 103.3 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 54 | 0 | 0.81 | 0.76 | 0.12 | 356.04 | 0.75 | 0.52 |
| Hex | E0 | 2A | 36 | 0 | 51 | 4C | C | 164 | 4B | 34 |
| Octal | 340 | 52 | 66 | 0 | 121 | 114 | 14 | 544 | 113 | 64 |
| Binary | 11100000 | 101010 | 110110 | 0 | 1010001 | 1001100 | 1100 | 101100100 | 1001011 | 110100 |
Color Harmonies of #E02A36
Complementary color
Monochromatic Colors of #E02A36
Black with #E02A36
Text Example
Text Example
White with #E02A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A36; }
p { color: rgb(224,42,54); }
H1.HeaderClassName
{
color: #E02A36;
}
.AnyTagClassName
{
color: #E02A36;
}
</style>
background-color css
<style>
a { background-color: #E02A36; }
a { background-color: rgb(224,42,54); }
div.DivClassName
{
background-color: #E02A36;
}
.BgClassName
{
background-color: #E02A36;
}
</style>
border-color css
<style>
span { border-color: #E02A36; }
span { border-color: rgb(224,42,54); }
td.TdClassName
{
border-color: #E02A36;
}
.TagClassName
{
border-color: #E02A36;
}
</style>