Shades of Crimson #D70C47
Tints of Crimson #D70C47
RGB
CMYK
RGB Variations
Color information
#D70C47 (or 0xD70C47) is known color: Crimson. HEX triplet: D7, 0C and 47. RGB value is (215,12,71). Sum of RGB (Red+Green+Blue) = 215+12+71=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C47 is #28F3B8. Grayscale: #4F4F4F. Windows color (decimal): -2683833 or 4656343. OLE color: 4656343.
HSL color Cylindrical-coordinate representation of color #D70C47: hue angle of 342.56º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C47 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 71 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.16 |
| HSL | 342.56º | 0.89% | 0.45% | - |
| HSV(B) | 342.56º | 0.94% | 0.84% | - |
| XYZ | 29.29 | 15.16 | 7.34 | - |
| YUV | 79.42 | 123.25 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 71 | 0 | 0.94 | 0.67 | 0.16 | 342.56 | 0.89 | 0.45 |
| Hex | D7 | C | 47 | 0 | 5E | 43 | 10 | 157 | 59 | 2D |
| Octal | 327 | 14 | 107 | 0 | 136 | 103 | 20 | 527 | 131 | 55 |
| Binary | 11010111 | 1100 | 1000111 | 0 | 1011110 | 1000011 | 10000 | 101010111 | 1011001 | 101101 |
Color Harmonies of #D70C47
Complementary color
Monochromatic Colors of #D70C47
Black with #D70C47
Text Example
Text Example
White with #D70C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C47; }
p { color: rgb(215,12,71); }
H1.HeaderClassName
{
color: #D70C47;
}
.AnyTagClassName
{
color: #D70C47;
}
</style>
background-color css
<style>
a { background-color: #D70C47; }
a { background-color: rgb(215,12,71); }
div.DivClassName
{
background-color: #D70C47;
}
.BgClassName
{
background-color: #D70C47;
}
</style>
border-color css
<style>
span { border-color: #D70C47; }
span { border-color: rgb(215,12,71); }
td.TdClassName
{
border-color: #D70C47;
}
.TagClassName
{
border-color: #D70C47;
}
</style>