Shades of Crimson #D60E2E
Tints of Crimson #D60E2E
RGB
CMYK
RGB Variations
Color information
#D60E2E (or 0xD60E2E) is known color: Crimson. HEX triplet: D6, 0E and 2E. RGB value is (214,14,46). Sum of RGB (Red+Green+Blue) = 214+14+46=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E2E is #29F1D1. Grayscale: #4D4D4D. Windows color (decimal): -2748882 or 3018454. OLE color: 3018454.
HSL color Cylindrical-coordinate representation of color #D60E2E: hue angle of 350.4º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60E2E is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 46 | - |
| CMYK | 0 | 0.93 | 0.79 | 0.16 |
| HSL | 350.4º | 0.88% | 0.45% | - |
| HSV(B) | 350.4º | 0.93% | 0.84% | - |
| XYZ | 28.38 | 14.81 | 3.95 | - |
| YUV | 77.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 46 | 0 | 0.93 | 0.79 | 0.16 | 350.4 | 0.88 | 0.45 |
| Hex | D6 | E | 2E | 0 | 5D | 4F | 10 | 15E | 58 | 2D |
| Octal | 326 | 16 | 56 | 0 | 135 | 117 | 20 | 536 | 130 | 55 |
| Binary | 11010110 | 1110 | 101110 | 0 | 1011101 | 1001111 | 10000 | 101011110 | 1011000 | 101101 |
Color Harmonies of #D60E2E
Complementary color
Monochromatic Colors of #D60E2E
Black with #D60E2E
Text Example
Text Example
White with #D60E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E2E; }
p { color: rgb(214,14,46); }
H1.HeaderClassName
{
color: #D60E2E;
}
.AnyTagClassName
{
color: #D60E2E;
}
</style>
background-color css
<style>
a { background-color: #D60E2E; }
a { background-color: rgb(214,14,46); }
div.DivClassName
{
background-color: #D60E2E;
}
.BgClassName
{
background-color: #D60E2E;
}
</style>
border-color css
<style>
span { border-color: #D60E2E; }
span { border-color: rgb(214,14,46); }
td.TdClassName
{
border-color: #D60E2E;
}
.TagClassName
{
border-color: #D60E2E;
}
</style>