Shades of Alizarin #EE272A
Tints of Alizarin #EE272A
RGB
CMYK
RGB Variations
Color information
#EE272A (or 0xEE272A) is known color: Alizarin. HEX triplet: EE, 27 and 2A. RGB value is (238,39,42). Sum of RGB (Red+Green+Blue) = 238+39+42=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 42 (16.80% from 255 or 13.17% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE272A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE272A is #11D8D5. Grayscale: #636363. Windows color (decimal): -1169622 or 2762734. OLE color: 2762734.
HSL color Cylindrical-coordinate representation of color #EE272A: hue angle of 359.1º 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 #EE272A is Cyan = 0, Magento = 0.84, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 42 | - |
| CMYK | 0 | 0.84 | 0.82 | 0.07 |
| HSL | 359.1º | 0.85% | 0.54% | - |
| HSV(B) | 359.1º | 0.84% | 0.93% | - |
| XYZ | 36.4 | 19.8 | 4.09 | - |
| YUV | 98.84 | 95.93 | 227.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 42 | 0 | 0.84 | 0.82 | 0.07 | 359.1 | 0.85 | 0.54 |
| Hex | EE | 27 | 2A | 0 | 54 | 52 | 7 | 167 | 55 | 36 |
| Octal | 356 | 47 | 52 | 0 | 124 | 122 | 7 | 547 | 125 | 66 |
| Binary | 11101110 | 100111 | 101010 | 0 | 1010100 | 1010010 | 111 | 101100111 | 1010101 | 110110 |
Color Harmonies of #EE272A
Complementary color
Monochromatic Colors of #EE272A
Black with #EE272A
Text Example
Text Example
White with #EE272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE272A; }
p { color: rgb(238,39,42); }
H1.HeaderClassName
{
color: #EE272A;
}
.AnyTagClassName
{
color: #EE272A;
}
</style>
background-color css
<style>
a { background-color: #EE272A; }
a { background-color: rgb(238,39,42); }
div.DivClassName
{
background-color: #EE272A;
}
.BgClassName
{
background-color: #EE272A;
}
</style>
border-color css
<style>
span { border-color: #EE272A; }
span { border-color: rgb(238,39,42); }
td.TdClassName
{
border-color: #EE272A;
}
.TagClassName
{
border-color: #EE272A;
}
</style>