Shades of Crimson #E60D39
Tints of Crimson #E60D39
RGB
CMYK
RGB Variations
Color information
#E60D39 (or 0xE60D39) is known color: Crimson. HEX triplet: E6, 0D and 39. RGB value is (230,13,57). Sum of RGB (Red+Green+Blue) = 230+13+57=300 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.67% from 300); Green value is 13 (5.47% from 255 or 4.33% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D39 is #19F2C6. Grayscale: #525252. Windows color (decimal): -1700551 or 3739110. OLE color: 3739110.
HSL color Cylindrical-coordinate representation of color #E60D39: hue angle of 347.83º 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 #E60D39 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 57 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.10 |
| HSL | 347.83º | 0.89% | 0.48% | - |
| HSV(B) | 347.83º | 0.94% | 0.9% | - |
| XYZ | 33.52 | 17.41 | 5.46 | - |
| YUV | 82.9 | 113.39 | 232.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 57 | 0 | 0.94 | 0.75 | 0.10 | 347.83 | 0.89 | 0.48 |
| Hex | E6 | D | 39 | 0 | 5E | 4B | A | 15C | 59 | 30 |
| Octal | 346 | 15 | 71 | 0 | 136 | 113 | 12 | 534 | 131 | 60 |
| Binary | 11100110 | 1101 | 111001 | 0 | 1011110 | 1001011 | 1010 | 101011100 | 1011001 | 110000 |
Color Harmonies of #E60D39
Complementary color
Monochromatic Colors of #E60D39
Black with #E60D39
Text Example
Text Example
White with #E60D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D39; }
p { color: rgb(230,13,57); }
H1.HeaderClassName
{
color: #E60D39;
}
.AnyTagClassName
{
color: #E60D39;
}
</style>
background-color css
<style>
a { background-color: #E60D39; }
a { background-color: rgb(230,13,57); }
div.DivClassName
{
background-color: #E60D39;
}
.BgClassName
{
background-color: #E60D39;
}
</style>
border-color css
<style>
span { border-color: #E60D39; }
span { border-color: rgb(230,13,57); }
td.TdClassName
{
border-color: #E60D39;
}
.TagClassName
{
border-color: #E60D39;
}
</style>