Shades of Crimson #D90B49
Tints of Crimson #D90B49
RGB
CMYK
RGB Variations
Color information
#D90B49 (or 0xD90B49) is known color: Crimson. HEX triplet: D9, 0B and 49. RGB value is (217,11,73). Sum of RGB (Red+Green+Blue) = 217+11+73=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B49 is #26F4B6. Grayscale: #4F4F4F. Windows color (decimal): -2553015 or 4787161. OLE color: 4787161.
HSL color Cylindrical-coordinate representation of color #D90B49: hue angle of 341.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B49 is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 73 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.15 |
| HSL | 341.94º | 0.9% | 0.45% | - |
| HSV(B) | 341.94º | 0.95% | 0.85% | - |
| XYZ | 29.94 | 15.47 | 7.71 | - |
| YUV | 79.66 | 124.25 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 73 | 0 | 0.95 | 0.66 | 0.15 | 341.94 | 0.9 | 0.45 |
| Hex | D9 | B | 49 | 0 | 5F | 42 | F | 156 | 5A | 2D |
| Octal | 331 | 13 | 111 | 0 | 137 | 102 | 17 | 526 | 132 | 55 |
| Binary | 11011001 | 1011 | 1001001 | 0 | 1011111 | 1000010 | 1111 | 101010110 | 1011010 | 101101 |
Color Harmonies of #D90B49
Complementary color
Monochromatic Colors of #D90B49
Black with #D90B49
Text Example
Text Example
White with #D90B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B49; }
p { color: rgb(217,11,73); }
H1.HeaderClassName
{
color: #D90B49;
}
.AnyTagClassName
{
color: #D90B49;
}
</style>
background-color css
<style>
a { background-color: #D90B49; }
a { background-color: rgb(217,11,73); }
div.DivClassName
{
background-color: #D90B49;
}
.BgClassName
{
background-color: #D90B49;
}
</style>
border-color css
<style>
span { border-color: #D90B49; }
span { border-color: rgb(217,11,73); }
td.TdClassName
{
border-color: #D90B49;
}
.TagClassName
{
border-color: #D90B49;
}
</style>