Shades of Crimson #EE1145
Tints of Crimson #EE1145
RGB
CMYK
RGB Variations
Color information
#EE1145 (or 0xEE1145) is known color: Crimson. HEX triplet: EE, 11 and 45. RGB value is (238,17,69). Sum of RGB (Red+Green+Blue) = 238+17+69=324 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.46% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1145 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1145 is #11EEBA. Grayscale: #595959. Windows color (decimal): -1175227 or 4526574. OLE color: 4526574.
HSL color Cylindrical-coordinate representation of color #EE1145: hue angle of 345.88º 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 #EE1145 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 17 | 69 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.07 |
| HSL | 345.88º | 0.87% | 0.5% | - |
| HSV(B) | 345.88º | 0.93% | 0.93% | - |
| XYZ | 36.53 | 19.01 | 7.37 | - |
| YUV | 89.01 | 116.72 | 234.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 17 | 69 | 0 | 0.93 | 0.71 | 0.07 | 345.88 | 0.87 | 0.5 |
| Hex | EE | 11 | 45 | 0 | 5D | 47 | 7 | 15A | 57 | 32 |
| Octal | 356 | 21 | 105 | 0 | 135 | 107 | 7 | 532 | 127 | 62 |
| Binary | 11101110 | 10001 | 1000101 | 0 | 1011101 | 1000111 | 111 | 101011010 | 1010111 | 110010 |
Color Harmonies of #EE1145
Complementary color
Monochromatic Colors of #EE1145
Black with #EE1145
Text Example
Text Example
White with #EE1145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1145; }
p { color: rgb(238,17,69); }
H1.HeaderClassName
{
color: #EE1145;
}
.AnyTagClassName
{
color: #EE1145;
}
</style>
background-color css
<style>
a { background-color: #EE1145; }
a { background-color: rgb(238,17,69); }
div.DivClassName
{
background-color: #EE1145;
}
.BgClassName
{
background-color: #EE1145;
}
</style>
border-color css
<style>
span { border-color: #EE1145; }
span { border-color: rgb(238,17,69); }
td.TdClassName
{
border-color: #EE1145;
}
.TagClassName
{
border-color: #EE1145;
}
</style>