Shades of Alizarin #EA3037
Tints of Alizarin #EA3037
RGB
CMYK
RGB Variations
Color information
#EA3037 (or 0xEA3037) is known color: Alizarin. HEX triplet: EA, 30 and 37. RGB value is (234,48,55). Sum of RGB (Red+Green+Blue) = 234+48+55=337 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.44% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 55 (21.88% from 255 or 16.32% from 337); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3037 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3037 is #15CFC8. Grayscale: #686868. Windows color (decimal): -1429449 or 3617002. OLE color: 3617002.
HSL color Cylindrical-coordinate representation of color #EA3037: hue angle of 357.74º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA3037 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 48 | 55 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.08 |
| HSL | 357.74º | 0.82% | 0.55% | - |
| HSV(B) | 357.74º | 0.79% | 0.92% | - |
| XYZ | 35.68 | 19.88 | 5.57 | - |
| YUV | 104.41 | 100.12 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 48 | 55 | 0 | 0.79 | 0.76 | 0.08 | 357.74 | 0.82 | 0.55 |
| Hex | EA | 30 | 37 | 0 | 4F | 4C | 8 | 166 | 52 | 37 |
| Octal | 352 | 60 | 67 | 0 | 117 | 114 | 10 | 546 | 122 | 67 |
| Binary | 11101010 | 110000 | 110111 | 0 | 1001111 | 1001100 | 1000 | 101100110 | 1010010 | 110111 |
Color Harmonies of #EA3037
Complementary color
Monochromatic Colors of #EA3037
Black with #EA3037
Text Example
Text Example
White with #EA3037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3037; }
p { color: rgb(234,48,55); }
H1.HeaderClassName
{
color: #EA3037;
}
.AnyTagClassName
{
color: #EA3037;
}
</style>
background-color css
<style>
a { background-color: #EA3037; }
a { background-color: rgb(234,48,55); }
div.DivClassName
{
background-color: #EA3037;
}
.BgClassName
{
background-color: #EA3037;
}
</style>
border-color css
<style>
span { border-color: #EA3037; }
span { border-color: rgb(234,48,55); }
td.TdClassName
{
border-color: #EA3037;
}
.TagClassName
{
border-color: #EA3037;
}
</style>