Shades of Alizarin #E01C29
Tints of Alizarin #E01C29
RGB
CMYK
RGB Variations
Color information
#E01C29 (or 0xE01C29) is known color: Alizarin. HEX triplet: E0, 1C and 29. RGB value is (224,28,41). Sum of RGB (Red+Green+Blue) = 224+28+41=293 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.45% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C29 is #1FE3D6. Grayscale: #585858. Windows color (decimal): -2089943 or 2694368. OLE color: 2694368.
HSL color Cylindrical-coordinate representation of color #E01C29: hue angle of 356.02º 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 #E01C29 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 41 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.12 |
| HSL | 356.02º | 0.78% | 0.49% | - |
| HSV(B) | 356.02º | 0.88% | 0.88% | - |
| XYZ | 31.56 | 16.84 | 3.68 | - |
| YUV | 88.09 | 101.43 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 41 | 0 | 0.88 | 0.82 | 0.12 | 356.02 | 0.78 | 0.49 |
| Hex | E0 | 1C | 29 | 0 | 58 | 52 | C | 164 | 4E | 31 |
| Octal | 340 | 34 | 51 | 0 | 130 | 122 | 14 | 544 | 116 | 61 |
| Binary | 11100000 | 11100 | 101001 | 0 | 1011000 | 1010010 | 1100 | 101100100 | 1001110 | 110001 |
Color Harmonies of #E01C29
Complementary color
Monochromatic Colors of #E01C29
Black with #E01C29
Text Example
Text Example
White with #E01C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C29; }
p { color: rgb(224,28,41); }
H1.HeaderClassName
{
color: #E01C29;
}
.AnyTagClassName
{
color: #E01C29;
}
</style>
background-color css
<style>
a { background-color: #E01C29; }
a { background-color: rgb(224,28,41); }
div.DivClassName
{
background-color: #E01C29;
}
.BgClassName
{
background-color: #E01C29;
}
</style>
border-color css
<style>
span { border-color: #E01C29; }
span { border-color: rgb(224,28,41); }
td.TdClassName
{
border-color: #E01C29;
}
.TagClassName
{
border-color: #E01C29;
}
</style>