Shades of Alizarin #E01F2B
Tints of Alizarin #E01F2B
RGB
CMYK
RGB Variations
Color information
#E01F2B (or 0xE01F2B) is known color: Alizarin. HEX triplet: E0, 1F and 2B. RGB value is (224,31,43). Sum of RGB (Red+Green+Blue) = 224+31+43=298 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.17% from 298); Green value is 31 (12.5% from 255 or 10.40% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F2B is #1FE0D4. Grayscale: #5A5A5A. Windows color (decimal): -2089173 or 2826208. OLE color: 2826208.
HSL color Cylindrical-coordinate representation of color #E01F2B: hue angle of 356.27º 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 #E01F2B is Cyan = 0, Magento = 0.86, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 43 | - |
| CMYK | 0 | 0.86 | 0.81 | 0.12 |
| HSL | 356.27º | 0.76% | 0.5% | - |
| HSV(B) | 356.27º | 0.86% | 0.88% | - |
| XYZ | 31.67 | 17 | 3.9 | - |
| YUV | 90.08 | 101.44 | 223.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 43 | 0 | 0.86 | 0.81 | 0.12 | 356.27 | 0.76 | 0.5 |
| Hex | E0 | 1F | 2B | 0 | 56 | 51 | C | 164 | 4C | 32 |
| Octal | 340 | 37 | 53 | 0 | 126 | 121 | 14 | 544 | 114 | 62 |
| Binary | 11100000 | 11111 | 101011 | 0 | 1010110 | 1010001 | 1100 | 101100100 | 1001100 | 110010 |
Color Harmonies of #E01F2B
Complementary color
Monochromatic Colors of #E01F2B
Black with #E01F2B
Text Example
Text Example
White with #E01F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F2B; }
p { color: rgb(224,31,43); }
H1.HeaderClassName
{
color: #E01F2B;
}
.AnyTagClassName
{
color: #E01F2B;
}
</style>
background-color css
<style>
a { background-color: #E01F2B; }
a { background-color: rgb(224,31,43); }
div.DivClassName
{
background-color: #E01F2B;
}
.BgClassName
{
background-color: #E01F2B;
}
</style>
border-color css
<style>
span { border-color: #E01F2B; }
span { border-color: rgb(224,31,43); }
td.TdClassName
{
border-color: #E01F2B;
}
.TagClassName
{
border-color: #E01F2B;
}
</style>