Shades of Crimson #D80D49
Tints of Crimson #D80D49
RGB
CMYK
RGB Variations
Color information
#D80D49 (or 0xD80D49) is known color: Crimson. HEX triplet: D8, 0D and 49. RGB value is (216,13,73). Sum of RGB (Red+Green+Blue) = 216+13+73=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 13 (5.47% from 255 or 4.30% from 302); Blue value is 73 (28.91% from 255 or 24.17% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80D49 is #27F2B6. Grayscale: #505050. Windows color (decimal): -2618039 or 4787672. OLE color: 4787672.
HSL color Cylindrical-coordinate representation of color #D80D49: hue angle of 342.27º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D80D49 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 13 | 73 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.15 |
| HSL | 342.27º | 0.89% | 0.45% | - |
| HSV(B) | 342.27º | 0.94% | 0.85% | - |
| XYZ | 29.67 | 15.37 | 7.71 | - |
| YUV | 80.54 | 123.75 | 224.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 13 | 73 | 0 | 0.94 | 0.66 | 0.15 | 342.27 | 0.89 | 0.45 |
| Hex | D8 | D | 49 | 0 | 5E | 42 | F | 156 | 59 | 2D |
| Octal | 330 | 15 | 111 | 0 | 136 | 102 | 17 | 526 | 131 | 55 |
| Binary | 11011000 | 1101 | 1001001 | 0 | 1011110 | 1000010 | 1111 | 101010110 | 1011001 | 101101 |
Color Harmonies of #D80D49
Complementary color
Monochromatic Colors of #D80D49
Black with #D80D49
Text Example
Text Example
White with #D80D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80D49; }
p { color: rgb(216,13,73); }
H1.HeaderClassName
{
color: #D80D49;
}
.AnyTagClassName
{
color: #D80D49;
}
</style>
background-color css
<style>
a { background-color: #D80D49; }
a { background-color: rgb(216,13,73); }
div.DivClassName
{
background-color: #D80D49;
}
.BgClassName
{
background-color: #D80D49;
}
</style>
border-color css
<style>
span { border-color: #D80D49; }
span { border-color: rgb(216,13,73); }
td.TdClassName
{
border-color: #D80D49;
}
.TagClassName
{
border-color: #D80D49;
}
</style>