Shades of Alizarin #EE272D
Tints of Alizarin #EE272D
RGB
CMYK
RGB Variations
Color information
#EE272D (or 0xEE272D) is known color: Alizarin. HEX triplet: EE, 27 and 2D. RGB value is (238,39,45). Sum of RGB (Red+Green+Blue) = 238+39+45=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE272D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE272D is #11D8D2. Grayscale: #636363. Windows color (decimal): -1169619 or 2959342. OLE color: 2959342.
HSL color Cylindrical-coordinate representation of color #EE272D: hue angle of 358.19º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE272D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 45 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.07 |
| HSL | 358.19º | 0.85% | 0.54% | - |
| HSV(B) | 358.19º | 0.84% | 0.93% | - |
| XYZ | 36.46 | 19.82 | 4.39 | - |
| YUV | 99.19 | 97.43 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 45 | 0 | 0.84 | 0.81 | 0.07 | 358.19 | 0.85 | 0.54 |
| Hex | EE | 27 | 2D | 0 | 54 | 51 | 7 | 166 | 55 | 36 |
| Octal | 356 | 47 | 55 | 0 | 124 | 121 | 7 | 546 | 125 | 66 |
| Binary | 11101110 | 100111 | 101101 | 0 | 1010100 | 1010001 | 111 | 101100110 | 1010101 | 110110 |
Color Harmonies of #EE272D
Complementary color
Monochromatic Colors of #EE272D
Black with #EE272D
Text Example
Text Example
White with #EE272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE272D; }
p { color: rgb(238,39,45); }
H1.HeaderClassName
{
color: #EE272D;
}
.AnyTagClassName
{
color: #EE272D;
}
</style>
background-color css
<style>
a { background-color: #EE272D; }
a { background-color: rgb(238,39,45); }
div.DivClassName
{
background-color: #EE272D;
}
.BgClassName
{
background-color: #EE272D;
}
</style>
border-color css
<style>
span { border-color: #EE272D; }
span { border-color: rgb(238,39,45); }
td.TdClassName
{
border-color: #EE272D;
}
.TagClassName
{
border-color: #EE272D;
}
</style>