Shades of Crimson #E60D3F
Tints of Crimson #E60D3F
RGB
CMYK
RGB Variations
Color information
#E60D3F (or 0xE60D3F) is known color: Crimson. HEX triplet: E6, 0D and 3F. RGB value is (230,13,63). Sum of RGB (Red+Green+Blue) = 230+13+63=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D3F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E60D3F is #19F2C0. Grayscale: #535353. Windows color (decimal): -1700545 or 4132326. OLE color: 4132326.
HSL color Cylindrical-coordinate representation of color #E60D3F: hue angle of 346.18º 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 #E60D3F is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 63 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.10 |
| HSL | 346.18º | 0.89% | 0.48% | - |
| HSV(B) | 346.18º | 0.94% | 0.9% | - |
| XYZ | 33.67 | 17.47 | 6.3 | - |
| YUV | 83.58 | 116.39 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 63 | 0 | 0.94 | 0.73 | 0.10 | 346.18 | 0.89 | 0.48 |
| Hex | E6 | D | 3F | 0 | 5E | 49 | A | 15A | 59 | 30 |
| Octal | 346 | 15 | 77 | 0 | 136 | 111 | 12 | 532 | 131 | 60 |
| Binary | 11100110 | 1101 | 111111 | 0 | 1011110 | 1001001 | 1010 | 101011010 | 1011001 | 110000 |
Color Harmonies of #E60D3F
Complementary color
Monochromatic Colors of #E60D3F
Black with #E60D3F
Text Example
Text Example
White with #E60D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D3F; }
p { color: rgb(230,13,63); }
H1.HeaderClassName
{
color: #E60D3F;
}
.AnyTagClassName
{
color: #E60D3F;
}
</style>
background-color css
<style>
a { background-color: #E60D3F; }
a { background-color: rgb(230,13,63); }
div.DivClassName
{
background-color: #E60D3F;
}
.BgClassName
{
background-color: #E60D3F;
}
</style>
border-color css
<style>
span { border-color: #E60D3F; }
span { border-color: rgb(230,13,63); }
td.TdClassName
{
border-color: #E60D3F;
}
.TagClassName
{
border-color: #E60D3F;
}
</style>