Shades of Crimson #EE1540
Tints of Crimson #EE1540
RGB
CMYK
RGB Variations
Color information
#EE1540 (or 0xEE1540) is known color: Crimson. HEX triplet: EE, 15 and 40. RGB value is (238,21,64). Sum of RGB (Red+Green+Blue) = 238+21+64=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1540 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE1540 is #11EABF. Grayscale: #5A5A5A. Windows color (decimal): -1174208 or 4199918. OLE color: 4199918.
HSL color Cylindrical-coordinate representation of color #EE1540: hue angle of 348.11º 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 #EE1540 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 21 | 64 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.07 |
| HSL | 348.11º | 0.86% | 0.51% | - |
| HSV(B) | 348.11º | 0.91% | 0.93% | - |
| XYZ | 36.45 | 19.08 | 6.61 | - |
| YUV | 90.79 | 112.89 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 21 | 64 | 0 | 0.91 | 0.73 | 0.07 | 348.11 | 0.86 | 0.51 |
| Hex | EE | 15 | 40 | 0 | 5B | 49 | 7 | 15C | 56 | 33 |
| Octal | 356 | 25 | 100 | 0 | 133 | 111 | 7 | 534 | 126 | 63 |
| Binary | 11101110 | 10101 | 1000000 | 0 | 1011011 | 1001001 | 111 | 101011100 | 1010110 | 110011 |
Color Harmonies of #EE1540
Complementary color
Monochromatic Colors of #EE1540
Black with #EE1540
Text Example
Text Example
White with #EE1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1540; }
p { color: rgb(238,21,64); }
H1.HeaderClassName
{
color: #EE1540;
}
.AnyTagClassName
{
color: #EE1540;
}
</style>
background-color css
<style>
a { background-color: #EE1540; }
a { background-color: rgb(238,21,64); }
div.DivClassName
{
background-color: #EE1540;
}
.BgClassName
{
background-color: #EE1540;
}
</style>
border-color css
<style>
span { border-color: #EE1540; }
span { border-color: rgb(238,21,64); }
td.TdClassName
{
border-color: #EE1540;
}
.TagClassName
{
border-color: #EE1540;
}
</style>