Shades of Alizarin #E01F32
Tints of Alizarin #E01F32
RGB
CMYK
RGB Variations
Color information
#E01F32 (or 0xE01F32) is known color: Alizarin. HEX triplet: E0, 1F and 32. RGB value is (224,31,50). Sum of RGB (Red+Green+Blue) = 224+31+50=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F32 is #1FE0CD. Grayscale: #5A5A5A. Windows color (decimal): -2089166 or 3284960. OLE color: 3284960.
HSL color Cylindrical-coordinate representation of color #E01F32: hue angle of 354.09º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E01F32 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 50 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.12 |
| HSL | 354.09º | 0.76% | 0.5% | - |
| HSV(B) | 354.09º | 0.86% | 0.88% | - |
| XYZ | 31.81 | 17.06 | 4.63 | - |
| YUV | 90.87 | 104.94 | 222.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 50 | 0 | 0.86 | 0.78 | 0.12 | 354.09 | 0.76 | 0.5 |
| Hex | E0 | 1F | 32 | 0 | 56 | 4E | C | 162 | 4C | 32 |
| Octal | 340 | 37 | 62 | 0 | 126 | 116 | 14 | 542 | 114 | 62 |
| Binary | 11100000 | 11111 | 110010 | 0 | 1010110 | 1001110 | 1100 | 101100010 | 1001100 | 110010 |
Color Harmonies of #E01F32
Complementary color
Monochromatic Colors of #E01F32
Black with #E01F32
Text Example
Text Example
White with #E01F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F32; }
p { color: rgb(224,31,50); }
H1.HeaderClassName
{
color: #E01F32;
}
.AnyTagClassName
{
color: #E01F32;
}
</style>
background-color css
<style>
a { background-color: #E01F32; }
a { background-color: rgb(224,31,50); }
div.DivClassName
{
background-color: #E01F32;
}
.BgClassName
{
background-color: #E01F32;
}
</style>
border-color css
<style>
span { border-color: #E01F32; }
span { border-color: rgb(224,31,50); }
td.TdClassName
{
border-color: #E01F32;
}
.TagClassName
{
border-color: #E01F32;
}
</style>