Shades of Alizarin #E01F2D
Tints of Alizarin #E01F2D
RGB
CMYK
RGB Variations
Color information
#E01F2D (or 0xE01F2D) is known color: Alizarin. HEX triplet: E0, 1F and 2D. RGB value is (224,31,45). Sum of RGB (Red+Green+Blue) = 224+31+45=300 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.67% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 224 - color contains mainly: red. Hex color #E01F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01F2D is #1FE0D2. Grayscale: #5A5A5A. Windows color (decimal): -2089171 or 2957280. OLE color: 2957280.
HSL color Cylindrical-coordinate representation of color #E01F2D: hue angle of 355.65º 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 #E01F2D is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 31 | 45 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.12 |
| HSL | 355.65º | 0.76% | 0.5% | - |
| HSV(B) | 355.65º | 0.86% | 0.88% | - |
| XYZ | 31.7 | 17.02 | 4.1 | - |
| YUV | 90.3 | 102.44 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 31 | 45 | 0 | 0.86 | 0.80 | 0.12 | 355.65 | 0.76 | 0.5 |
| Hex | E0 | 1F | 2D | 0 | 56 | 50 | C | 164 | 4C | 32 |
| Octal | 340 | 37 | 55 | 0 | 126 | 120 | 14 | 544 | 114 | 62 |
| Binary | 11100000 | 11111 | 101101 | 0 | 1010110 | 1010000 | 1100 | 101100100 | 1001100 | 110010 |
Color Harmonies of #E01F2D
Complementary color
Monochromatic Colors of #E01F2D
Black with #E01F2D
Text Example
Text Example
White with #E01F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01F2D; }
p { color: rgb(224,31,45); }
H1.HeaderClassName
{
color: #E01F2D;
}
.AnyTagClassName
{
color: #E01F2D;
}
</style>
background-color css
<style>
a { background-color: #E01F2D; }
a { background-color: rgb(224,31,45); }
div.DivClassName
{
background-color: #E01F2D;
}
.BgClassName
{
background-color: #E01F2D;
}
</style>
border-color css
<style>
span { border-color: #E01F2D; }
span { border-color: rgb(224,31,45); }
td.TdClassName
{
border-color: #E01F2D;
}
.TagClassName
{
border-color: #E01F2D;
}
</style>