Shades of Alizarin #E0242D
Tints of Alizarin #E0242D
RGB
CMYK
RGB Variations
Color information
#E0242D (or 0xE0242D) is known color: Alizarin. HEX triplet: E0, 24 and 2D. RGB value is (224,36,45). Sum of RGB (Red+Green+Blue) = 224+36+45=305 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.44% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 224 - color contains mainly: red. Hex color #E0242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0242D is #1FDBD2. Grayscale: #5D5D5D. Windows color (decimal): -2087891 or 2958560. OLE color: 2958560.
HSL color Cylindrical-coordinate representation of color #E0242D: hue angle of 357.13º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0242D is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 45 | - |
| CMYK | 0 | 0.84 | 0.80 | 0.12 |
| HSL | 357.13º | 0.75% | 0.51% | - |
| HSV(B) | 357.13º | 0.84% | 0.88% | - |
| XYZ | 31.85 | 17.3 | 4.14 | - |
| YUV | 93.24 | 100.78 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 45 | 0 | 0.84 | 0.80 | 0.12 | 357.13 | 0.75 | 0.51 |
| Hex | E0 | 24 | 2D | 0 | 54 | 50 | C | 165 | 4B | 33 |
| Octal | 340 | 44 | 55 | 0 | 124 | 120 | 14 | 545 | 113 | 63 |
| Binary | 11100000 | 100100 | 101101 | 0 | 1010100 | 1010000 | 1100 | 101100101 | 1001011 | 110011 |
Color Harmonies of #E0242D
Complementary color
Monochromatic Colors of #E0242D
Black with #E0242D
Text Example
Text Example
White with #E0242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0242D; }
p { color: rgb(224,36,45); }
H1.HeaderClassName
{
color: #E0242D;
}
.AnyTagClassName
{
color: #E0242D;
}
</style>
background-color css
<style>
a { background-color: #E0242D; }
a { background-color: rgb(224,36,45); }
div.DivClassName
{
background-color: #E0242D;
}
.BgClassName
{
background-color: #E0242D;
}
</style>
border-color css
<style>
span { border-color: #E0242D; }
span { border-color: rgb(224,36,45); }
td.TdClassName
{
border-color: #E0242D;
}
.TagClassName
{
border-color: #E0242D;
}
</style>