Shades of Crimson #D70B38
Tints of Crimson #D70B38
RGB
CMYK
RGB Variations
Color information
#D70B38 (or 0xD70B38) is known color: Crimson. HEX triplet: D7, 0B and 38. RGB value is (215,11,56). Sum of RGB (Red+Green+Blue) = 215+11+56=282 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.24% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B38 is #28F4C7. Grayscale: #4D4D4D. Windows color (decimal): -2684104 or 3673047. OLE color: 3673047.
HSL color Cylindrical-coordinate representation of color #D70B38: hue angle of 346.76º 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 #D70B38 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 56 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.16 |
| HSL | 346.76º | 0.9% | 0.44% | - |
| HSV(B) | 346.76º | 0.95% | 0.84% | - |
| XYZ | 28.86 | 14.97 | 5.11 | - |
| YUV | 77.13 | 116.09 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 56 | 0 | 0.95 | 0.74 | 0.16 | 346.76 | 0.9 | 0.44 |
| Hex | D7 | B | 38 | 0 | 5F | 4A | 10 | 15B | 5A | 2C |
| Octal | 327 | 13 | 70 | 0 | 137 | 112 | 20 | 533 | 132 | 54 |
| Binary | 11010111 | 1011 | 111000 | 0 | 1011111 | 1001010 | 10000 | 101011011 | 1011010 | 101100 |
Color Harmonies of #D70B38
Complementary color
Monochromatic Colors of #D70B38
Black with #D70B38
Text Example
Text Example
White with #D70B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B38; }
p { color: rgb(215,11,56); }
H1.HeaderClassName
{
color: #D70B38;
}
.AnyTagClassName
{
color: #D70B38;
}
</style>
background-color css
<style>
a { background-color: #D70B38; }
a { background-color: rgb(215,11,56); }
div.DivClassName
{
background-color: #D70B38;
}
.BgClassName
{
background-color: #D70B38;
}
</style>
border-color css
<style>
span { border-color: #D70B38; }
span { border-color: rgb(215,11,56); }
td.TdClassName
{
border-color: #D70B38;
}
.TagClassName
{
border-color: #D70B38;
}
</style>