Shades of Alizarin #EE353D
Tints of Alizarin #EE353D
RGB
CMYK
RGB Variations
Color information
#EE353D (or 0xEE353D) is known color: Alizarin. HEX triplet: EE, 35 and 3D. RGB value is (238,53,61). Sum of RGB (Red+Green+Blue) = 238+53+61=352 (46% of max value = 765). Red value is 238 (93.36% from 255 or 67.61% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 238 - color contains mainly: red. Hex color #EE353D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE353D is #11CAC2. Grayscale: #6D6D6D. Windows color (decimal): -1166019 or 4011502. OLE color: 4011502.
HSL color Cylindrical-coordinate representation of color #EE353D: hue angle of 357.41º 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 #EE353D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 53 | 61 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.07 |
| HSL | 357.41º | 0.84% | 0.57% | - |
| HSV(B) | 357.41º | 0.78% | 0.93% | - |
| XYZ | 37.38 | 21.06 | 6.51 | - |
| YUV | 109.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 53 | 61 | 0 | 0.78 | 0.74 | 0.07 | 357.41 | 0.84 | 0.57 |
| Hex | EE | 35 | 3D | 0 | 4E | 4A | 7 | 165 | 54 | 39 |
| Octal | 356 | 65 | 75 | 0 | 116 | 112 | 7 | 545 | 124 | 71 |
| Binary | 11101110 | 110101 | 111101 | 0 | 1001110 | 1001010 | 111 | 101100101 | 1010100 | 111001 |
Color Harmonies of #EE353D
Complementary color
Monochromatic Colors of #EE353D
Black with #EE353D
Text Example
Text Example
White with #EE353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE353D; }
p { color: rgb(238,53,61); }
H1.HeaderClassName
{
color: #EE353D;
}
.AnyTagClassName
{
color: #EE353D;
}
</style>
background-color css
<style>
a { background-color: #EE353D; }
a { background-color: rgb(238,53,61); }
div.DivClassName
{
background-color: #EE353D;
}
.BgClassName
{
background-color: #EE353D;
}
</style>
border-color css
<style>
span { border-color: #EE353D; }
span { border-color: rgb(238,53,61); }
td.TdClassName
{
border-color: #EE353D;
}
.TagClassName
{
border-color: #EE353D;
}
</style>