Shades of Crimson #D60946
Tints of Crimson #D60946
RGB
CMYK
RGB Variations
Color information
#D60946 (or 0xD60946) is known color: Crimson. HEX triplet: D6, 09 and 46. RGB value is (214,9,70). Sum of RGB (Red+Green+Blue) = 214+9+70=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D60946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60946 is #29F6B9. Grayscale: #4D4D4D. Windows color (decimal): -2750138 or 4590038. OLE color: 4590038.
HSL color Cylindrical-coordinate representation of color #D60946: hue angle of 342.15º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60946 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 70 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.16 |
| HSL | 342.15º | 0.92% | 0.44% | - |
| HSV(B) | 342.15º | 0.96% | 0.84% | - |
| XYZ | 28.93 | 14.93 | 7.15 | - |
| YUV | 77.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 70 | 0 | 0.96 | 0.67 | 0.16 | 342.15 | 0.92 | 0.44 |
| Hex | D6 | 9 | 46 | 0 | 60 | 43 | 10 | 156 | 5C | 2C |
| Octal | 326 | 11 | 106 | 0 | 140 | 103 | 20 | 526 | 134 | 54 |
| Binary | 11010110 | 1001 | 1000110 | 0 | 1100000 | 1000011 | 10000 | 101010110 | 1011100 | 101100 |
Color Harmonies of #D60946
Complementary color
Monochromatic Colors of #D60946
Black with #D60946
Text Example
Text Example
White with #D60946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60946; }
p { color: rgb(214,9,70); }
H1.HeaderClassName
{
color: #D60946;
}
.AnyTagClassName
{
color: #D60946;
}
</style>
background-color css
<style>
a { background-color: #D60946; }
a { background-color: rgb(214,9,70); }
div.DivClassName
{
background-color: #D60946;
}
.BgClassName
{
background-color: #D60946;
}
</style>
border-color css
<style>
span { border-color: #D60946; }
span { border-color: rgb(214,9,70); }
td.TdClassName
{
border-color: #D60946;
}
.TagClassName
{
border-color: #D60946;
}
</style>