Shades of Crimson #D90D2D
Tints of Crimson #D90D2D
RGB
CMYK
RGB Variations
Color information
#D90D2D (or 0xD90D2D) is known color: Crimson. HEX triplet: D9, 0D and 2D. RGB value is (217,13,45). Sum of RGB (Red+Green+Blue) = 217+13+45=275 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.91% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D2D is #26F2D2. Grayscale: #4D4D4D. Windows color (decimal): -2552531 or 2952665. OLE color: 2952665.
HSL color Cylindrical-coordinate representation of color #D90D2D: hue angle of 350.59º 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 #D90D2D is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 45 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.15 |
| HSL | 350.59º | 0.89% | 0.45% | - |
| HSV(B) | 350.59º | 0.94% | 0.85% | - |
| XYZ | 29.23 | 15.23 | 3.88 | - |
| YUV | 77.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 45 | 0 | 0.94 | 0.79 | 0.15 | 350.59 | 0.89 | 0.45 |
| Hex | D9 | D | 2D | 0 | 5E | 4F | F | 15F | 59 | 2D |
| Octal | 331 | 15 | 55 | 0 | 136 | 117 | 17 | 537 | 131 | 55 |
| Binary | 11011001 | 1101 | 101101 | 0 | 1011110 | 1001111 | 1111 | 101011111 | 1011001 | 101101 |
Color Harmonies of #D90D2D
Complementary color
Monochromatic Colors of #D90D2D
Black with #D90D2D
Text Example
Text Example
White with #D90D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D2D; }
p { color: rgb(217,13,45); }
H1.HeaderClassName
{
color: #D90D2D;
}
.AnyTagClassName
{
color: #D90D2D;
}
</style>
background-color css
<style>
a { background-color: #D90D2D; }
a { background-color: rgb(217,13,45); }
div.DivClassName
{
background-color: #D90D2D;
}
.BgClassName
{
background-color: #D90D2D;
}
</style>
border-color css
<style>
span { border-color: #D90D2D; }
span { border-color: rgb(217,13,45); }
td.TdClassName
{
border-color: #D90D2D;
}
.TagClassName
{
border-color: #D90D2D;
}
</style>