Shades of Crimson #D80831
Tints of Crimson #D80831
RGB
CMYK
RGB Variations
Color information
#D80831 (or 0xD80831) is known color: Crimson. HEX triplet: D8, 08 and 31. RGB value is (216,8,49). Sum of RGB (Red+Green+Blue) = 216+8+49=273 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.12% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 216 - color contains mainly: red. Hex color #D80831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80831 is #27F7CE. Grayscale: #4A4A4A. Windows color (decimal): -2619343 or 3213528. OLE color: 3213528.
HSL color Cylindrical-coordinate representation of color #D80831: hue angle of 348.17º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80831 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 49 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.15 |
| HSL | 348.17º | 0.93% | 0.44% | - |
| HSV(B) | 348.17º | 0.96% | 0.85% | - |
| XYZ | 28.96 | 14.99 | 4.27 | - |
| YUV | 74.87 | 113.41 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 49 | 0 | 0.96 | 0.77 | 0.15 | 348.17 | 0.93 | 0.44 |
| Hex | D8 | 8 | 31 | 0 | 60 | 4D | F | 15C | 5D | 2C |
| Octal | 330 | 10 | 61 | 0 | 140 | 115 | 17 | 534 | 135 | 54 |
| Binary | 11011000 | 1000 | 110001 | 0 | 1100000 | 1001101 | 1111 | 101011100 | 1011101 | 101100 |
Color Harmonies of #D80831
Complementary color
Monochromatic Colors of #D80831
Black with #D80831
Text Example
Text Example
White with #D80831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80831; }
p { color: rgb(216,8,49); }
H1.HeaderClassName
{
color: #D80831;
}
.AnyTagClassName
{
color: #D80831;
}
</style>
background-color css
<style>
a { background-color: #D80831; }
a { background-color: rgb(216,8,49); }
div.DivClassName
{
background-color: #D80831;
}
.BgClassName
{
background-color: #D80831;
}
</style>
border-color css
<style>
span { border-color: #D80831; }
span { border-color: rgb(216,8,49); }
td.TdClassName
{
border-color: #D80831;
}
.TagClassName
{
border-color: #D80831;
}
</style>