Shades of Alizarin #E02A2E
Tints of Alizarin #E02A2E
RGB
CMYK
RGB Variations
Color information
#E02A2E (or 0xE02A2E) is known color: Alizarin. HEX triplet: E0, 2A and 2E. RGB value is (224,42,46). Sum of RGB (Red+Green+Blue) = 224+42+46=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A2E is #1FD5D1. Grayscale: #616161. Windows color (decimal): -2086354 or 3025632. OLE color: 3025632.
HSL color Cylindrical-coordinate representation of color #E02A2E: hue angle of 358.68º 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 #E02A2E is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 46 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.12 |
| HSL | 358.68º | 0.75% | 0.52% | - |
| HSV(B) | 358.68º | 0.81% | 0.88% | - |
| XYZ | 32.06 | 17.7 | 4.31 | - |
| YUV | 96.87 | 99.3 | 218.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 46 | 0 | 0.81 | 0.79 | 0.12 | 358.68 | 0.75 | 0.52 |
| Hex | E0 | 2A | 2E | 0 | 51 | 4F | C | 167 | 4B | 34 |
| Octal | 340 | 52 | 56 | 0 | 121 | 117 | 14 | 547 | 113 | 64 |
| Binary | 11100000 | 101010 | 101110 | 0 | 1010001 | 1001111 | 1100 | 101100111 | 1001011 | 110100 |
Color Harmonies of #E02A2E
Complementary color
Monochromatic Colors of #E02A2E
Black with #E02A2E
Text Example
Text Example
White with #E02A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A2E; }
p { color: rgb(224,42,46); }
H1.HeaderClassName
{
color: #E02A2E;
}
.AnyTagClassName
{
color: #E02A2E;
}
</style>
background-color css
<style>
a { background-color: #E02A2E; }
a { background-color: rgb(224,42,46); }
div.DivClassName
{
background-color: #E02A2E;
}
.BgClassName
{
background-color: #E02A2E;
}
</style>
border-color css
<style>
span { border-color: #E02A2E; }
span { border-color: rgb(224,42,46); }
td.TdClassName
{
border-color: #E02A2E;
}
.TagClassName
{
border-color: #E02A2E;
}
</style>