Shades of Crimson #D60D3F
Tints of Crimson #D60D3F
RGB
CMYK
RGB Variations
Color information
#D60D3F (or 0xD60D3F) is known color: Crimson. HEX triplet: D6, 0D and 3F. RGB value is (214,13,63). Sum of RGB (Red+Green+Blue) = 214+13+63=290 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.79% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 214 - color contains mainly: red. Hex color #D60D3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60D3F is #29F2C0. Grayscale: #4E4E4E. Windows color (decimal): -2749121 or 4132310. OLE color: 4132310.
HSL color Cylindrical-coordinate representation of color #D60D3F: hue angle of 345.07º 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 #D60D3F is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 13 | 63 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.16 |
| HSL | 345.07º | 0.89% | 0.45% | - |
| HSV(B) | 345.07º | 0.94% | 0.84% | - |
| XYZ | 28.77 | 14.94 | 6.07 | - |
| YUV | 78.8 | 119.09 | 224.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 13 | 63 | 0 | 0.94 | 0.71 | 0.16 | 345.07 | 0.89 | 0.45 |
| Hex | D6 | D | 3F | 0 | 5E | 47 | 10 | 159 | 59 | 2D |
| Octal | 326 | 15 | 77 | 0 | 136 | 107 | 20 | 531 | 131 | 55 |
| Binary | 11010110 | 1101 | 111111 | 0 | 1011110 | 1000111 | 10000 | 101011001 | 1011001 | 101101 |
Color Harmonies of #D60D3F
Complementary color
Monochromatic Colors of #D60D3F
Black with #D60D3F
Text Example
Text Example
White with #D60D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60D3F; }
p { color: rgb(214,13,63); }
H1.HeaderClassName
{
color: #D60D3F;
}
.AnyTagClassName
{
color: #D60D3F;
}
</style>
background-color css
<style>
a { background-color: #D60D3F; }
a { background-color: rgb(214,13,63); }
div.DivClassName
{
background-color: #D60D3F;
}
.BgClassName
{
background-color: #D60D3F;
}
</style>
border-color css
<style>
span { border-color: #D60D3F; }
span { border-color: rgb(214,13,63); }
td.TdClassName
{
border-color: #D60D3F;
}
.TagClassName
{
border-color: #D60D3F;
}
</style>