Shades of Alizarin #EA182F
Tints of Alizarin #EA182F
RGB
CMYK
RGB Variations
Color information
#EA182F (or 0xEA182F) is known color: Alizarin. HEX triplet: EA, 18 and 2F. RGB value is (234,24,47). Sum of RGB (Red+Green+Blue) = 234+24+47=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA182F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA182F is #15E7D0. Grayscale: #595959. Windows color (decimal): -1435601 or 3086570. OLE color: 3086570.
HSL color Cylindrical-coordinate representation of color #EA182F: hue angle of 353.43º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA182F is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 24 | 47 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.08 |
| HSL | 353.43º | 0.83% | 0.51% | - |
| HSV(B) | 353.43º | 0.9% | 0.92% | - |
| XYZ | 34.77 | 18.35 | 4.4 | - |
| YUV | 89.41 | 104.07 | 231.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 24 | 47 | 0 | 0.90 | 0.80 | 0.08 | 353.43 | 0.83 | 0.51 |
| Hex | EA | 18 | 2F | 0 | 5A | 50 | 8 | 161 | 53 | 33 |
| Octal | 352 | 30 | 57 | 0 | 132 | 120 | 10 | 541 | 123 | 63 |
| Binary | 11101010 | 11000 | 101111 | 0 | 1011010 | 1010000 | 1000 | 101100001 | 1010011 | 110011 |
Color Harmonies of #EA182F
Complementary color
Monochromatic Colors of #EA182F
Black with #EA182F
Text Example
Text Example
White with #EA182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA182F; }
p { color: rgb(234,24,47); }
H1.HeaderClassName
{
color: #EA182F;
}
.AnyTagClassName
{
color: #EA182F;
}
</style>
background-color css
<style>
a { background-color: #EA182F; }
a { background-color: rgb(234,24,47); }
div.DivClassName
{
background-color: #EA182F;
}
.BgClassName
{
background-color: #EA182F;
}
</style>
border-color css
<style>
span { border-color: #EA182F; }
span { border-color: rgb(234,24,47); }
td.TdClassName
{
border-color: #EA182F;
}
.TagClassName
{
border-color: #EA182F;
}
</style>