Shades of Crimson #E60D34
Tints of Crimson #E60D34
RGB
CMYK
RGB Variations
Color information
#E60D34 (or 0xE60D34) is known color: Crimson. HEX triplet: E6, 0D and 34. RGB value is (230,13,52). Sum of RGB (Red+Green+Blue) = 230+13+52=295 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.97% from 295); Green value is 13 (5.47% from 255 or 4.41% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D34 is #19F2CB. Grayscale: #525252. Windows color (decimal): -1700556 or 3411430. OLE color: 3411430.
HSL color Cylindrical-coordinate representation of color #E60D34: hue angle of 349.22º 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 #E60D34 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 52 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.10 |
| HSL | 349.22º | 0.89% | 0.48% | - |
| HSV(B) | 349.22º | 0.94% | 0.9% | - |
| XYZ | 33.4 | 17.36 | 4.84 | - |
| YUV | 82.33 | 110.89 | 233.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 52 | 0 | 0.94 | 0.77 | 0.10 | 349.22 | 0.89 | 0.48 |
| Hex | E6 | D | 34 | 0 | 5E | 4D | A | 15D | 59 | 30 |
| Octal | 346 | 15 | 64 | 0 | 136 | 115 | 12 | 535 | 131 | 60 |
| Binary | 11100110 | 1101 | 110100 | 0 | 1011110 | 1001101 | 1010 | 101011101 | 1011001 | 110000 |
Color Harmonies of #E60D34
Complementary color
Monochromatic Colors of #E60D34
Black with #E60D34
Text Example
Text Example
White with #E60D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D34; }
p { color: rgb(230,13,52); }
H1.HeaderClassName
{
color: #E60D34;
}
.AnyTagClassName
{
color: #E60D34;
}
</style>
background-color css
<style>
a { background-color: #E60D34; }
a { background-color: rgb(230,13,52); }
div.DivClassName
{
background-color: #E60D34;
}
.BgClassName
{
background-color: #E60D34;
}
</style>
border-color css
<style>
span { border-color: #E60D34; }
span { border-color: rgb(230,13,52); }
td.TdClassName
{
border-color: #E60D34;
}
.TagClassName
{
border-color: #E60D34;
}
</style>