Shades of Alizarin #EE202D
Tints of Alizarin #EE202D
RGB
CMYK
RGB Variations
Color information
#EE202D (or 0xEE202D) is known color: Alizarin. HEX triplet: EE, 20 and 2D. RGB value is (238,32,45). Sum of RGB (Red+Green+Blue) = 238+32+45=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE202D is #11DFD2. Grayscale: #5F5F5F. Windows color (decimal): -1171411 or 2957550. OLE color: 2957550.
HSL color Cylindrical-coordinate representation of color #EE202D: hue angle of 356.21º 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 #EE202D is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 32 | 45 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.07 |
| HSL | 356.21º | 0.86% | 0.53% | - |
| HSV(B) | 356.21º | 0.87% | 0.93% | - |
| XYZ | 36.25 | 19.4 | 4.32 | - |
| YUV | 95.08 | 99.75 | 229.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 32 | 45 | 0 | 0.87 | 0.81 | 0.07 | 356.21 | 0.86 | 0.53 |
| Hex | EE | 20 | 2D | 0 | 57 | 51 | 7 | 164 | 56 | 35 |
| Octal | 356 | 40 | 55 | 0 | 127 | 121 | 7 | 544 | 126 | 65 |
| Binary | 11101110 | 100000 | 101101 | 0 | 1010111 | 1010001 | 111 | 101100100 | 1010110 | 110101 |
Color Harmonies of #EE202D
Complementary color
Monochromatic Colors of #EE202D
Black with #EE202D
Text Example
Text Example
White with #EE202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE202D; }
p { color: rgb(238,32,45); }
H1.HeaderClassName
{
color: #EE202D;
}
.AnyTagClassName
{
color: #EE202D;
}
</style>
background-color css
<style>
a { background-color: #EE202D; }
a { background-color: rgb(238,32,45); }
div.DivClassName
{
background-color: #EE202D;
}
.BgClassName
{
background-color: #EE202D;
}
</style>
border-color css
<style>
span { border-color: #EE202D; }
span { border-color: rgb(238,32,45); }
td.TdClassName
{
border-color: #EE202D;
}
.TagClassName
{
border-color: #EE202D;
}
</style>