Shades of Crimson #D80949
Tints of Crimson #D80949
RGB
CMYK
RGB Variations
Color information
#D80949 (or 0xD80949) is known color: Crimson. HEX triplet: D8, 09 and 49. RGB value is (216,9,73). Sum of RGB (Red+Green+Blue) = 216+9+73=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D80949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80949 is #27F6B6. Grayscale: #4E4E4E. Windows color (decimal): -2619063 or 4786648. OLE color: 4786648.
HSL color Cylindrical-coordinate representation of color #D80949: hue angle of 341.45º degrees, saturation: 0.92, 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 #D80949 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 73 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.15 |
| HSL | 341.45º | 0.92% | 0.44% | - |
| HSV(B) | 341.45º | 0.96% | 0.85% | - |
| XYZ | 29.62 | 15.28 | 7.69 | - |
| YUV | 78.19 | 125.08 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 73 | 0 | 0.96 | 0.66 | 0.15 | 341.45 | 0.92 | 0.44 |
| Hex | D8 | 9 | 49 | 0 | 60 | 42 | F | 155 | 5C | 2C |
| Octal | 330 | 11 | 111 | 0 | 140 | 102 | 17 | 525 | 134 | 54 |
| Binary | 11011000 | 1001 | 1001001 | 0 | 1100000 | 1000010 | 1111 | 101010101 | 1011100 | 101100 |
Color Harmonies of #D80949
Complementary color
Monochromatic Colors of #D80949
Black with #D80949
Text Example
Text Example
White with #D80949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80949; }
p { color: rgb(216,9,73); }
H1.HeaderClassName
{
color: #D80949;
}
.AnyTagClassName
{
color: #D80949;
}
</style>
background-color css
<style>
a { background-color: #D80949; }
a { background-color: rgb(216,9,73); }
div.DivClassName
{
background-color: #D80949;
}
.BgClassName
{
background-color: #D80949;
}
</style>
border-color css
<style>
span { border-color: #D80949; }
span { border-color: rgb(216,9,73); }
td.TdClassName
{
border-color: #D80949;
}
.TagClassName
{
border-color: #D80949;
}
</style>