Shades of Crimson #D90D2C
Tints of Crimson #D90D2C
RGB
CMYK
RGB Variations
Color information
#D90D2C (or 0xD90D2C) is known color: Crimson. HEX triplet: D9, 0D and 2C. RGB value is (217,13,44). Sum of RGB (Red+Green+Blue) = 217+13+44=274 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.20% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D2C is #26F2D3. Grayscale: #4D4D4D. Windows color (decimal): -2552532 or 2887129. OLE color: 2887129.
HSL color Cylindrical-coordinate representation of color #D90D2C: hue angle of 350.88º 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 #D90D2C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 44 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.15 |
| HSL | 350.88º | 0.89% | 0.45% | - |
| HSV(B) | 350.88º | 0.94% | 0.85% | - |
| XYZ | 29.21 | 15.22 | 3.78 | - |
| YUV | 77.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 44 | 0 | 0.94 | 0.80 | 0.15 | 350.88 | 0.89 | 0.45 |
| Hex | D9 | D | 2C | 0 | 5E | 50 | F | 15F | 59 | 2D |
| Octal | 331 | 15 | 54 | 0 | 136 | 120 | 17 | 537 | 131 | 55 |
| Binary | 11011001 | 1101 | 101100 | 0 | 1011110 | 1010000 | 1111 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D90D2C
Complementary color
Monochromatic Colors of #D90D2C
Black with #D90D2C
Text Example
Text Example
White with #D90D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D2C; }
p { color: rgb(217,13,44); }
H1.HeaderClassName
{
color: #D90D2C;
}
.AnyTagClassName
{
color: #D90D2C;
}
</style>
background-color css
<style>
a { background-color: #D90D2C; }
a { background-color: rgb(217,13,44); }
div.DivClassName
{
background-color: #D90D2C;
}
.BgClassName
{
background-color: #D90D2C;
}
</style>
border-color css
<style>
span { border-color: #D90D2C; }
span { border-color: rgb(217,13,44); }
td.TdClassName
{
border-color: #D90D2C;
}
.TagClassName
{
border-color: #D90D2C;
}
</style>