Shades of Alizarin #EE1F37
Tints of Alizarin #EE1F37
RGB
CMYK
RGB Variations
Color information
#EE1F37 (or 0xEE1F37) is known color: Alizarin. HEX triplet: EE, 1F and 37. RGB value is (238,31,55). Sum of RGB (Red+Green+Blue) = 238+31+55=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F37 is #11E0C8. Grayscale: #5F5F5F. Windows color (decimal): -1171657 or 3612654. OLE color: 3612654.
HSL color Cylindrical-coordinate representation of color #EE1F37: hue angle of 353.04º degrees, saturation: 0.86, 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 #EE1F37 is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 55 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.07 |
| HSL | 353.04º | 0.86% | 0.53% | - |
| HSV(B) | 353.04º | 0.87% | 0.93% | - |
| XYZ | 36.44 | 19.43 | 5.44 | - |
| YUV | 95.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 55 | 0 | 0.87 | 0.77 | 0.07 | 353.04 | 0.86 | 0.53 |
| Hex | EE | 1F | 37 | 0 | 57 | 4D | 7 | 161 | 56 | 35 |
| Octal | 356 | 37 | 67 | 0 | 127 | 115 | 7 | 541 | 126 | 65 |
| Binary | 11101110 | 11111 | 110111 | 0 | 1010111 | 1001101 | 111 | 101100001 | 1010110 | 110101 |
Color Harmonies of #EE1F37
Complementary color
Monochromatic Colors of #EE1F37
Black with #EE1F37
Text Example
Text Example
White with #EE1F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1F37; }
p { color: rgb(238,31,55); }
H1.HeaderClassName
{
color: #EE1F37;
}
.AnyTagClassName
{
color: #EE1F37;
}
</style>
background-color css
<style>
a { background-color: #EE1F37; }
a { background-color: rgb(238,31,55); }
div.DivClassName
{
background-color: #EE1F37;
}
.BgClassName
{
background-color: #EE1F37;
}
</style>
border-color css
<style>
span { border-color: #EE1F37; }
span { border-color: rgb(238,31,55); }
td.TdClassName
{
border-color: #EE1F37;
}
.TagClassName
{
border-color: #EE1F37;
}
</style>