Shades of Alizarin #EA243C
Tints of Alizarin #EA243C
RGB
CMYK
RGB Variations
Color information
#EA243C (or 0xEA243C) is known color: Alizarin. HEX triplet: EA, 24 and 3C. RGB value is (234,36,60). Sum of RGB (Red+Green+Blue) = 234+36+60=330 (43% of max value = 765). Red value is 234 (91.80% from 255 or 70.91% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 234 - color contains mainly: red. Hex color #EA243C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA243C is #15DBC3. Grayscale: #626262. Windows color (decimal): -1432516 or 3941610. OLE color: 3941610.
HSL color Cylindrical-coordinate representation of color #EA243C: hue angle of 352.73º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EA243C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 36 | 60 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.08 |
| HSL | 352.73º | 0.83% | 0.53% | - |
| HSV(B) | 352.73º | 0.85% | 0.92% | - |
| XYZ | 35.38 | 19.08 | 6.09 | - |
| YUV | 97.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 36 | 60 | 0 | 0.85 | 0.74 | 0.08 | 352.73 | 0.83 | 0.53 |
| Hex | EA | 24 | 3C | 0 | 55 | 4A | 8 | 161 | 52 | 35 |
| Octal | 352 | 44 | 74 | 0 | 125 | 112 | 10 | 541 | 122 | 65 |
| Binary | 11101010 | 100100 | 111100 | 0 | 1010101 | 1001010 | 1000 | 101100001 | 1010010 | 110101 |
Color Harmonies of #EA243C
Complementary color
Monochromatic Colors of #EA243C
Black with #EA243C
Text Example
Text Example
White with #EA243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA243C; }
p { color: rgb(234,36,60); }
H1.HeaderClassName
{
color: #EA243C;
}
.AnyTagClassName
{
color: #EA243C;
}
</style>
background-color css
<style>
a { background-color: #EA243C; }
a { background-color: rgb(234,36,60); }
div.DivClassName
{
background-color: #EA243C;
}
.BgClassName
{
background-color: #EA243C;
}
</style>
border-color css
<style>
span { border-color: #EA243C; }
span { border-color: rgb(234,36,60); }
td.TdClassName
{
border-color: #EA243C;
}
.TagClassName
{
border-color: #EA243C;
}
</style>