Shades of Alizarin #EA3437
Tints of Alizarin #EA3437
RGB
CMYK
RGB Variations
Color information
#EA3437 (or 0xEA3437) is known color: Alizarin. HEX triplet: EA, 34 and 37. RGB value is (234,52,55). Sum of RGB (Red+Green+Blue) = 234+52+55=341 (45% of max value = 765). Red value is 234 (91.80% from 255 or 68.62% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3437 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA3437 is #15CBC8. Grayscale: #6A6A6A. Windows color (decimal): -1428425 or 3618026. OLE color: 3618026.
HSL color Cylindrical-coordinate representation of color #EA3437: hue angle of 359.01º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EA3437 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 52 | 55 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.08 |
| HSL | 359.01º | 0.81% | 0.56% | - |
| HSV(B) | 359.01º | 0.78% | 0.92% | - |
| XYZ | 35.85 | 20.22 | 5.63 | - |
| YUV | 106.76 | 98.8 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 52 | 55 | 0 | 0.78 | 0.76 | 0.08 | 359.01 | 0.81 | 0.56 |
| Hex | EA | 34 | 37 | 0 | 4E | 4C | 8 | 167 | 51 | 38 |
| Octal | 352 | 64 | 67 | 0 | 116 | 114 | 10 | 547 | 121 | 70 |
| Binary | 11101010 | 110100 | 110111 | 0 | 1001110 | 1001100 | 1000 | 101100111 | 1010001 | 111000 |
Color Harmonies of #EA3437
Complementary color
Monochromatic Colors of #EA3437
Black with #EA3437
Text Example
Text Example
White with #EA3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3437; }
p { color: rgb(234,52,55); }
H1.HeaderClassName
{
color: #EA3437;
}
.AnyTagClassName
{
color: #EA3437;
}
</style>
background-color css
<style>
a { background-color: #EA3437; }
a { background-color: rgb(234,52,55); }
div.DivClassName
{
background-color: #EA3437;
}
.BgClassName
{
background-color: #EA3437;
}
</style>
border-color css
<style>
span { border-color: #EA3437; }
span { border-color: rgb(234,52,55); }
td.TdClassName
{
border-color: #EA3437;
}
.TagClassName
{
border-color: #EA3437;
}
</style>