Shades of Crimson #D60F49
Tints of Crimson #D60F49
RGB
CMYK
RGB Variations
Color information
#D60F49 (or 0xD60F49) is known color: Crimson. HEX triplet: D6, 0F and 49. RGB value is (214,15,73). Sum of RGB (Red+Green+Blue) = 214+15+73=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F49 is #29F0B6. Grayscale: #515151. Windows color (decimal): -2748599 or 4788182. OLE color: 4788182.
HSL color Cylindrical-coordinate representation of color #D60F49: hue angle of 342.51º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60F49 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 73 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.16 |
| HSL | 342.51º | 0.87% | 0.45% | - |
| HSV(B) | 342.51º | 0.93% | 0.84% | - |
| XYZ | 29.1 | 15.12 | 7.69 | - |
| YUV | 81.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 73 | 0 | 0.93 | 0.66 | 0.16 | 342.51 | 0.87 | 0.45 |
| Hex | D6 | F | 49 | 0 | 5D | 42 | 10 | 157 | 57 | 2D |
| Octal | 326 | 17 | 111 | 0 | 135 | 102 | 20 | 527 | 127 | 55 |
| Binary | 11010110 | 1111 | 1001001 | 0 | 1011101 | 1000010 | 10000 | 101010111 | 1010111 | 101101 |
Color Harmonies of #D60F49
Complementary color
Monochromatic Colors of #D60F49
Black with #D60F49
Text Example
Text Example
White with #D60F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F49; }
p { color: rgb(214,15,73); }
H1.HeaderClassName
{
color: #D60F49;
}
.AnyTagClassName
{
color: #D60F49;
}
</style>
background-color css
<style>
a { background-color: #D60F49; }
a { background-color: rgb(214,15,73); }
div.DivClassName
{
background-color: #D60F49;
}
.BgClassName
{
background-color: #D60F49;
}
</style>
border-color css
<style>
span { border-color: #D60F49; }
span { border-color: rgb(214,15,73); }
td.TdClassName
{
border-color: #D60F49;
}
.TagClassName
{
border-color: #D60F49;
}
</style>