Shades of Crimson #EE1744
Tints of Crimson #EE1744
RGB
CMYK
RGB Variations
Color information
#EE1744 (or 0xEE1744) is known color: Crimson. HEX triplet: EE, 17 and 44. RGB value is (238,23,68). Sum of RGB (Red+Green+Blue) = 238+23+68=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 68 (26.95% from 255 or 20.67% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1744 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1744 is #11E8BB. Grayscale: #5C5C5C. Windows color (decimal): -1173692 or 4462574. OLE color: 4462574.
HSL color Cylindrical-coordinate representation of color #EE1744: hue angle of 347.44º 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 #EE1744 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 68 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.07 |
| HSL | 347.44º | 0.86% | 0.51% | - |
| HSV(B) | 347.44º | 0.9% | 0.93% | - |
| XYZ | 36.61 | 19.21 | 7.25 | - |
| YUV | 92.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 68 | 0 | 0.90 | 0.71 | 0.07 | 347.44 | 0.86 | 0.51 |
| Hex | EE | 17 | 44 | 0 | 5A | 47 | 7 | 15B | 56 | 33 |
| Octal | 356 | 27 | 104 | 0 | 132 | 107 | 7 | 533 | 126 | 63 |
| Binary | 11101110 | 10111 | 1000100 | 0 | 1011010 | 1000111 | 111 | 101011011 | 1010110 | 110011 |
Color Harmonies of #EE1744
Complementary color
Monochromatic Colors of #EE1744
Black with #EE1744
Text Example
Text Example
White with #EE1744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1744; }
p { color: rgb(238,23,68); }
H1.HeaderClassName
{
color: #EE1744;
}
.AnyTagClassName
{
color: #EE1744;
}
</style>
background-color css
<style>
a { background-color: #EE1744; }
a { background-color: rgb(238,23,68); }
div.DivClassName
{
background-color: #EE1744;
}
.BgClassName
{
background-color: #EE1744;
}
</style>
border-color css
<style>
span { border-color: #EE1744; }
span { border-color: rgb(238,23,68); }
td.TdClassName
{
border-color: #EE1744;
}
.TagClassName
{
border-color: #EE1744;
}
</style>