Shades of Crimson #EE1842
Tints of Crimson #EE1842
RGB
CMYK
RGB Variations
Color information
#EE1842 (or 0xEE1842) is known color: Crimson. HEX triplet: EE, 18 and 42. RGB value is (238,24,66). Sum of RGB (Red+Green+Blue) = 238+24+66=328 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.56% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1842 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1842 is #11E7BD. Grayscale: #5C5C5C. Windows color (decimal): -1173438 or 4331758. OLE color: 4331758.
HSL color Cylindrical-coordinate representation of color #EE1842: hue angle of 348.22º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1842 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 24 | 66 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.07 |
| HSL | 348.22º | 0.86% | 0.51% | - |
| HSV(B) | 348.22º | 0.9% | 0.93% | - |
| XYZ | 36.57 | 19.22 | 6.94 | - |
| YUV | 92.77 | 112.9 | 231.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 24 | 66 | 0 | 0.90 | 0.72 | 0.07 | 348.22 | 0.86 | 0.51 |
| Hex | EE | 18 | 42 | 0 | 5A | 48 | 7 | 15C | 56 | 33 |
| Octal | 356 | 30 | 102 | 0 | 132 | 110 | 7 | 534 | 126 | 63 |
| Binary | 11101110 | 11000 | 1000010 | 0 | 1011010 | 1001000 | 111 | 101011100 | 1010110 | 110011 |
Color Harmonies of #EE1842
Complementary color
Monochromatic Colors of #EE1842
Black with #EE1842
Text Example
Text Example
White with #EE1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1842; }
p { color: rgb(238,24,66); }
H1.HeaderClassName
{
color: #EE1842;
}
.AnyTagClassName
{
color: #EE1842;
}
</style>
background-color css
<style>
a { background-color: #EE1842; }
a { background-color: rgb(238,24,66); }
div.DivClassName
{
background-color: #EE1842;
}
.BgClassName
{
background-color: #EE1842;
}
</style>
border-color css
<style>
span { border-color: #EE1842; }
span { border-color: rgb(238,24,66); }
td.TdClassName
{
border-color: #EE1842;
}
.TagClassName
{
border-color: #EE1842;
}
</style>