Shades of Crimson #D70C39
Tints of Crimson #D70C39
RGB
CMYK
RGB Variations
Color information
#D70C39 (or 0xD70C39) is known color: Crimson. HEX triplet: D7, 0C and 39. RGB value is (215,12,57). Sum of RGB (Red+Green+Blue) = 215+12+57=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C39 is #28F3C6. Grayscale: #4D4D4D. Windows color (decimal): -2683847 or 3738839. OLE color: 3738839.
HSL color Cylindrical-coordinate representation of color #D70C39: hue angle of 346.7º 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 #D70C39 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 57 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.16 |
| HSL | 346.7º | 0.89% | 0.45% | - |
| HSV(B) | 346.7º | 0.94% | 0.84% | - |
| XYZ | 28.89 | 15.01 | 5.24 | - |
| YUV | 77.83 | 116.25 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 57 | 0 | 0.94 | 0.73 | 0.16 | 346.7 | 0.89 | 0.45 |
| Hex | D7 | C | 39 | 0 | 5E | 49 | 10 | 15B | 59 | 2D |
| Octal | 327 | 14 | 71 | 0 | 136 | 111 | 20 | 533 | 131 | 55 |
| Binary | 11010111 | 1100 | 111001 | 0 | 1011110 | 1001001 | 10000 | 101011011 | 1011001 | 101101 |
Color Harmonies of #D70C39
Complementary color
Monochromatic Colors of #D70C39
Black with #D70C39
Text Example
Text Example
White with #D70C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C39; }
p { color: rgb(215,12,57); }
H1.HeaderClassName
{
color: #D70C39;
}
.AnyTagClassName
{
color: #D70C39;
}
</style>
background-color css
<style>
a { background-color: #D70C39; }
a { background-color: rgb(215,12,57); }
div.DivClassName
{
background-color: #D70C39;
}
.BgClassName
{
background-color: #D70C39;
}
</style>
border-color css
<style>
span { border-color: #D70C39; }
span { border-color: rgb(215,12,57); }
td.TdClassName
{
border-color: #D70C39;
}
.TagClassName
{
border-color: #D70C39;
}
</style>