Shades of Crimson #EE1647
Tints of Crimson #EE1647
RGB
CMYK
RGB Variations
Color information
#EE1647 (or 0xEE1647) is known color: Crimson. HEX triplet: EE, 16 and 47. RGB value is (238,22,71). Sum of RGB (Red+Green+Blue) = 238+22+71=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1647 is #11E9B8. Grayscale: #5C5C5C. Windows color (decimal): -1173945 or 4658926. OLE color: 4658926.
HSL color Cylindrical-coordinate representation of color #EE1647: hue angle of 346.39º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE1647 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 22 | 71 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.07 |
| HSL | 346.39º | 0.86% | 0.51% | - |
| HSV(B) | 346.39º | 0.91% | 0.93% | - |
| XYZ | 36.68 | 19.21 | 7.73 | - |
| YUV | 92.17 | 116.06 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 22 | 71 | 0 | 0.91 | 0.70 | 0.07 | 346.39 | 0.86 | 0.51 |
| Hex | EE | 16 | 47 | 0 | 5B | 46 | 7 | 15A | 56 | 33 |
| Octal | 356 | 26 | 107 | 0 | 133 | 106 | 7 | 532 | 126 | 63 |
| Binary | 11101110 | 10110 | 1000111 | 0 | 1011011 | 1000110 | 111 | 101011010 | 1010110 | 110011 |
Color Harmonies of #EE1647
Complementary color
Monochromatic Colors of #EE1647
Black with #EE1647
Text Example
Text Example
White with #EE1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1647; }
p { color: rgb(238,22,71); }
H1.HeaderClassName
{
color: #EE1647;
}
.AnyTagClassName
{
color: #EE1647;
}
</style>
background-color css
<style>
a { background-color: #EE1647; }
a { background-color: rgb(238,22,71); }
div.DivClassName
{
background-color: #EE1647;
}
.BgClassName
{
background-color: #EE1647;
}
</style>
border-color css
<style>
span { border-color: #EE1647; }
span { border-color: rgb(238,22,71); }
td.TdClassName
{
border-color: #EE1647;
}
.TagClassName
{
border-color: #EE1647;
}
</style>