Shades of Alizarin #ED1F28
Tints of Alizarin #ED1F28
RGB
CMYK
RGB Variations
Color information
#ED1F28 (or 0xED1F28) is known color: Alizarin. HEX triplet: ED, 1F and 28. RGB value is (237,31,40). Sum of RGB (Red+Green+Blue) = 237+31+40=308 (40% of max value = 765). Red value is 237 (92.97% from 255 or 76.95% from 308); Green value is 31 (12.5% from 255 or 10.06% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F28 is #12E0D7. Grayscale: #5D5D5D. Windows color (decimal): -1237208 or 2629613. OLE color: 2629613.
HSL color Cylindrical-coordinate representation of color #ED1F28: hue angle of 357.38º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ED1F28 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 40 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.07 |
| HSL | 357.38º | 0.85% | 0.53% | - |
| HSV(B) | 357.38º | 0.87% | 0.93% | - |
| XYZ | 35.8 | 19.14 | 3.81 | - |
| YUV | 93.62 | 97.75 | 230.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 40 | 0 | 0.87 | 0.83 | 0.07 | 357.38 | 0.85 | 0.53 |
| Hex | ED | 1F | 28 | 0 | 57 | 53 | 7 | 165 | 55 | 35 |
| Octal | 355 | 37 | 50 | 0 | 127 | 123 | 7 | 545 | 125 | 65 |
| Binary | 11101101 | 11111 | 101000 | 0 | 1010111 | 1010011 | 111 | 101100101 | 1010101 | 110101 |
Color Harmonies of #ED1F28
Complementary color
Monochromatic Colors of #ED1F28
Black with #ED1F28
Text Example
Text Example
White with #ED1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F28; }
p { color: rgb(237,31,40); }
H1.HeaderClassName
{
color: #ED1F28;
}
.AnyTagClassName
{
color: #ED1F28;
}
</style>
background-color css
<style>
a { background-color: #ED1F28; }
a { background-color: rgb(237,31,40); }
div.DivClassName
{
background-color: #ED1F28;
}
.BgClassName
{
background-color: #ED1F28;
}
</style>
border-color css
<style>
span { border-color: #ED1F28; }
span { border-color: rgb(237,31,40); }
td.TdClassName
{
border-color: #ED1F28;
}
.TagClassName
{
border-color: #ED1F28;
}
</style>