Shades of Crimson #D70B32
Tints of Crimson #D70B32
RGB
CMYK
RGB Variations
Color information
#D70B32 (or 0xD70B32) is known color: Crimson. HEX triplet: D7, 0B and 32. RGB value is (215,11,50). Sum of RGB (Red+Green+Blue) = 215+11+50=276 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.90% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B32 is #28F4CD. Grayscale: #4C4C4C. Windows color (decimal): -2684110 or 3279831. OLE color: 3279831.
HSL color Cylindrical-coordinate representation of color #D70B32: hue angle of 348.53º 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 #D70B32 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 50 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.16 |
| HSL | 348.53º | 0.9% | 0.44% | - |
| HSV(B) | 348.53º | 0.95% | 0.84% | - |
| XYZ | 28.72 | 14.92 | 4.38 | - |
| YUV | 76.44 | 113.09 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 50 | 0 | 0.95 | 0.77 | 0.16 | 348.53 | 0.9 | 0.44 |
| Hex | D7 | B | 32 | 0 | 5F | 4D | 10 | 15D | 5A | 2C |
| Octal | 327 | 13 | 62 | 0 | 137 | 115 | 20 | 535 | 132 | 54 |
| Binary | 11010111 | 1011 | 110010 | 0 | 1011111 | 1001101 | 10000 | 101011101 | 1011010 | 101100 |
Color Harmonies of #D70B32
Complementary color
Monochromatic Colors of #D70B32
Black with #D70B32
Text Example
Text Example
White with #D70B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B32; }
p { color: rgb(215,11,50); }
H1.HeaderClassName
{
color: #D70B32;
}
.AnyTagClassName
{
color: #D70B32;
}
</style>
background-color css
<style>
a { background-color: #D70B32; }
a { background-color: rgb(215,11,50); }
div.DivClassName
{
background-color: #D70B32;
}
.BgClassName
{
background-color: #D70B32;
}
</style>
border-color css
<style>
span { border-color: #D70B32; }
span { border-color: rgb(215,11,50); }
td.TdClassName
{
border-color: #D70B32;
}
.TagClassName
{
border-color: #D70B32;
}
</style>