Shades of Alizarin #E02F3C
Tints of Alizarin #E02F3C
RGB
CMYK
RGB Variations
Color information
#E02F3C (or 0xE02F3C) is known color: Alizarin. HEX triplet: E0, 2F and 3C. RGB value is (224,47,60). Sum of RGB (Red+Green+Blue) = 224+47+60=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 60 (23.83% from 255 or 18.13% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02F3C is #1FD0C3. Grayscale: #656565. Windows color (decimal): -2085060 or 3944416. OLE color: 3944416.
HSL color Cylindrical-coordinate representation of color #E02F3C: hue angle of 355.59º 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 #E02F3C is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 60 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.12 |
| HSL | 355.59º | 0.74% | 0.53% | - |
| HSV(B) | 355.59º | 0.79% | 0.88% | - |
| XYZ | 32.57 | 18.21 | 6.07 | - |
| YUV | 101.41 | 104.64 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 60 | 0 | 0.79 | 0.73 | 0.12 | 355.59 | 0.74 | 0.53 |
| Hex | E0 | 2F | 3C | 0 | 4F | 49 | C | 164 | 4A | 35 |
| Octal | 340 | 57 | 74 | 0 | 117 | 111 | 14 | 544 | 112 | 65 |
| Binary | 11100000 | 101111 | 111100 | 0 | 1001111 | 1001001 | 1100 | 101100100 | 1001010 | 110101 |
Color Harmonies of #E02F3C
Complementary color
Monochromatic Colors of #E02F3C
Black with #E02F3C
Text Example
Text Example
White with #E02F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02F3C; }
p { color: rgb(224,47,60); }
H1.HeaderClassName
{
color: #E02F3C;
}
.AnyTagClassName
{
color: #E02F3C;
}
</style>
background-color css
<style>
a { background-color: #E02F3C; }
a { background-color: rgb(224,47,60); }
div.DivClassName
{
background-color: #E02F3C;
}
.BgClassName
{
background-color: #E02F3C;
}
</style>
border-color css
<style>
span { border-color: #E02F3C; }
span { border-color: rgb(224,47,60); }
td.TdClassName
{
border-color: #E02F3C;
}
.TagClassName
{
border-color: #E02F3C;
}
</style>