Shades of Alizarin #ED3334
Tints of Alizarin #ED3334
RGB
CMYK
RGB Variations
Color information
#ED3334 (or 0xED3334) is known color: Alizarin. HEX triplet: ED, 33 and 34. RGB value is (237,51,52). Sum of RGB (Red+Green+Blue) = 237+51+52=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 52 (20.70% from 255 or 15.29% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3334 is #12CCCB. Grayscale: #6A6A6A. Windows color (decimal): -1232076 or 3421165. OLE color: 3421165.
HSL color Cylindrical-coordinate representation of color #ED3334: hue angle of 359.68º 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 #ED3334 is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 51 | 52 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.07 |
| HSL | 359.68º | 0.84% | 0.56% | - |
| HSV(B) | 359.68º | 0.78% | 0.93% | - |
| XYZ | 36.73 | 20.62 | 5.29 | - |
| YUV | 106.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 51 | 52 | 0 | 0.78 | 0.78 | 0.07 | 359.68 | 0.84 | 0.56 |
| Hex | ED | 33 | 34 | 0 | 4E | 4E | 7 | 168 | 54 | 38 |
| Octal | 355 | 63 | 64 | 0 | 116 | 116 | 7 | 550 | 124 | 70 |
| Binary | 11101101 | 110011 | 110100 | 0 | 1001110 | 1001110 | 111 | 101101000 | 1010100 | 111000 |
Color Harmonies of #ED3334
Complementary color
Monochromatic Colors of #ED3334
Black with #ED3334
Text Example
Text Example
White with #ED3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3334; }
p { color: rgb(237,51,52); }
H1.HeaderClassName
{
color: #ED3334;
}
.AnyTagClassName
{
color: #ED3334;
}
</style>
background-color css
<style>
a { background-color: #ED3334; }
a { background-color: rgb(237,51,52); }
div.DivClassName
{
background-color: #ED3334;
}
.BgClassName
{
background-color: #ED3334;
}
</style>
border-color css
<style>
span { border-color: #ED3334; }
span { border-color: rgb(237,51,52); }
td.TdClassName
{
border-color: #ED3334;
}
.TagClassName
{
border-color: #ED3334;
}
</style>