Shades of Alizarin #E0272C
Tints of Alizarin #E0272C
RGB
CMYK
RGB Variations
Color information
#E0272C (or 0xE0272C) is known color: Alizarin. HEX triplet: E0, 27 and 2C. RGB value is (224,39,44). Sum of RGB (Red+Green+Blue) = 224+39+44=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0272C is #1FD8D3. Grayscale: #5F5F5F. Windows color (decimal): -2087124 or 2893792. OLE color: 2893792.
HSL color Cylindrical-coordinate representation of color #E0272C: hue angle of 358.38º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0272C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.12 |
| HSL | 358.38º | 0.75% | 0.52% | - |
| HSV(B) | 358.38º | 0.83% | 0.88% | - |
| XYZ | 31.92 | 17.48 | 4.07 | - |
| YUV | 94.89 | 99.29 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 44 | 0 | 0.83 | 0.80 | 0.12 | 358.38 | 0.75 | 0.52 |
| Hex | E0 | 27 | 2C | 0 | 53 | 50 | C | 166 | 4B | 34 |
| Octal | 340 | 47 | 54 | 0 | 123 | 120 | 14 | 546 | 113 | 64 |
| Binary | 11100000 | 100111 | 101100 | 0 | 1010011 | 1010000 | 1100 | 101100110 | 1001011 | 110100 |
Color Harmonies of #E0272C
Complementary color
Monochromatic Colors of #E0272C
Black with #E0272C
Text Example
Text Example
White with #E0272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0272C; }
p { color: rgb(224,39,44); }
H1.HeaderClassName
{
color: #E0272C;
}
.AnyTagClassName
{
color: #E0272C;
}
</style>
background-color css
<style>
a { background-color: #E0272C; }
a { background-color: rgb(224,39,44); }
div.DivClassName
{
background-color: #E0272C;
}
.BgClassName
{
background-color: #E0272C;
}
</style>
border-color css
<style>
span { border-color: #E0272C; }
span { border-color: rgb(224,39,44); }
td.TdClassName
{
border-color: #E0272C;
}
.TagClassName
{
border-color: #E0272C;
}
</style>