Shades of Crimson #D60843
Tints of Crimson #D60843
RGB
CMYK
RGB Variations
Color information
#D60843 (or 0xD60843) is known color: Crimson. HEX triplet: D6, 08 and 43. RGB value is (214,8,67). Sum of RGB (Red+Green+Blue) = 214+8+67=289 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.05% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 214 - color contains mainly: red. Hex color #D60843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60843 is #29F7BC. Grayscale: #4C4C4C. Windows color (decimal): -2750397 or 4393174. OLE color: 4393174.
HSL color Cylindrical-coordinate representation of color #D60843: hue angle of 342.82º 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 #D60843 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 67 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.16 |
| HSL | 342.82º | 0.93% | 0.44% | - |
| HSV(B) | 342.82º | 0.96% | 0.84% | - |
| XYZ | 28.83 | 14.88 | 6.66 | - |
| YUV | 76.32 | 122.75 | 226.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 67 | 0 | 0.96 | 0.69 | 0.16 | 342.82 | 0.93 | 0.44 |
| Hex | D6 | 8 | 43 | 0 | 60 | 45 | 10 | 157 | 5D | 2C |
| Octal | 326 | 10 | 103 | 0 | 140 | 105 | 20 | 527 | 135 | 54 |
| Binary | 11010110 | 1000 | 1000011 | 0 | 1100000 | 1000101 | 10000 | 101010111 | 1011101 | 101100 |
Color Harmonies of #D60843
Complementary color
Monochromatic Colors of #D60843
Black with #D60843
Text Example
Text Example
White with #D60843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60843; }
p { color: rgb(214,8,67); }
H1.HeaderClassName
{
color: #D60843;
}
.AnyTagClassName
{
color: #D60843;
}
</style>
background-color css
<style>
a { background-color: #D60843; }
a { background-color: rgb(214,8,67); }
div.DivClassName
{
background-color: #D60843;
}
.BgClassName
{
background-color: #D60843;
}
</style>
border-color css
<style>
span { border-color: #D60843; }
span { border-color: rgb(214,8,67); }
td.TdClassName
{
border-color: #D60843;
}
.TagClassName
{
border-color: #D60843;
}
</style>