Shades of Alizarin #ED3337
Tints of Alizarin #ED3337
RGB
CMYK
RGB Variations
Color information
#ED3337 (or 0xED3337) is known color: Alizarin. HEX triplet: ED, 33 and 37. RGB value is (237,51,55). Sum of RGB (Red+Green+Blue) = 237+51+55=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3337 is #12CCC8. Grayscale: #6B6B6B. Windows color (decimal): -1232073 or 3617773. OLE color: 3617773.
HSL color Cylindrical-coordinate representation of color #ED3337: hue angle of 358.71º 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 #ED3337 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 55 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.07 |
| HSL | 358.71º | 0.84% | 0.56% | - |
| HSV(B) | 358.71º | 0.78% | 0.93% | - |
| XYZ | 36.8 | 20.65 | 5.66 | - |
| YUV | 107.07 | 98.62 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 55 | 0 | 0.78 | 0.77 | 0.07 | 358.71 | 0.84 | 0.56 |
| Hex | ED | 33 | 37 | 0 | 4E | 4D | 7 | 167 | 54 | 38 |
| Octal | 355 | 63 | 67 | 0 | 116 | 115 | 7 | 547 | 124 | 70 |
| Binary | 11101101 | 110011 | 110111 | 0 | 1001110 | 1001101 | 111 | 101100111 | 1010100 | 111000 |
Color Harmonies of #ED3337
Complementary color
Monochromatic Colors of #ED3337
Black with #ED3337
Text Example
Text Example
White with #ED3337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3337; }
p { color: rgb(237,51,55); }
H1.HeaderClassName
{
color: #ED3337;
}
.AnyTagClassName
{
color: #ED3337;
}
</style>
background-color css
<style>
a { background-color: #ED3337; }
a { background-color: rgb(237,51,55); }
div.DivClassName
{
background-color: #ED3337;
}
.BgClassName
{
background-color: #ED3337;
}
</style>
border-color css
<style>
span { border-color: #ED3337; }
span { border-color: rgb(237,51,55); }
td.TdClassName
{
border-color: #ED3337;
}
.TagClassName
{
border-color: #ED3337;
}
</style>