Shades of Alizarin #ED3442
Tints of Alizarin #ED3442
RGB
CMYK
RGB Variations
Color information
#ED3442 (or 0xED3442) is known color: Alizarin. HEX triplet: ED, 34 and 42. RGB value is (237,52,66). Sum of RGB (Red+Green+Blue) = 237+52+66=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3442 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3442 is #12CBBD. Grayscale: #6D6D6D. Windows color (decimal): -1231806 or 4338925. OLE color: 4338925.
HSL color Cylindrical-coordinate representation of color #ED3442: hue angle of 355.46º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3442 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 52 | 66 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.07 |
| HSL | 355.46º | 0.84% | 0.57% | - |
| HSV(B) | 355.46º | 0.78% | 0.93% | - |
| XYZ | 37.14 | 20.85 | 7.22 | - |
| YUV | 108.91 | 103.79 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 52 | 66 | 0 | 0.78 | 0.72 | 0.07 | 355.46 | 0.84 | 0.57 |
| Hex | ED | 34 | 42 | 0 | 4E | 48 | 7 | 163 | 54 | 39 |
| Octal | 355 | 64 | 102 | 0 | 116 | 110 | 7 | 543 | 124 | 71 |
| Binary | 11101101 | 110100 | 1000010 | 0 | 1001110 | 1001000 | 111 | 101100011 | 1010100 | 111001 |
Color Harmonies of #ED3442
Complementary color
Monochromatic Colors of #ED3442
Black with #ED3442
Text Example
Text Example
White with #ED3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3442; }
p { color: rgb(237,52,66); }
H1.HeaderClassName
{
color: #ED3442;
}
.AnyTagClassName
{
color: #ED3442;
}
</style>
background-color css
<style>
a { background-color: #ED3442; }
a { background-color: rgb(237,52,66); }
div.DivClassName
{
background-color: #ED3442;
}
.BgClassName
{
background-color: #ED3442;
}
</style>
border-color css
<style>
span { border-color: #ED3442; }
span { border-color: rgb(237,52,66); }
td.TdClassName
{
border-color: #ED3442;
}
.TagClassName
{
border-color: #ED3442;
}
</style>