Shades of Crimson #D70D33
Tints of Crimson #D70D33
RGB
CMYK
RGB Variations
Color information
#D70D33 (or 0xD70D33) is known color: Crimson. HEX triplet: D7, 0D and 33. RGB value is (215,13,51). Sum of RGB (Red+Green+Blue) = 215+13+51=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70D33 is #28F2CC. Grayscale: #4D4D4D. Windows color (decimal): -2683597 or 3345879. OLE color: 3345879.
HSL color Cylindrical-coordinate representation of color #D70D33: hue angle of 348.71º 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 #D70D33 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 51 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.16 |
| HSL | 348.71º | 0.89% | 0.45% | - |
| HSV(B) | 348.71º | 0.94% | 0.84% | - |
| XYZ | 28.77 | 14.97 | 4.51 | - |
| YUV | 77.73 | 112.92 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 51 | 0 | 0.94 | 0.76 | 0.16 | 348.71 | 0.89 | 0.45 |
| Hex | D7 | D | 33 | 0 | 5E | 4C | 10 | 15D | 59 | 2D |
| Octal | 327 | 15 | 63 | 0 | 136 | 114 | 20 | 535 | 131 | 55 |
| Binary | 11010111 | 1101 | 110011 | 0 | 1011110 | 1001100 | 10000 | 101011101 | 1011001 | 101101 |
Color Harmonies of #D70D33
Complementary color
Monochromatic Colors of #D70D33
Black with #D70D33
Text Example
Text Example
White with #D70D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D33; }
p { color: rgb(215,13,51); }
H1.HeaderClassName
{
color: #D70D33;
}
.AnyTagClassName
{
color: #D70D33;
}
</style>
background-color css
<style>
a { background-color: #D70D33; }
a { background-color: rgb(215,13,51); }
div.DivClassName
{
background-color: #D70D33;
}
.BgClassName
{
background-color: #D70D33;
}
</style>
border-color css
<style>
span { border-color: #D70D33; }
span { border-color: rgb(215,13,51); }
td.TdClassName
{
border-color: #D70D33;
}
.TagClassName
{
border-color: #D70D33;
}
</style>