Shades of Crimson #D70C34
Tints of Crimson #D70C34
RGB
CMYK
RGB Variations
Color information
#D70C34 (or 0xD70C34) is known color: Crimson. HEX triplet: D7, 0C and 34. RGB value is (215,12,52). Sum of RGB (Red+Green+Blue) = 215+12+52=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C34 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70C34 is #28F3CB. Grayscale: #4D4D4D. Windows color (decimal): -2683852 or 3411159. OLE color: 3411159.
HSL color Cylindrical-coordinate representation of color #D70C34: hue angle of 348.18º 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 #D70C34 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 52 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.16 |
| HSL | 348.18º | 0.89% | 0.45% | - |
| HSV(B) | 348.18º | 0.94% | 0.84% | - |
| XYZ | 28.78 | 14.96 | 4.62 | - |
| YUV | 77.26 | 113.75 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 52 | 0 | 0.94 | 0.76 | 0.16 | 348.18 | 0.89 | 0.45 |
| Hex | D7 | C | 34 | 0 | 5E | 4C | 10 | 15C | 59 | 2D |
| Octal | 327 | 14 | 64 | 0 | 136 | 114 | 20 | 534 | 131 | 55 |
| Binary | 11010111 | 1100 | 110100 | 0 | 1011110 | 1001100 | 10000 | 101011100 | 1011001 | 101101 |
Color Harmonies of #D70C34
Complementary color
Monochromatic Colors of #D70C34
Black with #D70C34
Text Example
Text Example
White with #D70C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C34; }
p { color: rgb(215,12,52); }
H1.HeaderClassName
{
color: #D70C34;
}
.AnyTagClassName
{
color: #D70C34;
}
</style>
background-color css
<style>
a { background-color: #D70C34; }
a { background-color: rgb(215,12,52); }
div.DivClassName
{
background-color: #D70C34;
}
.BgClassName
{
background-color: #D70C34;
}
</style>
border-color css
<style>
span { border-color: #D70C34; }
span { border-color: rgb(215,12,52); }
td.TdClassName
{
border-color: #D70C34;
}
.TagClassName
{
border-color: #D70C34;
}
</style>