Shades of Alizarin #ED333B
Tints of Alizarin #ED333B
RGB
CMYK
RGB Variations
Color information
#ED333B (or 0xED333B) is known color: Alizarin. HEX triplet: ED, 33 and 3B. RGB value is (237,51,59). Sum of RGB (Red+Green+Blue) = 237+51+59=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED333B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED333B is #12CCC4. Grayscale: #6B6B6B. Windows color (decimal): -1232069 or 3879917. OLE color: 3879917.
HSL color Cylindrical-coordinate representation of color #ED333B: hue angle of 357.42º 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 #ED333B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 59 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.07 |
| HSL | 357.42º | 0.84% | 0.56% | - |
| HSV(B) | 357.42º | 0.78% | 0.93% | - |
| XYZ | 36.9 | 20.69 | 6.19 | - |
| YUV | 107.53 | 100.62 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 59 | 0 | 0.78 | 0.75 | 0.07 | 357.42 | 0.84 | 0.56 |
| Hex | ED | 33 | 3B | 0 | 4E | 4B | 7 | 165 | 54 | 38 |
| Octal | 355 | 63 | 73 | 0 | 116 | 113 | 7 | 545 | 124 | 70 |
| Binary | 11101101 | 110011 | 111011 | 0 | 1001110 | 1001011 | 111 | 101100101 | 1010100 | 111000 |
Color Harmonies of #ED333B
Complementary color
Monochromatic Colors of #ED333B
Black with #ED333B
Text Example
Text Example
White with #ED333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED333B; }
p { color: rgb(237,51,59); }
H1.HeaderClassName
{
color: #ED333B;
}
.AnyTagClassName
{
color: #ED333B;
}
</style>
background-color css
<style>
a { background-color: #ED333B; }
a { background-color: rgb(237,51,59); }
div.DivClassName
{
background-color: #ED333B;
}
.BgClassName
{
background-color: #ED333B;
}
</style>
border-color css
<style>
span { border-color: #ED333B; }
span { border-color: rgb(237,51,59); }
td.TdClassName
{
border-color: #ED333B;
}
.TagClassName
{
border-color: #ED333B;
}
</style>