Shades of Alizarin #ED1F38
Tints of Alizarin #ED1F38
RGB
CMYK
RGB Variations
Color information
#ED1F38 (or 0xED1F38) is known color: Alizarin. HEX triplet: ED, 1F and 38. RGB value is (237,31,56). Sum of RGB (Red+Green+Blue) = 237+31+56=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1F38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED1F38 is #12E0C7. Grayscale: #5F5F5F. Windows color (decimal): -1237192 or 3678189. OLE color: 3678189.
HSL color Cylindrical-coordinate representation of color #ED1F38: hue angle of 352.72º 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 #ED1F38 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 31 | 56 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.07 |
| HSL | 352.72º | 0.85% | 0.53% | - |
| HSV(B) | 352.72º | 0.87% | 0.93% | - |
| XYZ | 36.13 | 19.27 | 5.56 | - |
| YUV | 95.44 | 105.75 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 31 | 56 | 0 | 0.87 | 0.76 | 0.07 | 352.72 | 0.85 | 0.53 |
| Hex | ED | 1F | 38 | 0 | 57 | 4C | 7 | 161 | 55 | 35 |
| Octal | 355 | 37 | 70 | 0 | 127 | 114 | 7 | 541 | 125 | 65 |
| Binary | 11101101 | 11111 | 111000 | 0 | 1010111 | 1001100 | 111 | 101100001 | 1010101 | 110101 |
Color Harmonies of #ED1F38
Complementary color
Monochromatic Colors of #ED1F38
Black with #ED1F38
Text Example
Text Example
White with #ED1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1F38; }
p { color: rgb(237,31,56); }
H1.HeaderClassName
{
color: #ED1F38;
}
.AnyTagClassName
{
color: #ED1F38;
}
</style>
background-color css
<style>
a { background-color: #ED1F38; }
a { background-color: rgb(237,31,56); }
div.DivClassName
{
background-color: #ED1F38;
}
.BgClassName
{
background-color: #ED1F38;
}
</style>
border-color css
<style>
span { border-color: #ED1F38; }
span { border-color: rgb(237,31,56); }
td.TdClassName
{
border-color: #ED1F38;
}
.TagClassName
{
border-color: #ED1F38;
}
</style>