Shades of Crimson #EE1142
Tints of Crimson #EE1142
RGB
CMYK
RGB Variations
Color information
#EE1142 (or 0xEE1142) is known color: Crimson. HEX triplet: EE, 11 and 42. RGB value is (238,17,66). Sum of RGB (Red+Green+Blue) = 238+17+66=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1142 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1142 is #11EEBD. Grayscale: #585858. Windows color (decimal): -1175230 or 4329966. OLE color: 4329966.
HSL color Cylindrical-coordinate representation of color #EE1142: hue angle of 346.7º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE1142 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 66 | - |
| CMYK | 0 | 0.93 | 0.72 | 0.07 |
| HSL | 346.7º | 0.87% | 0.5% | - |
| HSV(B) | 346.7º | 0.93% | 0.93% | - |
| XYZ | 36.44 | 18.97 | 6.9 | - |
| YUV | 88.67 | 115.22 | 234.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 66 | 0 | 0.93 | 0.72 | 0.07 | 346.7 | 0.87 | 0.5 |
| Hex | EE | 11 | 42 | 0 | 5D | 48 | 7 | 15B | 57 | 32 |
| Octal | 356 | 21 | 102 | 0 | 135 | 110 | 7 | 533 | 127 | 62 |
| Binary | 11101110 | 10001 | 1000010 | 0 | 1011101 | 1001000 | 111 | 101011011 | 1010111 | 110010 |
Color Harmonies of #EE1142
Complementary color
Monochromatic Colors of #EE1142
Black with #EE1142
Text Example
Text Example
White with #EE1142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1142; }
p { color: rgb(238,17,66); }
H1.HeaderClassName
{
color: #EE1142;
}
.AnyTagClassName
{
color: #EE1142;
}
</style>
background-color css
<style>
a { background-color: #EE1142; }
a { background-color: rgb(238,17,66); }
div.DivClassName
{
background-color: #EE1142;
}
.BgClassName
{
background-color: #EE1142;
}
</style>
border-color css
<style>
span { border-color: #EE1142; }
span { border-color: rgb(238,17,66); }
td.TdClassName
{
border-color: #EE1142;
}
.TagClassName
{
border-color: #EE1142;
}
</style>