Shades of Crimson #D70D31
Tints of Crimson #D70D31
RGB
CMYK
RGB Variations
Color information
#D70D31 (or 0xD70D31) is known color: Crimson. HEX triplet: D7, 0D and 31. RGB value is (215,13,49). Sum of RGB (Red+Green+Blue) = 215+13+49=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D31 is #28F2CE. Grayscale: #4D4D4D. Windows color (decimal): -2683599 or 3214807. OLE color: 3214807.
HSL color Cylindrical-coordinate representation of color #D70D31: hue angle of 349.31º 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 #D70D31 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 49 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.16 |
| HSL | 349.31º | 0.89% | 0.45% | - |
| HSV(B) | 349.31º | 0.94% | 0.84% | - |
| XYZ | 28.72 | 14.96 | 4.28 | - |
| YUV | 77.5 | 111.92 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 49 | 0 | 0.94 | 0.77 | 0.16 | 349.31 | 0.89 | 0.45 |
| Hex | D7 | D | 31 | 0 | 5E | 4D | 10 | 15D | 59 | 2D |
| Octal | 327 | 15 | 61 | 0 | 136 | 115 | 20 | 535 | 131 | 55 |
| Binary | 11010111 | 1101 | 110001 | 0 | 1011110 | 1001101 | 10000 | 101011101 | 1011001 | 101101 |
Color Harmonies of #D70D31
Complementary color
Monochromatic Colors of #D70D31
Black with #D70D31
Text Example
Text Example
White with #D70D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D31; }
p { color: rgb(215,13,49); }
H1.HeaderClassName
{
color: #D70D31;
}
.AnyTagClassName
{
color: #D70D31;
}
</style>
background-color css
<style>
a { background-color: #D70D31; }
a { background-color: rgb(215,13,49); }
div.DivClassName
{
background-color: #D70D31;
}
.BgClassName
{
background-color: #D70D31;
}
</style>
border-color css
<style>
span { border-color: #D70D31; }
span { border-color: rgb(215,13,49); }
td.TdClassName
{
border-color: #D70D31;
}
.TagClassName
{
border-color: #D70D31;
}
</style>