Shades of Alizarin #E0242A
Tints of Alizarin #E0242A
RGB
CMYK
RGB Variations
Color information
#E0242A (or 0xE0242A) is known color: Alizarin. HEX triplet: E0, 24 and 2A. RGB value is (224,36,42). Sum of RGB (Red+Green+Blue) = 224+36+42=302 (40% of max value = 765). Red value is 224 (87.89% from 255 or 74.17% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 224 - color contains mainly: red. Hex color #E0242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0242A is #1FDBD5. Grayscale: #5D5D5D. Windows color (decimal): -2087894 or 2761952. OLE color: 2761952.
HSL color Cylindrical-coordinate representation of color #E0242A: hue angle of 358.09º 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 #E0242A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 36 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.12 |
| HSL | 358.09º | 0.75% | 0.51% | - |
| HSV(B) | 358.09º | 0.84% | 0.88% | - |
| XYZ | 31.79 | 17.28 | 3.85 | - |
| YUV | 92.9 | 99.28 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 36 | 42 | 0 | 0.84 | 0.81 | 0.12 | 358.09 | 0.75 | 0.51 |
| Hex | E0 | 24 | 2A | 0 | 54 | 51 | C | 166 | 4B | 33 |
| Octal | 340 | 44 | 52 | 0 | 124 | 121 | 14 | 546 | 113 | 63 |
| Binary | 11100000 | 100100 | 101010 | 0 | 1010100 | 1010001 | 1100 | 101100110 | 1001011 | 110011 |
Color Harmonies of #E0242A
Complementary color
Monochromatic Colors of #E0242A
Black with #E0242A
Text Example
Text Example
White with #E0242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0242A; }
p { color: rgb(224,36,42); }
H1.HeaderClassName
{
color: #E0242A;
}
.AnyTagClassName
{
color: #E0242A;
}
</style>
background-color css
<style>
a { background-color: #E0242A; }
a { background-color: rgb(224,36,42); }
div.DivClassName
{
background-color: #E0242A;
}
.BgClassName
{
background-color: #E0242A;
}
</style>
border-color css
<style>
span { border-color: #E0242A; }
span { border-color: rgb(224,36,42); }
td.TdClassName
{
border-color: #E0242A;
}
.TagClassName
{
border-color: #E0242A;
}
</style>