Shades of Alizarin #E01C2B
Tints of Alizarin #E01C2B
RGB
CMYK
RGB Variations
Color information
#E01C2B (or 0xE01C2B) is known color: Alizarin. HEX triplet: E0, 1C and 2B. RGB value is (224,28,43). Sum of RGB (Red+Green+Blue) = 224+28+43=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 43 (17.19% from 255 or 14.58% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C2B is #1FE3D4. Grayscale: #585858. Windows color (decimal): -2089941 or 2825440. OLE color: 2825440.
HSL color Cylindrical-coordinate representation of color #E01C2B: hue angle of 355.41º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E01C2B is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 43 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.12 |
| HSL | 355.41º | 0.78% | 0.49% | - |
| HSV(B) | 355.41º | 0.88% | 0.88% | - |
| XYZ | 31.59 | 16.85 | 3.87 | - |
| YUV | 88.31 | 102.43 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 43 | 0 | 0.88 | 0.81 | 0.12 | 355.41 | 0.78 | 0.49 |
| Hex | E0 | 1C | 2B | 0 | 58 | 51 | C | 163 | 4E | 31 |
| Octal | 340 | 34 | 53 | 0 | 130 | 121 | 14 | 543 | 116 | 61 |
| Binary | 11100000 | 11100 | 101011 | 0 | 1011000 | 1010001 | 1100 | 101100011 | 1001110 | 110001 |
Color Harmonies of #E01C2B
Complementary color
Monochromatic Colors of #E01C2B
Black with #E01C2B
Text Example
Text Example
White with #E01C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C2B; }
p { color: rgb(224,28,43); }
H1.HeaderClassName
{
color: #E01C2B;
}
.AnyTagClassName
{
color: #E01C2B;
}
</style>
background-color css
<style>
a { background-color: #E01C2B; }
a { background-color: rgb(224,28,43); }
div.DivClassName
{
background-color: #E01C2B;
}
.BgClassName
{
background-color: #E01C2B;
}
</style>
border-color css
<style>
span { border-color: #E01C2B; }
span { border-color: rgb(224,28,43); }
td.TdClassName
{
border-color: #E01C2B;
}
.TagClassName
{
border-color: #E01C2B;
}
</style>