Shades of Crimson #D70B37
Tints of Crimson #D70B37
RGB
CMYK
RGB Variations
Color information
#D70B37 (or 0xD70B37) is known color: Crimson. HEX triplet: D7, 0B and 37. RGB value is (215,11,55). Sum of RGB (Red+Green+Blue) = 215+11+55=281 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.51% from 281); Green value is 11 (4.69% from 255 or 3.91% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B37 is #28F4C8. Grayscale: #4D4D4D. Windows color (decimal): -2684105 or 3607511. OLE color: 3607511.
HSL color Cylindrical-coordinate representation of color #D70B37: hue angle of 347.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70B37 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 55 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.16 |
| HSL | 347.06º | 0.9% | 0.44% | - |
| HSV(B) | 347.06º | 0.95% | 0.84% | - |
| XYZ | 28.83 | 14.96 | 4.98 | - |
| YUV | 77.01 | 115.59 | 226.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 55 | 0 | 0.95 | 0.74 | 0.16 | 347.06 | 0.9 | 0.44 |
| Hex | D7 | B | 37 | 0 | 5F | 4A | 10 | 15B | 5A | 2C |
| Octal | 327 | 13 | 67 | 0 | 137 | 112 | 20 | 533 | 132 | 54 |
| Binary | 11010111 | 1011 | 110111 | 0 | 1011111 | 1001010 | 10000 | 101011011 | 1011010 | 101100 |
Color Harmonies of #D70B37
Complementary color
Monochromatic Colors of #D70B37
Black with #D70B37
Text Example
Text Example
White with #D70B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B37; }
p { color: rgb(215,11,55); }
H1.HeaderClassName
{
color: #D70B37;
}
.AnyTagClassName
{
color: #D70B37;
}
</style>
background-color css
<style>
a { background-color: #D70B37; }
a { background-color: rgb(215,11,55); }
div.DivClassName
{
background-color: #D70B37;
}
.BgClassName
{
background-color: #D70B37;
}
</style>
border-color css
<style>
span { border-color: #D70B37; }
span { border-color: rgb(215,11,55); }
td.TdClassName
{
border-color: #D70B37;
}
.TagClassName
{
border-color: #D70B37;
}
</style>