Shades of Crimson #D90849
Tints of Crimson #D90849
RGB
CMYK
RGB Variations
Color information
#D90849 (or 0xD90849) is known color: Crimson. HEX triplet: D9, 08 and 49. RGB value is (217,8,73). Sum of RGB (Red+Green+Blue) = 217+8+73=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D90849 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90849 is #26F7B6. Grayscale: #4D4D4D. Windows color (decimal): -2553783 or 4786393. OLE color: 4786393.
HSL color Cylindrical-coordinate representation of color #D90849: hue angle of 341.34º 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 #D90849 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 73 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.15 |
| HSL | 341.34º | 0.93% | 0.44% | - |
| HSV(B) | 341.34º | 0.96% | 0.85% | - |
| XYZ | 29.9 | 15.41 | 7.7 | - |
| YUV | 77.9 | 125.24 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 73 | 0 | 0.96 | 0.66 | 0.15 | 341.34 | 0.93 | 0.44 |
| Hex | D9 | 8 | 49 | 0 | 60 | 42 | F | 155 | 5D | 2C |
| Octal | 331 | 10 | 111 | 0 | 140 | 102 | 17 | 525 | 135 | 54 |
| Binary | 11011001 | 1000 | 1001001 | 0 | 1100000 | 1000010 | 1111 | 101010101 | 1011101 | 101100 |
Color Harmonies of #D90849
Complementary color
Monochromatic Colors of #D90849
Black with #D90849
Text Example
Text Example
White with #D90849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90849; }
p { color: rgb(217,8,73); }
H1.HeaderClassName
{
color: #D90849;
}
.AnyTagClassName
{
color: #D90849;
}
</style>
background-color css
<style>
a { background-color: #D90849; }
a { background-color: rgb(217,8,73); }
div.DivClassName
{
background-color: #D90849;
}
.BgClassName
{
background-color: #D90849;
}
</style>
border-color css
<style>
span { border-color: #D90849; }
span { border-color: rgb(217,8,73); }
td.TdClassName
{
border-color: #D90849;
}
.TagClassName
{
border-color: #D90849;
}
</style>