Shades of Alizarin #EE1F3F
Tints of Alizarin #EE1F3F
RGB
CMYK
RGB Variations
Color information
#EE1F3F (or 0xEE1F3F) is known color: Alizarin. HEX triplet: EE, 1F and 3F. RGB value is (238,31,63). Sum of RGB (Red+Green+Blue) = 238+31+63=332 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.69% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE1F3F is #11E0C0. Grayscale: #606060. Windows color (decimal): -1171649 or 4136942. OLE color: 4136942.
HSL color Cylindrical-coordinate representation of color #EE1F3F: hue angle of 350.72º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1F3F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 63 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.07 |
| HSL | 350.72º | 0.86% | 0.53% | - |
| HSV(B) | 350.72º | 0.87% | 0.93% | - |
| XYZ | 36.65 | 19.52 | 6.54 | - |
| YUV | 96.54 | 109.08 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 63 | 0 | 0.87 | 0.74 | 0.07 | 350.72 | 0.86 | 0.53 |
| Hex | EE | 1F | 3F | 0 | 57 | 4A | 7 | 15F | 56 | 35 |
| Octal | 356 | 37 | 77 | 0 | 127 | 112 | 7 | 537 | 126 | 65 |
| Binary | 11101110 | 11111 | 111111 | 0 | 1010111 | 1001010 | 111 | 101011111 | 1010110 | 110101 |
Color Harmonies of #EE1F3F
Complementary color
Monochromatic Colors of #EE1F3F
Black with #EE1F3F
Text Example
Text Example
White with #EE1F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1F3F; }
p { color: rgb(238,31,63); }
H1.HeaderClassName
{
color: #EE1F3F;
}
.AnyTagClassName
{
color: #EE1F3F;
}
</style>
background-color css
<style>
a { background-color: #EE1F3F; }
a { background-color: rgb(238,31,63); }
div.DivClassName
{
background-color: #EE1F3F;
}
.BgClassName
{
background-color: #EE1F3F;
}
</style>
border-color css
<style>
span { border-color: #EE1F3F; }
span { border-color: rgb(238,31,63); }
td.TdClassName
{
border-color: #EE1F3F;
}
.TagClassName
{
border-color: #EE1F3F;
}
</style>