Shades of Alizarin #EE1C3C
Tints of Alizarin #EE1C3C
RGB
CMYK
RGB Variations
Color information
#EE1C3C (or 0xEE1C3C) is known color: Alizarin. HEX triplet: EE, 1C and 3C. RGB value is (238,28,60). Sum of RGB (Red+Green+Blue) = 238+28+60=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 28 (11.33% from 255 or 8.59% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1C3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1C3C is #11E3C3. Grayscale: #5E5E5E. Windows color (decimal): -1172420 or 3939566. OLE color: 3939566.
HSL color Cylindrical-coordinate representation of color #EE1C3C: hue angle of 350.86º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE1C3C is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 28 | 60 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.07 |
| HSL | 350.86º | 0.86% | 0.52% | - |
| HSV(B) | 350.86º | 0.88% | 0.93% | - |
| XYZ | 36.49 | 19.33 | 6.08 | - |
| YUV | 94.44 | 108.57 | 230.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 28 | 60 | 0 | 0.88 | 0.75 | 0.07 | 350.86 | 0.86 | 0.52 |
| Hex | EE | 1C | 3C | 0 | 58 | 4B | 7 | 15F | 56 | 34 |
| Octal | 356 | 34 | 74 | 0 | 130 | 113 | 7 | 537 | 126 | 64 |
| Binary | 11101110 | 11100 | 111100 | 0 | 1011000 | 1001011 | 111 | 101011111 | 1010110 | 110100 |
Color Harmonies of #EE1C3C
Complementary color
Monochromatic Colors of #EE1C3C
Black with #EE1C3C
Text Example
Text Example
White with #EE1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1C3C; }
p { color: rgb(238,28,60); }
H1.HeaderClassName
{
color: #EE1C3C;
}
.AnyTagClassName
{
color: #EE1C3C;
}
</style>
background-color css
<style>
a { background-color: #EE1C3C; }
a { background-color: rgb(238,28,60); }
div.DivClassName
{
background-color: #EE1C3C;
}
.BgClassName
{
background-color: #EE1C3C;
}
</style>
border-color css
<style>
span { border-color: #EE1C3C; }
span { border-color: rgb(238,28,60); }
td.TdClassName
{
border-color: #EE1C3C;
}
.TagClassName
{
border-color: #EE1C3C;
}
</style>