Shades of Alizarin #ED1F23
Tints of Alizarin #ED1F23
RGB
CMYK
RGB Variations
Color information
#ED1F23 (or 0xED1F23) is known color: Alizarin. HEX triplet: ED, 1F and 23. RGB value is (237,31,35). Sum of RGB (Red+Green+Blue) = 237+31+35=303 (40% of max value = 765). Red value is 237 (92.97% from 255 or 78.22% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 35 (14.06% from 255 or 11.55% from 303); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F23 is #12E0DC. Grayscale: #5D5D5D. Windows color (decimal): -1237213 or 2301933. OLE color: 2301933.
HSL color Cylindrical-coordinate representation of color #ED1F23: hue angle of 358.83º 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 #ED1F23 is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 35 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.07 |
| HSL | 358.84º | 0.85% | 0.53% | - |
| HSV(B) | 358.84º | 0.87% | 0.93% | - |
| XYZ | 35.72 | 19.11 | 3.4 | - |
| YUV | 93.05 | 95.25 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 35 | 0 | 0.87 | 0.85 | 0.07 | 358.84 | 0.85 | 0.53 |
| Hex | ED | 1F | 23 | 0 | 57 | 55 | 7 | 167 | 55 | 35 |
| Octal | 355 | 37 | 43 | 0 | 127 | 125 | 7 | 547 | 125 | 65 |
| Binary | 11101101 | 11111 | 100011 | 0 | 1010111 | 1010101 | 111 | 101100111 | 1010101 | 110101 |
Color Harmonies of #ED1F23
Complementary color
Monochromatic Colors of #ED1F23
Black with #ED1F23
Text Example
Text Example
White with #ED1F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F23; }
p { color: rgb(237,31,35); }
H1.HeaderClassName
{
color: #ED1F23;
}
.AnyTagClassName
{
color: #ED1F23;
}
</style>
background-color css
<style>
a { background-color: #ED1F23; }
a { background-color: rgb(237,31,35); }
div.DivClassName
{
background-color: #ED1F23;
}
.BgClassName
{
background-color: #ED1F23;
}
</style>
border-color css
<style>
span { border-color: #ED1F23; }
span { border-color: rgb(237,31,35); }
td.TdClassName
{
border-color: #ED1F23;
}
.TagClassName
{
border-color: #ED1F23;
}
</style>