Shades of Alizarin #ED2D2F
Tints of Alizarin #ED2D2F
RGB
CMYK
RGB Variations
Color information
#ED2D2F (or 0xED2D2F) is known color: Alizarin. HEX triplet: ED, 2D and 2F. RGB value is (237,45,47). Sum of RGB (Red+Green+Blue) = 237+45+47=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D2F is #12D2D0. Grayscale: #666666. Windows color (decimal): -1233617 or 3091949. OLE color: 3091949.
HSL color Cylindrical-coordinate representation of color #ED2D2F: hue angle of 359.38º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ED2D2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 45 | 47 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.07 |
| HSL | 359.38º | 0.84% | 0.55% | - |
| HSV(B) | 359.38º | 0.81% | 0.93% | - |
| XYZ | 36.38 | 20.09 | 4.65 | - |
| YUV | 102.64 | 96.61 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 45 | 47 | 0 | 0.81 | 0.80 | 0.07 | 359.38 | 0.84 | 0.55 |
| Hex | ED | 2D | 2F | 0 | 51 | 50 | 7 | 167 | 54 | 37 |
| Octal | 355 | 55 | 57 | 0 | 121 | 120 | 7 | 547 | 124 | 67 |
| Binary | 11101101 | 101101 | 101111 | 0 | 1010001 | 1010000 | 111 | 101100111 | 1010100 | 110111 |
Color Harmonies of #ED2D2F
Complementary color
Monochromatic Colors of #ED2D2F
Black with #ED2D2F
Text Example
Text Example
White with #ED2D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED2D2F; }
p { color: rgb(237,45,47); }
H1.HeaderClassName
{
color: #ED2D2F;
}
.AnyTagClassName
{
color: #ED2D2F;
}
</style>
background-color css
<style>
a { background-color: #ED2D2F; }
a { background-color: rgb(237,45,47); }
div.DivClassName
{
background-color: #ED2D2F;
}
.BgClassName
{
background-color: #ED2D2F;
}
</style>
border-color css
<style>
span { border-color: #ED2D2F; }
span { border-color: rgb(237,45,47); }
td.TdClassName
{
border-color: #ED2D2F;
}
.TagClassName
{
border-color: #ED2D2F;
}
</style>