Shades of Crimson #D70831
Tints of Crimson #D70831
RGB
CMYK
RGB Variations
Color information
#D70831 (or 0xD70831) is known color: Crimson. HEX triplet: D7, 08 and 31. RGB value is (215,8,49). Sum of RGB (Red+Green+Blue) = 215+8+49=272 (36% of max value = 765). Red value is 215 (84.38% from 255 or 79.04% from 272); Green value is 8 (3.52% from 255 or 2.94% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 215 - color contains mainly: red. Hex color #D70831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70831 is #28F7CE. Grayscale: #4A4A4A. Windows color (decimal): -2684879 or 3213527. OLE color: 3213527.
HSL color Cylindrical-coordinate representation of color #D70831: hue angle of 348.12º 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 #D70831 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.16 |
| HSL | 348.12º | 0.93% | 0.44% | - |
| HSV(B) | 348.12º | 0.96% | 0.84% | - |
| XYZ | 28.67 | 14.84 | 4.26 | - |
| YUV | 74.57 | 113.58 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 49 | 0 | 0.96 | 0.77 | 0.16 | 348.12 | 0.93 | 0.44 |
| Hex | D7 | 8 | 31 | 0 | 60 | 4D | 10 | 15C | 5D | 2C |
| Octal | 327 | 10 | 61 | 0 | 140 | 115 | 20 | 534 | 135 | 54 |
| Binary | 11010111 | 1000 | 110001 | 0 | 1100000 | 1001101 | 10000 | 101011100 | 1011101 | 101100 |
Color Harmonies of #D70831
Complementary color
Monochromatic Colors of #D70831
Black with #D70831
Text Example
Text Example
White with #D70831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70831; }
p { color: rgb(215,8,49); }
H1.HeaderClassName
{
color: #D70831;
}
.AnyTagClassName
{
color: #D70831;
}
</style>
background-color css
<style>
a { background-color: #D70831; }
a { background-color: rgb(215,8,49); }
div.DivClassName
{
background-color: #D70831;
}
.BgClassName
{
background-color: #D70831;
}
</style>
border-color css
<style>
span { border-color: #D70831; }
span { border-color: rgb(215,8,49); }
td.TdClassName
{
border-color: #D70831;
}
.TagClassName
{
border-color: #D70831;
}
</style>