Shades of Crimson #D60046
Tints of Crimson #D60046
RGB
CMYK
RGB Variations
Color information
#D60046 (or 0xD60046) is known color: Crimson. HEX triplet: D6, 00 and 46. RGB value is (214,0,70). Sum of RGB (Red+Green+Blue) = 214+0+70=284 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.35% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 214 - color contains mainly: red. Hex color #D60046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60046 is #29FFB9. Grayscale: #474747. Windows color (decimal): -2752442 or 4587734. OLE color: 4587734.
HSL color Cylindrical-coordinate representation of color #D60046: hue angle of 340.37º 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 #D60046 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.67 | 0.16 |
| HSL | 340.37º | 1% | 0.42% | - |
| HSV(B) | 340.37º | 1% | 0.84% | - |
| XYZ | 28.84 | 14.74 | 7.12 | - |
| YUV | 71.97 | 126.9 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 70 | 0 | 1 | 0.67 | 0.16 | 340.37 | 1 | 0.42 |
| Hex | D6 | 0 | 46 | 0 | 64 | 43 | 10 | 154 | 64 | 2A |
| Octal | 326 | 0 | 106 | 0 | 144 | 103 | 20 | 524 | 144 | 52 |
| Binary | 11010110 | 0 | 1000110 | 0 | 1100100 | 1000011 | 10000 | 101010100 | 1100100 | 101010 |
Color Harmonies of #D60046
Complementary color
Monochromatic Colors of #D60046
Black with #D60046
Text Example
Text Example
White with #D60046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60046; }
p { color: rgb(214,0,70); }
H1.HeaderClassName
{
color: #D60046;
}
.AnyTagClassName
{
color: #D60046;
}
</style>
background-color css
<style>
a { background-color: #D60046; }
a { background-color: rgb(214,0,70); }
div.DivClassName
{
background-color: #D60046;
}
.BgClassName
{
background-color: #D60046;
}
</style>
border-color css
<style>
span { border-color: #D60046; }
span { border-color: rgb(214,0,70); }
td.TdClassName
{
border-color: #D60046;
}
.TagClassName
{
border-color: #D60046;
}
</style>