Shades of Alizarin #EE3541
Tints of Alizarin #EE3541
RGB
CMYK
RGB Variations
Color information
#EE3541 (or 0xEE3541) is known color: Alizarin. HEX triplet: EE, 35 and 41. RGB value is (238,53,65). Sum of RGB (Red+Green+Blue) = 238+53+65=356 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.85% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3541 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3541 is #11CABE. Grayscale: #6D6D6D. Windows color (decimal): -1166015 or 4273646. OLE color: 4273646.
HSL color Cylindrical-coordinate representation of color #EE3541: hue angle of 356.11º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EE3541 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 65 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.07 |
| HSL | 356.11º | 0.84% | 0.57% | - |
| HSV(B) | 356.11º | 0.78% | 0.93% | - |
| XYZ | 37.49 | 21.11 | 7.1 | - |
| YUV | 109.68 | 102.79 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 65 | 0 | 0.78 | 0.73 | 0.07 | 356.11 | 0.84 | 0.57 |
| Hex | EE | 35 | 41 | 0 | 4E | 49 | 7 | 164 | 54 | 39 |
| Octal | 356 | 65 | 101 | 0 | 116 | 111 | 7 | 544 | 124 | 71 |
| Binary | 11101110 | 110101 | 1000001 | 0 | 1001110 | 1001001 | 111 | 101100100 | 1010100 | 111001 |
Color Harmonies of #EE3541
Complementary color
Monochromatic Colors of #EE3541
Black with #EE3541
Text Example
Text Example
White with #EE3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3541; }
p { color: rgb(238,53,65); }
H1.HeaderClassName
{
color: #EE3541;
}
.AnyTagClassName
{
color: #EE3541;
}
</style>
background-color css
<style>
a { background-color: #EE3541; }
a { background-color: rgb(238,53,65); }
div.DivClassName
{
background-color: #EE3541;
}
.BgClassName
{
background-color: #EE3541;
}
</style>
border-color css
<style>
span { border-color: #EE3541; }
span { border-color: rgb(238,53,65); }
td.TdClassName
{
border-color: #EE3541;
}
.TagClassName
{
border-color: #EE3541;
}
</style>