Shades of Crimson #D90D3B
Tints of Crimson #D90D3B
RGB
CMYK
RGB Variations
Color information
#D90D3B (or 0xD90D3B) is known color: Crimson. HEX triplet: D9, 0D and 3B. RGB value is (217,13,59). Sum of RGB (Red+Green+Blue) = 217+13+59=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D3B is #26F2C4. Grayscale: #4F4F4F. Windows color (decimal): -2552517 or 3870169. OLE color: 3870169.
HSL color Cylindrical-coordinate representation of color #D90D3B: hue angle of 346.47º 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 #D90D3B is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 59 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.15 |
| HSL | 346.47º | 0.89% | 0.45% | - |
| HSV(B) | 346.47º | 0.94% | 0.85% | - |
| XYZ | 29.55 | 15.36 | 5.54 | - |
| YUV | 79.24 | 116.59 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 59 | 0 | 0.94 | 0.73 | 0.15 | 346.47 | 0.89 | 0.45 |
| Hex | D9 | D | 3B | 0 | 5E | 49 | F | 15A | 59 | 2D |
| Octal | 331 | 15 | 73 | 0 | 136 | 111 | 17 | 532 | 131 | 55 |
| Binary | 11011001 | 1101 | 111011 | 0 | 1011110 | 1001001 | 1111 | 101011010 | 1011001 | 101101 |
Color Harmonies of #D90D3B
Complementary color
Monochromatic Colors of #D90D3B
Black with #D90D3B
Text Example
Text Example
White with #D90D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D3B; }
p { color: rgb(217,13,59); }
H1.HeaderClassName
{
color: #D90D3B;
}
.AnyTagClassName
{
color: #D90D3B;
}
</style>
background-color css
<style>
a { background-color: #D90D3B; }
a { background-color: rgb(217,13,59); }
div.DivClassName
{
background-color: #D90D3B;
}
.BgClassName
{
background-color: #D90D3B;
}
</style>
border-color css
<style>
span { border-color: #D90D3B; }
span { border-color: rgb(217,13,59); }
td.TdClassName
{
border-color: #D90D3B;
}
.TagClassName
{
border-color: #D90D3B;
}
</style>