Shades of Crimson #D70D2C
Tints of Crimson #D70D2C
RGB
CMYK
RGB Variations
Color information
#D70D2C (or 0xD70D2C) is known color: Crimson. HEX triplet: D7, 0D and 2C. RGB value is (215,13,44). Sum of RGB (Red+Green+Blue) = 215+13+44=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 13 (5.47% from 255 or 4.78% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D2C is #28F2D3. Grayscale: #4D4D4D. Windows color (decimal): -2683604 or 2887127. OLE color: 2887127.
HSL color Cylindrical-coordinate representation of color #D70D2C: hue angle of 350.79º 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 #D70D2C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 44 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.16 |
| HSL | 350.79º | 0.89% | 0.45% | - |
| HSV(B) | 350.79º | 0.94% | 0.84% | - |
| XYZ | 28.62 | 14.92 | 3.75 | - |
| YUV | 76.93 | 109.42 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 44 | 0 | 0.94 | 0.80 | 0.16 | 350.79 | 0.89 | 0.45 |
| Hex | D7 | D | 2C | 0 | 5E | 50 | 10 | 15F | 59 | 2D |
| Octal | 327 | 15 | 54 | 0 | 136 | 120 | 20 | 537 | 131 | 55 |
| Binary | 11010111 | 1101 | 101100 | 0 | 1011110 | 1010000 | 10000 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D70D2C
Complementary color
Monochromatic Colors of #D70D2C
Black with #D70D2C
Text Example
Text Example
White with #D70D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D2C; }
p { color: rgb(215,13,44); }
H1.HeaderClassName
{
color: #D70D2C;
}
.AnyTagClassName
{
color: #D70D2C;
}
</style>
background-color css
<style>
a { background-color: #D70D2C; }
a { background-color: rgb(215,13,44); }
div.DivClassName
{
background-color: #D70D2C;
}
.BgClassName
{
background-color: #D70D2C;
}
</style>
border-color css
<style>
span { border-color: #D70D2C; }
span { border-color: rgb(215,13,44); }
td.TdClassName
{
border-color: #D70D2C;
}
.TagClassName
{
border-color: #D70D2C;
}
</style>