Shades of Crimson #D60F45
Tints of Crimson #D60F45
RGB
CMYK
RGB Variations
Color information
#D60F45 (or 0xD60F45) is known color: Crimson. HEX triplet: D6, 0F and 45. RGB value is (214,15,69). Sum of RGB (Red+Green+Blue) = 214+15+69=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F45 is #29F0BA. Grayscale: #505050. Windows color (decimal): -2748603 or 4526038. OLE color: 4526038.
HSL color Cylindrical-coordinate representation of color #D60F45: hue angle of 343.72º 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 #D60F45 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 69 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.16 |
| HSL | 343.72º | 0.87% | 0.45% | - |
| HSV(B) | 343.72º | 0.93% | 0.84% | - |
| XYZ | 28.98 | 15.07 | 7.01 | - |
| YUV | 80.66 | 121.43 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 69 | 0 | 0.93 | 0.68 | 0.16 | 343.72 | 0.87 | 0.45 |
| Hex | D6 | F | 45 | 0 | 5D | 44 | 10 | 158 | 57 | 2D |
| Octal | 326 | 17 | 105 | 0 | 135 | 104 | 20 | 530 | 127 | 55 |
| Binary | 11010110 | 1111 | 1000101 | 0 | 1011101 | 1000100 | 10000 | 101011000 | 1010111 | 101101 |
Color Harmonies of #D60F45
Complementary color
Monochromatic Colors of #D60F45
Black with #D60F45
Text Example
Text Example
White with #D60F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F45; }
p { color: rgb(214,15,69); }
H1.HeaderClassName
{
color: #D60F45;
}
.AnyTagClassName
{
color: #D60F45;
}
</style>
background-color css
<style>
a { background-color: #D60F45; }
a { background-color: rgb(214,15,69); }
div.DivClassName
{
background-color: #D60F45;
}
.BgClassName
{
background-color: #D60F45;
}
</style>
border-color css
<style>
span { border-color: #D60F45; }
span { border-color: rgb(214,15,69); }
td.TdClassName
{
border-color: #D60F45;
}
.TagClassName
{
border-color: #D60F45;
}
</style>