Shades of Crimson #D60949
Tints of Crimson #D60949
RGB
CMYK
RGB Variations
Color information
#D60949 (or 0xD60949) is known color: Crimson. HEX triplet: D6, 09 and 49. RGB value is (214,9,73). Sum of RGB (Red+Green+Blue) = 214+9+73=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D60949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60949 is #29F6B6. Grayscale: #4D4D4D. Windows color (decimal): -2750135 or 4786646. OLE color: 4786646.
HSL color Cylindrical-coordinate representation of color #D60949: hue angle of 341.27º 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 #D60949 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.16 |
| HSL | 341.27º | 0.92% | 0.44% | - |
| HSV(B) | 341.27º | 0.96% | 0.84% | - |
| XYZ | 29.03 | 14.97 | 7.66 | - |
| YUV | 77.59 | 125.42 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 73 | 0 | 0.96 | 0.66 | 0.16 | 341.27 | 0.92 | 0.44 |
| Hex | D6 | 9 | 49 | 0 | 60 | 42 | 10 | 155 | 5C | 2C |
| Octal | 326 | 11 | 111 | 0 | 140 | 102 | 20 | 525 | 134 | 54 |
| Binary | 11010110 | 1001 | 1001001 | 0 | 1100000 | 1000010 | 10000 | 101010101 | 1011100 | 101100 |
Color Harmonies of #D60949
Complementary color
Monochromatic Colors of #D60949
Black with #D60949
Text Example
Text Example
White with #D60949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60949; }
p { color: rgb(214,9,73); }
H1.HeaderClassName
{
color: #D60949;
}
.AnyTagClassName
{
color: #D60949;
}
</style>
background-color css
<style>
a { background-color: #D60949; }
a { background-color: rgb(214,9,73); }
div.DivClassName
{
background-color: #D60949;
}
.BgClassName
{
background-color: #D60949;
}
</style>
border-color css
<style>
span { border-color: #D60949; }
span { border-color: rgb(214,9,73); }
td.TdClassName
{
border-color: #D60949;
}
.TagClassName
{
border-color: #D60949;
}
</style>