Shades of Crimson #D60047
Tints of Crimson #D60047
RGB
CMYK
RGB Variations
Color information
#D60047 (or 0xD60047) is known color: Crimson. HEX triplet: D6, 00 and 47. RGB value is (214,0,71). Sum of RGB (Red+Green+Blue) = 214+0+71=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D60047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60047 is #29FFB8. Grayscale: #484848. Windows color (decimal): -2752441 or 4653270. OLE color: 4653270.
HSL color Cylindrical-coordinate representation of color #D60047: hue angle of 340.09º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60047 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.67 | 0.16 |
| HSL | 340.09º | 1% | 0.42% | - |
| HSV(B) | 340.09º | 1% | 0.84% | - |
| XYZ | 28.87 | 14.75 | 7.29 | - |
| YUV | 72.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 71 | 0 | 1 | 0.67 | 0.16 | 340.09 | 1 | 0.42 |
| Hex | D6 | 0 | 47 | 0 | 64 | 43 | 10 | 154 | 64 | 2A |
| Octal | 326 | 0 | 107 | 0 | 144 | 103 | 20 | 524 | 144 | 52 |
| Binary | 11010110 | 0 | 1000111 | 0 | 1100100 | 1000011 | 10000 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D60047
Complementary color
Monochromatic Colors of #D60047
Black with #D60047
Text Example
Text Example
White with #D60047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60047; }
p { color: rgb(214,0,71); }
H1.HeaderClassName
{
color: #D60047;
}
.AnyTagClassName
{
color: #D60047;
}
</style>
background-color css
<style>
a { background-color: #D60047; }
a { background-color: rgb(214,0,71); }
div.DivClassName
{
background-color: #D60047;
}
.BgClassName
{
background-color: #D60047;
}
</style>
border-color css
<style>
span { border-color: #D60047; }
span { border-color: rgb(214,0,71); }
td.TdClassName
{
border-color: #D60047;
}
.TagClassName
{
border-color: #D60047;
}
</style>