Shades of Alizarin #E02A3F
Tints of Alizarin #E02A3F
RGB
CMYK
RGB Variations
Color information
#E02A3F (or 0xE02A3F) is known color: Alizarin. HEX triplet: E0, 2A and 3F. RGB value is (224,42,63). Sum of RGB (Red+Green+Blue) = 224+42+63=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A3F is #1FD5C0. Grayscale: #626262. Windows color (decimal): -2086337 or 4139744. OLE color: 4139744.
HSL color Cylindrical-coordinate representation of color #E02A3F: hue angle of 353.08º 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 #E02A3F is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 42 | 63 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.12 |
| HSL | 353.08º | 0.75% | 0.52% | - |
| HSV(B) | 353.08º | 0.81% | 0.88% | - |
| XYZ | 32.47 | 17.86 | 6.44 | - |
| YUV | 98.81 | 107.8 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 42 | 63 | 0 | 0.81 | 0.72 | 0.12 | 353.08 | 0.75 | 0.52 |
| Hex | E0 | 2A | 3F | 0 | 51 | 48 | C | 161 | 4B | 34 |
| Octal | 340 | 52 | 77 | 0 | 121 | 110 | 14 | 541 | 113 | 64 |
| Binary | 11100000 | 101010 | 111111 | 0 | 1010001 | 1001000 | 1100 | 101100001 | 1001011 | 110100 |
Color Harmonies of #E02A3F
Complementary color
Monochromatic Colors of #E02A3F
Black with #E02A3F
Text Example
Text Example
White with #E02A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02A3F; }
p { color: rgb(224,42,63); }
H1.HeaderClassName
{
color: #E02A3F;
}
.AnyTagClassName
{
color: #E02A3F;
}
</style>
background-color css
<style>
a { background-color: #E02A3F; }
a { background-color: rgb(224,42,63); }
div.DivClassName
{
background-color: #E02A3F;
}
.BgClassName
{
background-color: #E02A3F;
}
</style>
border-color css
<style>
span { border-color: #E02A3F; }
span { border-color: rgb(224,42,63); }
td.TdClassName
{
border-color: #E02A3F;
}
.TagClassName
{
border-color: #E02A3F;
}
</style>