Shades of Alizarin #EE243D
Tints of Alizarin #EE243D
RGB
CMYK
RGB Variations
Color information
#EE243D (or 0xEE243D) is known color: Alizarin. HEX triplet: EE, 24 and 3D. RGB value is (238,36,61). Sum of RGB (Red+Green+Blue) = 238+36+61=335 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.04% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 238 - color contains mainly: red. Hex color #EE243D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE243D is #11DBC2. Grayscale: #636363. Windows color (decimal): -1170371 or 4007150. OLE color: 4007150.
HSL color Cylindrical-coordinate representation of color #EE243D: hue angle of 352.57º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE243D is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 36 | 61 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.07 |
| HSL | 352.57º | 0.86% | 0.54% | - |
| HSV(B) | 352.57º | 0.85% | 0.93% | - |
| XYZ | 36.73 | 19.78 | 6.3 | - |
| YUV | 99.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 36 | 61 | 0 | 0.85 | 0.74 | 0.07 | 352.57 | 0.86 | 0.54 |
| Hex | EE | 24 | 3D | 0 | 55 | 4A | 7 | 161 | 56 | 36 |
| Octal | 356 | 44 | 75 | 0 | 125 | 112 | 7 | 541 | 126 | 66 |
| Binary | 11101110 | 100100 | 111101 | 0 | 1010101 | 1001010 | 111 | 101100001 | 1010110 | 110110 |
Color Harmonies of #EE243D
Complementary color
Monochromatic Colors of #EE243D
Black with #EE243D
Text Example
Text Example
White with #EE243D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE243D; }
p { color: rgb(238,36,61); }
H1.HeaderClassName
{
color: #EE243D;
}
.AnyTagClassName
{
color: #EE243D;
}
</style>
background-color css
<style>
a { background-color: #EE243D; }
a { background-color: rgb(238,36,61); }
div.DivClassName
{
background-color: #EE243D;
}
.BgClassName
{
background-color: #EE243D;
}
</style>
border-color css
<style>
span { border-color: #EE243D; }
span { border-color: rgb(238,36,61); }
td.TdClassName
{
border-color: #EE243D;
}
.TagClassName
{
border-color: #EE243D;
}
</style>