Shades of Crimson #D60D2C
Tints of Crimson #D60D2C
RGB
CMYK
RGB Variations
Color information
#D60D2C (or 0xD60D2C) is known color: Crimson. HEX triplet: D6, 0D and 2C. RGB value is (214,13,44). Sum of RGB (Red+Green+Blue) = 214+13+44=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D2C is #29F2D3. Grayscale: #4C4C4C. Windows color (decimal): -2749140 or 2887126. OLE color: 2887126.
HSL color Cylindrical-coordinate representation of color #D60D2C: hue angle of 350.75º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D60D2C is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 44 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.16 |
| HSL | 350.75º | 0.89% | 0.45% | - |
| HSV(B) | 350.75º | 0.94% | 0.84% | - |
| XYZ | 28.33 | 14.77 | 3.74 | - |
| YUV | 76.63 | 109.59 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 44 | 0 | 0.94 | 0.79 | 0.16 | 350.75 | 0.89 | 0.45 |
| Hex | D6 | D | 2C | 0 | 5E | 4F | 10 | 15F | 59 | 2D |
| Octal | 326 | 15 | 54 | 0 | 136 | 117 | 20 | 537 | 131 | 55 |
| Binary | 11010110 | 1101 | 101100 | 0 | 1011110 | 1001111 | 10000 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D60D2C
Complementary color
Monochromatic Colors of #D60D2C
Black with #D60D2C
Text Example
Text Example
White with #D60D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D2C; }
p { color: rgb(214,13,44); }
H1.HeaderClassName
{
color: #D60D2C;
}
.AnyTagClassName
{
color: #D60D2C;
}
</style>
background-color css
<style>
a { background-color: #D60D2C; }
a { background-color: rgb(214,13,44); }
div.DivClassName
{
background-color: #D60D2C;
}
.BgClassName
{
background-color: #D60D2C;
}
</style>
border-color css
<style>
span { border-color: #D60D2C; }
span { border-color: rgb(214,13,44); }
td.TdClassName
{
border-color: #D60D2C;
}
.TagClassName
{
border-color: #D60D2C;
}
</style>