Shades of Alizarin #ED202F
Tints of Alizarin #ED202F
RGB
CMYK
RGB Variations
Color information
#ED202F (or 0xED202F) is known color: Alizarin. HEX triplet: ED, 20 and 2F. RGB value is (237,32,47). Sum of RGB (Red+Green+Blue) = 237+32+47=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED202F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED202F is #12DFD0. Grayscale: #5F5F5F. Windows color (decimal): -1236945 or 3088621. OLE color: 3088621.
HSL color Cylindrical-coordinate representation of color #ED202F: hue angle of 355.61º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED202F is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 32 | 47 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.07 |
| HSL | 355.61º | 0.85% | 0.53% | - |
| HSV(B) | 355.61º | 0.86% | 0.93% | - |
| XYZ | 35.95 | 19.24 | 4.51 | - |
| YUV | 95.01 | 100.92 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 32 | 47 | 0 | 0.86 | 0.80 | 0.07 | 355.61 | 0.85 | 0.53 |
| Hex | ED | 20 | 2F | 0 | 56 | 50 | 7 | 164 | 55 | 35 |
| Octal | 355 | 40 | 57 | 0 | 126 | 120 | 7 | 544 | 125 | 65 |
| Binary | 11101101 | 100000 | 101111 | 0 | 1010110 | 1010000 | 111 | 101100100 | 1010101 | 110101 |
Color Harmonies of #ED202F
Complementary color
Monochromatic Colors of #ED202F
Black with #ED202F
Text Example
Text Example
White with #ED202F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED202F; }
p { color: rgb(237,32,47); }
H1.HeaderClassName
{
color: #ED202F;
}
.AnyTagClassName
{
color: #ED202F;
}
</style>
background-color css
<style>
a { background-color: #ED202F; }
a { background-color: rgb(237,32,47); }
div.DivClassName
{
background-color: #ED202F;
}
.BgClassName
{
background-color: #ED202F;
}
</style>
border-color css
<style>
span { border-color: #ED202F; }
span { border-color: rgb(237,32,47); }
td.TdClassName
{
border-color: #ED202F;
}
.TagClassName
{
border-color: #ED202F;
}
</style>