Shades of Alizarin #EE1F2E
Tints of Alizarin #EE1F2E
RGB
CMYK
RGB Variations
Color information
#EE1F2E (or 0xEE1F2E) is known color: Alizarin. HEX triplet: EE, 1F and 2E. RGB value is (238,31,46). Sum of RGB (Red+Green+Blue) = 238+31+46=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F2E is #11E0D1. Grayscale: #5E5E5E. Windows color (decimal): -1171666 or 3022830. OLE color: 3022830.
HSL color Cylindrical-coordinate representation of color #EE1F2E: hue angle of 355.65º 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 #EE1F2E is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 46 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.07 |
| HSL | 355.65º | 0.86% | 0.53% | - |
| HSV(B) | 355.65º | 0.87% | 0.93% | - |
| XYZ | 36.24 | 19.35 | 4.41 | - |
| YUV | 94.6 | 100.58 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 46 | 0 | 0.87 | 0.81 | 0.07 | 355.65 | 0.86 | 0.53 |
| Hex | EE | 1F | 2E | 0 | 57 | 51 | 7 | 164 | 56 | 35 |
| Octal | 356 | 37 | 56 | 0 | 127 | 121 | 7 | 544 | 126 | 65 |
| Binary | 11101110 | 11111 | 101110 | 0 | 1010111 | 1010001 | 111 | 101100100 | 1010110 | 110101 |
Color Harmonies of #EE1F2E
Complementary color
Monochromatic Colors of #EE1F2E
Black with #EE1F2E
Text Example
Text Example
White with #EE1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1F2E; }
p { color: rgb(238,31,46); }
H1.HeaderClassName
{
color: #EE1F2E;
}
.AnyTagClassName
{
color: #EE1F2E;
}
</style>
background-color css
<style>
a { background-color: #EE1F2E; }
a { background-color: rgb(238,31,46); }
div.DivClassName
{
background-color: #EE1F2E;
}
.BgClassName
{
background-color: #EE1F2E;
}
</style>
border-color css
<style>
span { border-color: #EE1F2E; }
span { border-color: rgb(238,31,46); }
td.TdClassName
{
border-color: #EE1F2E;
}
.TagClassName
{
border-color: #EE1F2E;
}
</style>