Shades of Crimson #D60F39
Tints of Crimson #D60F39
RGB
CMYK
RGB Variations
Color information
#D60F39 (or 0xD60F39) is known color: Crimson. HEX triplet: D6, 0F and 39. RGB value is (214,15,57). Sum of RGB (Red+Green+Blue) = 214+15+57=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D60F39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60F39 is #29F0C6. Grayscale: #4F4F4F. Windows color (decimal): -2748615 or 3739606. OLE color: 3739606.
HSL color Cylindrical-coordinate representation of color #D60F39: hue angle of 347.34º 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 #D60F39 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 57 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.16 |
| HSL | 347.34º | 0.87% | 0.45% | - |
| HSV(B) | 347.34º | 0.93% | 0.84% | - |
| XYZ | 28.64 | 14.93 | 5.24 | - |
| YUV | 79.29 | 115.43 | 224.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 57 | 0 | 0.93 | 0.73 | 0.16 | 347.34 | 0.87 | 0.45 |
| Hex | D6 | F | 39 | 0 | 5D | 49 | 10 | 15B | 57 | 2D |
| Octal | 326 | 17 | 71 | 0 | 135 | 111 | 20 | 533 | 127 | 55 |
| Binary | 11010110 | 1111 | 111001 | 0 | 1011101 | 1001001 | 10000 | 101011011 | 1010111 | 101101 |
Color Harmonies of #D60F39
Complementary color
Monochromatic Colors of #D60F39
Black with #D60F39
Text Example
Text Example
White with #D60F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60F39; }
p { color: rgb(214,15,57); }
H1.HeaderClassName
{
color: #D60F39;
}
.AnyTagClassName
{
color: #D60F39;
}
</style>
background-color css
<style>
a { background-color: #D60F39; }
a { background-color: rgb(214,15,57); }
div.DivClassName
{
background-color: #D60F39;
}
.BgClassName
{
background-color: #D60F39;
}
</style>
border-color css
<style>
span { border-color: #D60F39; }
span { border-color: rgb(214,15,57); }
td.TdClassName
{
border-color: #D60F39;
}
.TagClassName
{
border-color: #D60F39;
}
</style>