Shades of Alizarin #EE273B
Tints of Alizarin #EE273B
RGB
CMYK
RGB Variations
Color information
#EE273B (or 0xEE273B) is known color: Alizarin. HEX triplet: EE, 27 and 3B. RGB value is (238,39,59). Sum of RGB (Red+Green+Blue) = 238+39+59=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE273B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE273B is #11D8C4. Grayscale: #646464. Windows color (decimal): -1169605 or 3876846. OLE color: 3876846.
HSL color Cylindrical-coordinate representation of color #EE273B: hue angle of 353.97º 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 #EE273B is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 59 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.07 |
| HSL | 353.97º | 0.85% | 0.54% | - |
| HSV(B) | 353.97º | 0.84% | 0.93% | - |
| XYZ | 36.77 | 19.94 | 6.05 | - |
| YUV | 100.78 | 104.43 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 59 | 0 | 0.84 | 0.75 | 0.07 | 353.97 | 0.85 | 0.54 |
| Hex | EE | 27 | 3B | 0 | 54 | 4B | 7 | 162 | 55 | 36 |
| Octal | 356 | 47 | 73 | 0 | 124 | 113 | 7 | 542 | 125 | 66 |
| Binary | 11101110 | 100111 | 111011 | 0 | 1010100 | 1001011 | 111 | 101100010 | 1010101 | 110110 |
Color Harmonies of #EE273B
Complementary color
Monochromatic Colors of #EE273B
Black with #EE273B
Text Example
Text Example
White with #EE273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE273B; }
p { color: rgb(238,39,59); }
H1.HeaderClassName
{
color: #EE273B;
}
.AnyTagClassName
{
color: #EE273B;
}
</style>
background-color css
<style>
a { background-color: #EE273B; }
a { background-color: rgb(238,39,59); }
div.DivClassName
{
background-color: #EE273B;
}
.BgClassName
{
background-color: #EE273B;
}
</style>
border-color css
<style>
span { border-color: #EE273B; }
span { border-color: rgb(238,39,59); }
td.TdClassName
{
border-color: #EE273B;
}
.TagClassName
{
border-color: #EE273B;
}
</style>