Shades of Crimson #D70846
Tints of Crimson #D70846
RGB
CMYK
RGB Variations
Color information
#D70846 (or 0xD70846) is known color: Crimson. HEX triplet: D7, 08 and 46. RGB value is (215,8,70). Sum of RGB (Red+Green+Blue) = 215+8+70=293 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.38% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 215 - color contains mainly: red. Hex color #D70846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70846 is #28F7B9. Grayscale: #4C4C4C. Windows color (decimal): -2684858 or 4589783. OLE color: 4589783.
HSL color Cylindrical-coordinate representation of color #D70846: hue angle of 342.03º 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 #D70846 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.16 |
| HSL | 342.03º | 0.93% | 0.44% | - |
| HSV(B) | 342.03º | 0.96% | 0.84% | - |
| XYZ | 29.22 | 15.06 | 7.16 | - |
| YUV | 76.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 70 | 0 | 0.96 | 0.67 | 0.16 | 342.03 | 0.93 | 0.44 |
| Hex | D7 | 8 | 46 | 0 | 60 | 43 | 10 | 156 | 5D | 2C |
| Octal | 327 | 10 | 106 | 0 | 140 | 103 | 20 | 526 | 135 | 54 |
| Binary | 11010111 | 1000 | 1000110 | 0 | 1100000 | 1000011 | 10000 | 101010110 | 1011101 | 101100 |
Color Harmonies of #D70846
Complementary color
Monochromatic Colors of #D70846
Black with #D70846
Text Example
Text Example
White with #D70846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70846; }
p { color: rgb(215,8,70); }
H1.HeaderClassName
{
color: #D70846;
}
.AnyTagClassName
{
color: #D70846;
}
</style>
background-color css
<style>
a { background-color: #D70846; }
a { background-color: rgb(215,8,70); }
div.DivClassName
{
background-color: #D70846;
}
.BgClassName
{
background-color: #D70846;
}
</style>
border-color css
<style>
span { border-color: #D70846; }
span { border-color: rgb(215,8,70); }
td.TdClassName
{
border-color: #D70846;
}
.TagClassName
{
border-color: #D70846;
}
</style>