Shades of Crimson #E60D3E
Tints of Crimson #E60D3E
RGB
CMYK
RGB Variations
Color information
#E60D3E (or 0xE60D3E) is known color: Crimson. HEX triplet: E6, 0D and 3E. RGB value is (230,13,62). Sum of RGB (Red+Green+Blue) = 230+13+62=305 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.41% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D3E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D3E is #19F2C1. Grayscale: #535353. Windows color (decimal): -1700546 or 4066790. OLE color: 4066790.
HSL color Cylindrical-coordinate representation of color #E60D3E: hue angle of 346.45º 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 #E60D3E is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 62 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.10 |
| HSL | 346.45º | 0.89% | 0.48% | - |
| HSV(B) | 346.45º | 0.94% | 0.9% | - |
| XYZ | 33.65 | 17.46 | 6.15 | - |
| YUV | 83.47 | 115.89 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 62 | 0 | 0.94 | 0.73 | 0.10 | 346.45 | 0.89 | 0.48 |
| Hex | E6 | D | 3E | 0 | 5E | 49 | A | 15A | 59 | 30 |
| Octal | 346 | 15 | 76 | 0 | 136 | 111 | 12 | 532 | 131 | 60 |
| Binary | 11100110 | 1101 | 111110 | 0 | 1011110 | 1001001 | 1010 | 101011010 | 1011001 | 110000 |
Color Harmonies of #E60D3E
Complementary color
Monochromatic Colors of #E60D3E
Black with #E60D3E
Text Example
Text Example
White with #E60D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D3E; }
p { color: rgb(230,13,62); }
H1.HeaderClassName
{
color: #E60D3E;
}
.AnyTagClassName
{
color: #E60D3E;
}
</style>
background-color css
<style>
a { background-color: #E60D3E; }
a { background-color: rgb(230,13,62); }
div.DivClassName
{
background-color: #E60D3E;
}
.BgClassName
{
background-color: #E60D3E;
}
</style>
border-color css
<style>
span { border-color: #E60D3E; }
span { border-color: rgb(230,13,62); }
td.TdClassName
{
border-color: #E60D3E;
}
.TagClassName
{
border-color: #E60D3E;
}
</style>