Shades of Crimson #EE0947
Tints of Crimson #EE0947
RGB
CMYK
RGB Variations
Color information
#EE0947 (or 0xEE0947) is known color: Crimson. HEX triplet: EE, 09 and 47. RGB value is (238,9,71). Sum of RGB (Red+Green+Blue) = 238+9+71=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 9 (3.91% from 255 or 2.83% from 318); Blue value is 71 (28.12% from 255 or 22.33% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0947 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE0947 is #11F6B8. Grayscale: #545454. Windows color (decimal): -1177273 or 4655598. OLE color: 4655598.
HSL color Cylindrical-coordinate representation of color #EE0947: hue angle of 343.76º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0947 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 9 | 71 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.07 |
| HSL | 343.76º | 0.93% | 0.48% | - |
| HSV(B) | 343.76º | 0.96% | 0.93% | - |
| XYZ | 36.49 | 18.83 | 7.67 | - |
| YUV | 84.54 | 120.37 | 237.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 9 | 71 | 0 | 0.96 | 0.70 | 0.07 | 343.76 | 0.93 | 0.48 |
| Hex | EE | 9 | 47 | 0 | 60 | 46 | 7 | 158 | 5D | 30 |
| Octal | 356 | 11 | 107 | 0 | 140 | 106 | 7 | 530 | 135 | 60 |
| Binary | 11101110 | 1001 | 1000111 | 0 | 1100000 | 1000110 | 111 | 101011000 | 1011101 | 110000 |
Color Harmonies of #EE0947
Complementary color
Monochromatic Colors of #EE0947
Black with #EE0947
Text Example
Text Example
White with #EE0947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE0947; }
p { color: rgb(238,9,71); }
H1.HeaderClassName
{
color: #EE0947;
}
.AnyTagClassName
{
color: #EE0947;
}
</style>
background-color css
<style>
a { background-color: #EE0947; }
a { background-color: rgb(238,9,71); }
div.DivClassName
{
background-color: #EE0947;
}
.BgClassName
{
background-color: #EE0947;
}
</style>
border-color css
<style>
span { border-color: #EE0947; }
span { border-color: rgb(238,9,71); }
td.TdClassName
{
border-color: #EE0947;
}
.TagClassName
{
border-color: #EE0947;
}
</style>