Shades of Alizarin #EE253F
Tints of Alizarin #EE253F
RGB
CMYK
RGB Variations
Color information
#EE253F (or 0xEE253F) is known color: Alizarin. HEX triplet: EE, 25 and 3F. RGB value is (238,37,63). Sum of RGB (Red+Green+Blue) = 238+37+63=338 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.41% from 338); Green value is 37 (14.84% from 255 or 10.95% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 238 - color contains mainly: red. Hex color #EE253F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE253F is #11DAC0. Grayscale: #646464. Windows color (decimal): -1170113 or 4138478. OLE color: 4138478.
HSL color Cylindrical-coordinate representation of color #EE253F: hue angle of 352.24º degrees, saturation: 0.86, 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 #EE253F is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 63 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.07 |
| HSL | 352.24º | 0.86% | 0.54% | - |
| HSV(B) | 352.24º | 0.84% | 0.93% | - |
| XYZ | 36.82 | 19.86 | 6.6 | - |
| YUV | 100.06 | 107.09 | 226.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 63 | 0 | 0.84 | 0.74 | 0.07 | 352.24 | 0.86 | 0.54 |
| Hex | EE | 25 | 3F | 0 | 54 | 4A | 7 | 160 | 56 | 36 |
| Octal | 356 | 45 | 77 | 0 | 124 | 112 | 7 | 540 | 126 | 66 |
| Binary | 11101110 | 100101 | 111111 | 0 | 1010100 | 1001010 | 111 | 101100000 | 1010110 | 110110 |
Color Harmonies of #EE253F
Complementary color
Monochromatic Colors of #EE253F
Black with #EE253F
Text Example
Text Example
White with #EE253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE253F; }
p { color: rgb(238,37,63); }
H1.HeaderClassName
{
color: #EE253F;
}
.AnyTagClassName
{
color: #EE253F;
}
</style>
background-color css
<style>
a { background-color: #EE253F; }
a { background-color: rgb(238,37,63); }
div.DivClassName
{
background-color: #EE253F;
}
.BgClassName
{
background-color: #EE253F;
}
</style>
border-color css
<style>
span { border-color: #EE253F; }
span { border-color: rgb(238,37,63); }
td.TdClassName
{
border-color: #EE253F;
}
.TagClassName
{
border-color: #EE253F;
}
</style>