Shades of Alizarin #E02F3A
Tints of Alizarin #E02F3A
RGB
CMYK
RGB Variations
Color information
#E02F3A (or 0xE02F3A) is known color: Alizarin. HEX triplet: E0, 2F and 3A. RGB value is (224,47,58). Sum of RGB (Red+Green+Blue) = 224+47+58=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F3A is #1FD0C5. Grayscale: #656565. Windows color (decimal): -2085062 or 3813344. OLE color: 3813344.
HSL color Cylindrical-coordinate representation of color #E02F3A: hue angle of 356.27º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02F3A is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 58 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.12 |
| HSL | 356.27º | 0.74% | 0.53% | - |
| HSV(B) | 356.27º | 0.79% | 0.88% | - |
| XYZ | 32.52 | 18.19 | 5.8 | - |
| YUV | 101.18 | 103.64 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 58 | 0 | 0.79 | 0.74 | 0.12 | 356.27 | 0.74 | 0.53 |
| Hex | E0 | 2F | 3A | 0 | 4F | 4A | C | 164 | 4A | 35 |
| Octal | 340 | 57 | 72 | 0 | 117 | 112 | 14 | 544 | 112 | 65 |
| Binary | 11100000 | 101111 | 111010 | 0 | 1001111 | 1001010 | 1100 | 101100100 | 1001010 | 110101 |
Color Harmonies of #E02F3A
Complementary color
Monochromatic Colors of #E02F3A
Black with #E02F3A
Text Example
Text Example
White with #E02F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F3A; }
p { color: rgb(224,47,58); }
H1.HeaderClassName
{
color: #E02F3A;
}
.AnyTagClassName
{
color: #E02F3A;
}
</style>
background-color css
<style>
a { background-color: #E02F3A; }
a { background-color: rgb(224,47,58); }
div.DivClassName
{
background-color: #E02F3A;
}
.BgClassName
{
background-color: #E02F3A;
}
</style>
border-color css
<style>
span { border-color: #E02F3A; }
span { border-color: rgb(224,47,58); }
td.TdClassName
{
border-color: #E02F3A;
}
.TagClassName
{
border-color: #E02F3A;
}
</style>