Shades of Crimson #E60D40
Tints of Crimson #E60D40
RGB
CMYK
RGB Variations
Color information
#E60D40 (or 0xE60D40) is known color: Crimson. HEX triplet: E6, 0D and 40. RGB value is (230,13,64). Sum of RGB (Red+Green+Blue) = 230+13+64=307 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.92% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D40 is #19F2BF. Grayscale: #535353. Windows color (decimal): -1700544 or 4197862. OLE color: 4197862.
HSL color Cylindrical-coordinate representation of color #E60D40: hue angle of 345.9º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D40 is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 64 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.10 |
| HSL | 345.9º | 0.89% | 0.48% | - |
| HSV(B) | 345.9º | 0.94% | 0.9% | - |
| XYZ | 33.7 | 17.48 | 6.45 | - |
| YUV | 83.7 | 116.89 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 64 | 0 | 0.94 | 0.72 | 0.10 | 345.9 | 0.89 | 0.48 |
| Hex | E6 | D | 40 | 0 | 5E | 48 | A | 15A | 59 | 30 |
| Octal | 346 | 15 | 100 | 0 | 136 | 110 | 12 | 532 | 131 | 60 |
| Binary | 11100110 | 1101 | 1000000 | 0 | 1011110 | 1001000 | 1010 | 101011010 | 1011001 | 110000 |
Color Harmonies of #E60D40
Complementary color
Monochromatic Colors of #E60D40
Black with #E60D40
Text Example
Text Example
White with #E60D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D40; }
p { color: rgb(230,13,64); }
H1.HeaderClassName
{
color: #E60D40;
}
.AnyTagClassName
{
color: #E60D40;
}
</style>
background-color css
<style>
a { background-color: #E60D40; }
a { background-color: rgb(230,13,64); }
div.DivClassName
{
background-color: #E60D40;
}
.BgClassName
{
background-color: #E60D40;
}
</style>
border-color css
<style>
span { border-color: #E60D40; }
span { border-color: rgb(230,13,64); }
td.TdClassName
{
border-color: #E60D40;
}
.TagClassName
{
border-color: #E60D40;
}
</style>