Shades of Crimson #D60845
Tints of Crimson #D60845
RGB
CMYK
RGB Variations
Color information
#D60845 (or 0xD60845) is known color: Crimson. HEX triplet: D6, 08 and 45. RGB value is (214,8,69). Sum of RGB (Red+Green+Blue) = 214+8+69=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D60845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60845 is #29F7BA. Grayscale: #4C4C4C. Windows color (decimal): -2750395 or 4524246. OLE color: 4524246.
HSL color Cylindrical-coordinate representation of color #D60845: hue angle of 342.23º degrees, saturation: 0.93, 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 #D60845 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.16 |
| HSL | 342.23º | 0.93% | 0.44% | - |
| HSV(B) | 342.23º | 0.96% | 0.84% | - |
| XYZ | 28.89 | 14.9 | 6.98 | - |
| YUV | 76.55 | 123.75 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 69 | 0 | 0.96 | 0.68 | 0.16 | 342.23 | 0.93 | 0.44 |
| Hex | D6 | 8 | 45 | 0 | 60 | 44 | 10 | 156 | 5D | 2C |
| Octal | 326 | 10 | 105 | 0 | 140 | 104 | 20 | 526 | 135 | 54 |
| Binary | 11010110 | 1000 | 1000101 | 0 | 1100000 | 1000100 | 10000 | 101010110 | 1011101 | 101100 |
Color Harmonies of #D60845
Complementary color
Monochromatic Colors of #D60845
Black with #D60845
Text Example
Text Example
White with #D60845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60845; }
p { color: rgb(214,8,69); }
H1.HeaderClassName
{
color: #D60845;
}
.AnyTagClassName
{
color: #D60845;
}
</style>
background-color css
<style>
a { background-color: #D60845; }
a { background-color: rgb(214,8,69); }
div.DivClassName
{
background-color: #D60845;
}
.BgClassName
{
background-color: #D60845;
}
</style>
border-color css
<style>
span { border-color: #D60845; }
span { border-color: rgb(214,8,69); }
td.TdClassName
{
border-color: #D60845;
}
.TagClassName
{
border-color: #D60845;
}
</style>