Shades of Crimson #D70845
Tints of Crimson #D70845
RGB
CMYK
RGB Variations
Color information
#D70845 (or 0xD70845) is known color: Crimson. HEX triplet: D7, 08 and 45. RGB value is (215,8,69). Sum of RGB (Red+Green+Blue) = 215+8+69=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 8 (3.52% from 255 or 2.74% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D70845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70845 is #28F7BA. Grayscale: #4C4C4C. Windows color (decimal): -2684859 or 4524247. OLE color: 4524247.
HSL color Cylindrical-coordinate representation of color #D70845: hue angle of 342.32º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70845 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.16 |
| HSL | 342.32º | 0.93% | 0.44% | - |
| HSV(B) | 342.32º | 0.96% | 0.84% | - |
| XYZ | 29.19 | 15.05 | 7 | - |
| YUV | 76.85 | 123.58 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 69 | 0 | 0.96 | 0.68 | 0.16 | 342.32 | 0.93 | 0.44 |
| Hex | D7 | 8 | 45 | 0 | 60 | 44 | 10 | 156 | 5D | 2C |
| Octal | 327 | 10 | 105 | 0 | 140 | 104 | 20 | 526 | 135 | 54 |
| Binary | 11010111 | 1000 | 1000101 | 0 | 1100000 | 1000100 | 10000 | 101010110 | 1011101 | 101100 |
Color Harmonies of #D70845
Complementary color
Monochromatic Colors of #D70845
Black with #D70845
Text Example
Text Example
White with #D70845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70845; }
p { color: rgb(215,8,69); }
H1.HeaderClassName
{
color: #D70845;
}
.AnyTagClassName
{
color: #D70845;
}
</style>
background-color css
<style>
a { background-color: #D70845; }
a { background-color: rgb(215,8,69); }
div.DivClassName
{
background-color: #D70845;
}
.BgClassName
{
background-color: #D70845;
}
</style>
border-color css
<style>
span { border-color: #D70845; }
span { border-color: rgb(215,8,69); }
td.TdClassName
{
border-color: #D70845;
}
.TagClassName
{
border-color: #D70845;
}
</style>