Shades of Crimson #D60E31
Tints of Crimson #D60E31
RGB
CMYK
RGB Variations
Color information
#D60E31 (or 0xD60E31) is known color: Crimson. HEX triplet: D6, 0E and 31. RGB value is (214,14,49). Sum of RGB (Red+Green+Blue) = 214+14+49=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D60E31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60E31 is #29F1CE. Grayscale: #4D4D4D. Windows color (decimal): -2748879 or 3215062. OLE color: 3215062.
HSL color Cylindrical-coordinate representation of color #D60E31: hue angle of 349.5º 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 #D60E31 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 14 | 49 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.16 |
| HSL | 349.5º | 0.88% | 0.45% | - |
| HSV(B) | 349.5º | 0.93% | 0.84% | - |
| XYZ | 28.44 | 14.83 | 4.27 | - |
| YUV | 77.79 | 111.76 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 14 | 49 | 0 | 0.93 | 0.77 | 0.16 | 349.5 | 0.88 | 0.45 |
| Hex | D6 | E | 31 | 0 | 5D | 4D | 10 | 15E | 58 | 2D |
| Octal | 326 | 16 | 61 | 0 | 135 | 115 | 20 | 536 | 130 | 55 |
| Binary | 11010110 | 1110 | 110001 | 0 | 1011101 | 1001101 | 10000 | 101011110 | 1011000 | 101101 |
Color Harmonies of #D60E31
Complementary color
Monochromatic Colors of #D60E31
Black with #D60E31
Text Example
Text Example
White with #D60E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60E31; }
p { color: rgb(214,14,49); }
H1.HeaderClassName
{
color: #D60E31;
}
.AnyTagClassName
{
color: #D60E31;
}
</style>
background-color css
<style>
a { background-color: #D60E31; }
a { background-color: rgb(214,14,49); }
div.DivClassName
{
background-color: #D60E31;
}
.BgClassName
{
background-color: #D60E31;
}
</style>
border-color css
<style>
span { border-color: #D60E31; }
span { border-color: rgb(214,14,49); }
td.TdClassName
{
border-color: #D60E31;
}
.TagClassName
{
border-color: #D60E31;
}
</style>