Shades of Crimson #D70B44
Tints of Crimson #D70B44
RGB
CMYK
RGB Variations
Color information
#D70B44 (or 0xD70B44) is known color: Crimson. HEX triplet: D7, 0B and 44. RGB value is (215,11,68). Sum of RGB (Red+Green+Blue) = 215+11+68=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D70B44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70B44 is #28F4BB. Grayscale: #4E4E4E. Windows color (decimal): -2684092 or 4459479. OLE color: 4459479.
HSL color Cylindrical-coordinate representation of color #D70B44: hue angle of 343.24º 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 #D70B44 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 68 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.16 |
| HSL | 343.24º | 0.9% | 0.44% | - |
| HSV(B) | 343.24º | 0.95% | 0.84% | - |
| XYZ | 29.19 | 15.1 | 6.85 | - |
| YUV | 78.49 | 122.09 | 225.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 68 | 0 | 0.95 | 0.68 | 0.16 | 343.24 | 0.9 | 0.44 |
| Hex | D7 | B | 44 | 0 | 5F | 44 | 10 | 157 | 5A | 2C |
| Octal | 327 | 13 | 104 | 0 | 137 | 104 | 20 | 527 | 132 | 54 |
| Binary | 11010111 | 1011 | 1000100 | 0 | 1011111 | 1000100 | 10000 | 101010111 | 1011010 | 101100 |
Color Harmonies of #D70B44
Complementary color
Monochromatic Colors of #D70B44
Black with #D70B44
Text Example
Text Example
White with #D70B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70B44; }
p { color: rgb(215,11,68); }
H1.HeaderClassName
{
color: #D70B44;
}
.AnyTagClassName
{
color: #D70B44;
}
</style>
background-color css
<style>
a { background-color: #D70B44; }
a { background-color: rgb(215,11,68); }
div.DivClassName
{
background-color: #D70B44;
}
.BgClassName
{
background-color: #D70B44;
}
</style>
border-color css
<style>
span { border-color: #D70B44; }
span { border-color: rgb(215,11,68); }
td.TdClassName
{
border-color: #D70B44;
}
.TagClassName
{
border-color: #D70B44;
}
</style>