Shades of Alizarin #E02A35
Tints of Alizarin #E02A35
RGB
CMYK
RGB Variations
Color information
#E02A35 (or 0xE02A35) is known color: Alizarin. HEX triplet: E0, 2A and 35. RGB value is (224,42,53). Sum of RGB (Red+Green+Blue) = 224+42+53=319 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.22% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A35 is #1FD5CA. Grayscale: #616161. Windows color (decimal): -2086347 or 3484384. OLE color: 3484384.
HSL color Cylindrical-coordinate representation of color #E02A35: hue angle of 356.37º 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 #E02A35 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 53 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.12 |
| HSL | 356.37º | 0.75% | 0.52% | - |
| HSV(B) | 356.37º | 0.81% | 0.88% | - |
| XYZ | 32.21 | 17.76 | 5.1 | - |
| YUV | 97.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 53 | 0 | 0.81 | 0.76 | 0.12 | 356.37 | 0.75 | 0.52 |
| Hex | E0 | 2A | 35 | 0 | 51 | 4C | C | 164 | 4B | 34 |
| Octal | 340 | 52 | 65 | 0 | 121 | 114 | 14 | 544 | 113 | 64 |
| Binary | 11100000 | 101010 | 110101 | 0 | 1010001 | 1001100 | 1100 | 101100100 | 1001011 | 110100 |
Color Harmonies of #E02A35
Complementary color
Monochromatic Colors of #E02A35
Black with #E02A35
Text Example
Text Example
White with #E02A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A35; }
p { color: rgb(224,42,53); }
H1.HeaderClassName
{
color: #E02A35;
}
.AnyTagClassName
{
color: #E02A35;
}
</style>
background-color css
<style>
a { background-color: #E02A35; }
a { background-color: rgb(224,42,53); }
div.DivClassName
{
background-color: #E02A35;
}
.BgClassName
{
background-color: #E02A35;
}
</style>
border-color css
<style>
span { border-color: #E02A35; }
span { border-color: rgb(224,42,53); }
td.TdClassName
{
border-color: #E02A35;
}
.TagClassName
{
border-color: #E02A35;
}
</style>