Shades of Alizarin #EE3339
Tints of Alizarin #EE3339
RGB
CMYK
RGB Variations
Color information
#EE3339 (or 0xEE3339) is known color: Alizarin. HEX triplet: EE, 33 and 39. RGB value is (238,51,57). Sum of RGB (Red+Green+Blue) = 238+51+57=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 57 (22.66% from 255 or 16.47% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3339 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3339 is #11CCC6. Grayscale: #6B6B6B. Windows color (decimal): -1166535 or 3748846. OLE color: 3748846.
HSL color Cylindrical-coordinate representation of color #EE3339: hue angle of 358.07º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE3339 is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 57 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.07 |
| HSL | 358.07º | 0.85% | 0.57% | - |
| HSV(B) | 358.07º | 0.79% | 0.93% | - |
| XYZ | 37.18 | 20.84 | 5.93 | - |
| YUV | 107.6 | 99.45 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 57 | 0 | 0.79 | 0.76 | 0.07 | 358.07 | 0.85 | 0.57 |
| Hex | EE | 33 | 39 | 0 | 4F | 4C | 7 | 166 | 55 | 39 |
| Octal | 356 | 63 | 71 | 0 | 117 | 114 | 7 | 546 | 125 | 71 |
| Binary | 11101110 | 110011 | 111001 | 0 | 1001111 | 1001100 | 111 | 101100110 | 1010101 | 111001 |
Color Harmonies of #EE3339
Complementary color
Monochromatic Colors of #EE3339
Black with #EE3339
Text Example
Text Example
White with #EE3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3339; }
p { color: rgb(238,51,57); }
H1.HeaderClassName
{
color: #EE3339;
}
.AnyTagClassName
{
color: #EE3339;
}
</style>
background-color css
<style>
a { background-color: #EE3339; }
a { background-color: rgb(238,51,57); }
div.DivClassName
{
background-color: #EE3339;
}
.BgClassName
{
background-color: #EE3339;
}
</style>
border-color css
<style>
span { border-color: #EE3339; }
span { border-color: rgb(238,51,57); }
td.TdClassName
{
border-color: #EE3339;
}
.TagClassName
{
border-color: #EE3339;
}
</style>