Shades of Alizarin #ED1F27
Tints of Alizarin #ED1F27
RGB
CMYK
RGB Variations
Color information
#ED1F27 (or 0xED1F27) is known color: Alizarin. HEX triplet: ED, 1F and 27. RGB value is (237,31,39). Sum of RGB (Red+Green+Blue) = 237+31+39=307 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.20% from 307); Green value is 31 (12.5% from 255 or 10.10% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F27 is #12E0D8. Grayscale: #5D5D5D. Windows color (decimal): -1237209 or 2564077. OLE color: 2564077.
HSL color Cylindrical-coordinate representation of color #ED1F27: hue angle of 357.67º 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 #ED1F27 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 39 | - |
| CMYK | 0 | 0.87 | 0.84 | 0.07 |
| HSL | 357.67º | 0.85% | 0.53% | - |
| HSV(B) | 357.67º | 0.87% | 0.93% | - |
| XYZ | 35.78 | 19.13 | 3.73 | - |
| YUV | 93.51 | 97.25 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 39 | 0 | 0.87 | 0.84 | 0.07 | 357.67 | 0.85 | 0.53 |
| Hex | ED | 1F | 27 | 0 | 57 | 54 | 7 | 166 | 55 | 35 |
| Octal | 355 | 37 | 47 | 0 | 127 | 124 | 7 | 546 | 125 | 65 |
| Binary | 11101101 | 11111 | 100111 | 0 | 1010111 | 1010100 | 111 | 101100110 | 1010101 | 110101 |
Color Harmonies of #ED1F27
Complementary color
Monochromatic Colors of #ED1F27
Black with #ED1F27
Text Example
Text Example
White with #ED1F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F27; }
p { color: rgb(237,31,39); }
H1.HeaderClassName
{
color: #ED1F27;
}
.AnyTagClassName
{
color: #ED1F27;
}
</style>
background-color css
<style>
a { background-color: #ED1F27; }
a { background-color: rgb(237,31,39); }
div.DivClassName
{
background-color: #ED1F27;
}
.BgClassName
{
background-color: #ED1F27;
}
</style>
border-color css
<style>
span { border-color: #ED1F27; }
span { border-color: rgb(237,31,39); }
td.TdClassName
{
border-color: #ED1F27;
}
.TagClassName
{
border-color: #ED1F27;
}
</style>