Shades of Crimson #D70F44
Tints of Crimson #D70F44
RGB
CMYK
RGB Variations
Color information
#D70F44 (or 0xD70F44) is known color: Crimson. HEX triplet: D7, 0F and 44. RGB value is (215,15,68). Sum of RGB (Red+Green+Blue) = 215+15+68=298 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.15% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70F44 is #28F0BB. Grayscale: #505050. Windows color (decimal): -2683068 or 4460503. OLE color: 4460503.
HSL color Cylindrical-coordinate representation of color #D70F44: hue angle of 344.1º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F44 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 68 | - |
| CMYK | 0 | 0.93 | 0.68 | 0.16 |
| HSL | 344.1º | 0.87% | 0.45% | - |
| HSV(B) | 344.1º | 0.93% | 0.84% | - |
| XYZ | 29.24 | 15.21 | 6.86 | - |
| YUV | 80.84 | 120.76 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 68 | 0 | 0.93 | 0.68 | 0.16 | 344.1 | 0.87 | 0.45 |
| Hex | D7 | F | 44 | 0 | 5D | 44 | 10 | 158 | 57 | 2D |
| Octal | 327 | 17 | 104 | 0 | 135 | 104 | 20 | 530 | 127 | 55 |
| Binary | 11010111 | 1111 | 1000100 | 0 | 1011101 | 1000100 | 10000 | 101011000 | 1010111 | 101101 |
Color Harmonies of #D70F44
Complementary color
Monochromatic Colors of #D70F44
Black with #D70F44
Text Example
Text Example
White with #D70F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F44; }
p { color: rgb(215,15,68); }
H1.HeaderClassName
{
color: #D70F44;
}
.AnyTagClassName
{
color: #D70F44;
}
</style>
background-color css
<style>
a { background-color: #D70F44; }
a { background-color: rgb(215,15,68); }
div.DivClassName
{
background-color: #D70F44;
}
.BgClassName
{
background-color: #D70F44;
}
</style>
border-color css
<style>
span { border-color: #D70F44; }
span { border-color: rgb(215,15,68); }
td.TdClassName
{
border-color: #D70F44;
}
.TagClassName
{
border-color: #D70F44;
}
</style>