Shades of Alizarin #EE253E
Tints of Alizarin #EE253E
RGB
CMYK
RGB Variations
Color information
#EE253E (or 0xEE253E) is known color: Alizarin. HEX triplet: EE, 25 and 3E. RGB value is (238,37,62). Sum of RGB (Red+Green+Blue) = 238+37+62=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 62 (24.61% from 255 or 18.40% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE253E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE253E is #11DAC1. Grayscale: #646464. Windows color (decimal): -1170114 or 4072942. OLE color: 4072942.
HSL color Cylindrical-coordinate representation of color #EE253E: hue angle of 352.54º 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 #EE253E is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 62 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.07 |
| HSL | 352.54º | 0.86% | 0.54% | - |
| HSV(B) | 352.54º | 0.84% | 0.93% | - |
| XYZ | 36.79 | 19.85 | 6.45 | - |
| YUV | 99.95 | 106.59 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 62 | 0 | 0.84 | 0.74 | 0.07 | 352.54 | 0.86 | 0.54 |
| Hex | EE | 25 | 3E | 0 | 54 | 4A | 7 | 161 | 56 | 36 |
| Octal | 356 | 45 | 76 | 0 | 124 | 112 | 7 | 541 | 126 | 66 |
| Binary | 11101110 | 100101 | 111110 | 0 | 1010100 | 1001010 | 111 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EE253E
Complementary color
Monochromatic Colors of #EE253E
Black with #EE253E
Text Example
Text Example
White with #EE253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE253E; }
p { color: rgb(238,37,62); }
H1.HeaderClassName
{
color: #EE253E;
}
.AnyTagClassName
{
color: #EE253E;
}
</style>
background-color css
<style>
a { background-color: #EE253E; }
a { background-color: rgb(238,37,62); }
div.DivClassName
{
background-color: #EE253E;
}
.BgClassName
{
background-color: #EE253E;
}
</style>
border-color css
<style>
span { border-color: #EE253E; }
span { border-color: rgb(238,37,62); }
td.TdClassName
{
border-color: #EE253E;
}
.TagClassName
{
border-color: #EE253E;
}
</style>