Shades of Alizarin #ED3342
Tints of Alizarin #ED3342
RGB
CMYK
RGB Variations
Color information
#ED3342 (or 0xED3342) is known color: Alizarin. HEX triplet: ED, 33 and 42. RGB value is (237,51,66). Sum of RGB (Red+Green+Blue) = 237+51+66=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3342 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3342 is #12CCBD. Grayscale: #6C6C6C. Windows color (decimal): -1232062 or 4338669. OLE color: 4338669.
HSL color Cylindrical-coordinate representation of color #ED3342: hue angle of 355.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3342 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 66 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.07 |
| HSL | 355.16º | 0.84% | 0.56% | - |
| HSV(B) | 355.16º | 0.78% | 0.93% | - |
| XYZ | 37.09 | 20.77 | 7.21 | - |
| YUV | 108.32 | 104.12 | 219.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 66 | 0 | 0.78 | 0.72 | 0.07 | 355.16 | 0.84 | 0.56 |
| Hex | ED | 33 | 42 | 0 | 4E | 48 | 7 | 163 | 54 | 38 |
| Octal | 355 | 63 | 102 | 0 | 116 | 110 | 7 | 543 | 124 | 70 |
| Binary | 11101101 | 110011 | 1000010 | 0 | 1001110 | 1001000 | 111 | 101100011 | 1010100 | 111000 |
Color Harmonies of #ED3342
Complementary color
Monochromatic Colors of #ED3342
Black with #ED3342
Text Example
Text Example
White with #ED3342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3342; }
p { color: rgb(237,51,66); }
H1.HeaderClassName
{
color: #ED3342;
}
.AnyTagClassName
{
color: #ED3342;
}
</style>
background-color css
<style>
a { background-color: #ED3342; }
a { background-color: rgb(237,51,66); }
div.DivClassName
{
background-color: #ED3342;
}
.BgClassName
{
background-color: #ED3342;
}
</style>
border-color css
<style>
span { border-color: #ED3342; }
span { border-color: rgb(237,51,66); }
td.TdClassName
{
border-color: #ED3342;
}
.TagClassName
{
border-color: #ED3342;
}
</style>