Shades of Crimson #D90D3C
Tints of Crimson #D90D3C
RGB
CMYK
RGB Variations
Color information
#D90D3C (or 0xD90D3C) is known color: Crimson. HEX triplet: D9, 0D and 3C. RGB value is (217,13,60). Sum of RGB (Red+Green+Blue) = 217+13+60=290 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.83% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D3C is #26F2C3. Grayscale: #4F4F4F. Windows color (decimal): -2552516 or 3935705. OLE color: 3935705.
HSL color Cylindrical-coordinate representation of color #D90D3C: hue angle of 346.18º 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 #D90D3C is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 60 | - |
| CMYK | 0 | 0.94 | 0.72 | 0.15 |
| HSL | 346.18º | 0.89% | 0.45% | - |
| HSV(B) | 346.18º | 0.94% | 0.85% | - |
| XYZ | 29.57 | 15.37 | 5.68 | - |
| YUV | 79.35 | 117.09 | 226.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 60 | 0 | 0.94 | 0.72 | 0.15 | 346.18 | 0.89 | 0.45 |
| Hex | D9 | D | 3C | 0 | 5E | 48 | F | 15A | 59 | 2D |
| Octal | 331 | 15 | 74 | 0 | 136 | 110 | 17 | 532 | 131 | 55 |
| Binary | 11011001 | 1101 | 111100 | 0 | 1011110 | 1001000 | 1111 | 101011010 | 1011001 | 101101 |
Color Harmonies of #D90D3C
Complementary color
Monochromatic Colors of #D90D3C
Black with #D90D3C
Text Example
Text Example
White with #D90D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D3C; }
p { color: rgb(217,13,60); }
H1.HeaderClassName
{
color: #D90D3C;
}
.AnyTagClassName
{
color: #D90D3C;
}
</style>
background-color css
<style>
a { background-color: #D90D3C; }
a { background-color: rgb(217,13,60); }
div.DivClassName
{
background-color: #D90D3C;
}
.BgClassName
{
background-color: #D90D3C;
}
</style>
border-color css
<style>
span { border-color: #D90D3C; }
span { border-color: rgb(217,13,60); }
td.TdClassName
{
border-color: #D90D3C;
}
.TagClassName
{
border-color: #D90D3C;
}
</style>