Shades of Crimson #D70D36
Tints of Crimson #D70D36
RGB
CMYK
RGB Variations
Color information
#D70D36 (or 0xD70D36) is known color: Crimson. HEX triplet: D7, 0D and 36. RGB value is (215,13,54). Sum of RGB (Red+Green+Blue) = 215+13+54=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 13 (5.47% from 255 or 4.61% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D36 is #28F2C9. Grayscale: #4E4E4E. Windows color (decimal): -2683594 or 3542487. OLE color: 3542487.
HSL color Cylindrical-coordinate representation of color #D70D36: hue angle of 347.82º 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 #D70D36 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 54 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.16 |
| HSL | 347.82º | 0.89% | 0.45% | - |
| HSV(B) | 347.82º | 0.94% | 0.84% | - |
| XYZ | 28.83 | 15 | 4.87 | - |
| YUV | 78.07 | 114.42 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 54 | 0 | 0.94 | 0.75 | 0.16 | 347.82 | 0.89 | 0.45 |
| Hex | D7 | D | 36 | 0 | 5E | 4B | 10 | 15C | 59 | 2D |
| Octal | 327 | 15 | 66 | 0 | 136 | 113 | 20 | 534 | 131 | 55 |
| Binary | 11010111 | 1101 | 110110 | 0 | 1011110 | 1001011 | 10000 | 101011100 | 1011001 | 101101 |
Color Harmonies of #D70D36
Complementary color
Monochromatic Colors of #D70D36
Black with #D70D36
Text Example
Text Example
White with #D70D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D36; }
p { color: rgb(215,13,54); }
H1.HeaderClassName
{
color: #D70D36;
}
.AnyTagClassName
{
color: #D70D36;
}
</style>
background-color css
<style>
a { background-color: #D70D36; }
a { background-color: rgb(215,13,54); }
div.DivClassName
{
background-color: #D70D36;
}
.BgClassName
{
background-color: #D70D36;
}
</style>
border-color css
<style>
span { border-color: #D70D36; }
span { border-color: rgb(215,13,54); }
td.TdClassName
{
border-color: #D70D36;
}
.TagClassName
{
border-color: #D70D36;
}
</style>