Shades of Alizarin #E02B2C
Tints of Alizarin #E02B2C
RGB
CMYK
RGB Variations
Color information
#E02B2C (or 0xE02B2C) is known color: Alizarin. HEX triplet: E0, 2B and 2C. RGB value is (224,43,44). Sum of RGB (Red+Green+Blue) = 224+43+44=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E02B2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02B2C is #1FD4D3. Grayscale: #616161. Windows color (decimal): -2086100 or 2894816. OLE color: 2894816.
HSL color Cylindrical-coordinate representation of color #E02B2C: hue angle of 359.67º degrees, saturation: 0.74, 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 #E02B2C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 44 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.12 |
| HSL | 359.67º | 0.74% | 0.52% | - |
| HSV(B) | 359.67º | 0.81% | 0.88% | - |
| XYZ | 32.06 | 17.76 | 4.12 | - |
| YUV | 97.23 | 97.97 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 44 | 0 | 0.81 | 0.80 | 0.12 | 359.67 | 0.74 | 0.52 |
| Hex | E0 | 2B | 2C | 0 | 51 | 50 | C | 168 | 4A | 34 |
| Octal | 340 | 53 | 54 | 0 | 121 | 120 | 14 | 550 | 112 | 64 |
| Binary | 11100000 | 101011 | 101100 | 0 | 1010001 | 1010000 | 1100 | 101101000 | 1001010 | 110100 |
Color Harmonies of #E02B2C
Complementary color
Monochromatic Colors of #E02B2C
Black with #E02B2C
Text Example
Text Example
White with #E02B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02B2C; }
p { color: rgb(224,43,44); }
H1.HeaderClassName
{
color: #E02B2C;
}
.AnyTagClassName
{
color: #E02B2C;
}
</style>
background-color css
<style>
a { background-color: #E02B2C; }
a { background-color: rgb(224,43,44); }
div.DivClassName
{
background-color: #E02B2C;
}
.BgClassName
{
background-color: #E02B2C;
}
</style>
border-color css
<style>
span { border-color: #E02B2C; }
span { border-color: rgb(224,43,44); }
td.TdClassName
{
border-color: #E02B2C;
}
.TagClassName
{
border-color: #E02B2C;
}
</style>