Shades of Crimson #EE0C47
Tints of Crimson #EE0C47
RGB
CMYK
RGB Variations
Color information
#EE0C47 (or 0xEE0C47) is known color: Crimson. HEX triplet: EE, 0C and 47. RGB value is (238,12,71). Sum of RGB (Red+Green+Blue) = 238+12+71=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0C47 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0C47 is #11F3B8. Grayscale: #565656. Windows color (decimal): -1176505 or 4656366. OLE color: 4656366.
HSL color Cylindrical-coordinate representation of color #EE0C47: hue angle of 344.34º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0C47 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 12 | 71 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.07 |
| HSL | 344.34º | 0.9% | 0.49% | - |
| HSV(B) | 344.34º | 0.95% | 0.93% | - |
| XYZ | 36.53 | 18.9 | 7.68 | - |
| YUV | 86.3 | 119.37 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 12 | 71 | 0 | 0.95 | 0.70 | 0.07 | 344.34 | 0.9 | 0.49 |
| Hex | EE | C | 47 | 0 | 5F | 46 | 7 | 158 | 5A | 31 |
| Octal | 356 | 14 | 107 | 0 | 137 | 106 | 7 | 530 | 132 | 61 |
| Binary | 11101110 | 1100 | 1000111 | 0 | 1011111 | 1000110 | 111 | 101011000 | 1011010 | 110001 |
Color Harmonies of #EE0C47
Complementary color
Monochromatic Colors of #EE0C47
Black with #EE0C47
Text Example
Text Example
White with #EE0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0C47; }
p { color: rgb(238,12,71); }
H1.HeaderClassName
{
color: #EE0C47;
}
.AnyTagClassName
{
color: #EE0C47;
}
</style>
background-color css
<style>
a { background-color: #EE0C47; }
a { background-color: rgb(238,12,71); }
div.DivClassName
{
background-color: #EE0C47;
}
.BgClassName
{
background-color: #EE0C47;
}
</style>
border-color css
<style>
span { border-color: #EE0C47; }
span { border-color: rgb(238,12,71); }
td.TdClassName
{
border-color: #EE0C47;
}
.TagClassName
{
border-color: #EE0C47;
}
</style>