Shades of Alizarin #ED2A39
Tints of Alizarin #ED2A39
RGB
CMYK
RGB Variations
Color information
#ED2A39 (or 0xED2A39) is known color: Alizarin. HEX triplet: ED, 2A and 39. RGB value is (237,42,57). Sum of RGB (Red+Green+Blue) = 237+42+57=336 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.54% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2A39 is #12D5C6. Grayscale: #666666. Windows color (decimal): -1234375 or 3746541. OLE color: 3746541.
HSL color Cylindrical-coordinate representation of color #ED2A39: hue angle of 355.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2A39 is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 42 | 57 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.07 |
| HSL | 355.38º | 0.84% | 0.55% | - |
| HSV(B) | 355.38º | 0.82% | 0.93% | - |
| XYZ | 36.49 | 19.96 | 5.8 | - |
| YUV | 102.02 | 102.6 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 42 | 57 | 0 | 0.82 | 0.76 | 0.07 | 355.38 | 0.84 | 0.55 |
| Hex | ED | 2A | 39 | 0 | 52 | 4C | 7 | 163 | 54 | 37 |
| Octal | 355 | 52 | 71 | 0 | 122 | 114 | 7 | 543 | 124 | 67 |
| Binary | 11101101 | 101010 | 111001 | 0 | 1010010 | 1001100 | 111 | 101100011 | 1010100 | 110111 |
Color Harmonies of #ED2A39
Complementary color
Monochromatic Colors of #ED2A39
Black with #ED2A39
Text Example
Text Example
White with #ED2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2A39; }
p { color: rgb(237,42,57); }
H1.HeaderClassName
{
color: #ED2A39;
}
.AnyTagClassName
{
color: #ED2A39;
}
</style>
background-color css
<style>
a { background-color: #ED2A39; }
a { background-color: rgb(237,42,57); }
div.DivClassName
{
background-color: #ED2A39;
}
.BgClassName
{
background-color: #ED2A39;
}
</style>
border-color css
<style>
span { border-color: #ED2A39; }
span { border-color: rgb(237,42,57); }
td.TdClassName
{
border-color: #ED2A39;
}
.TagClassName
{
border-color: #ED2A39;
}
</style>