Shades of Crimson #D90840
Tints of Crimson #D90840
RGB
CMYK
RGB Variations
Color information
#D90840 (or 0xD90840) is known color: Crimson. HEX triplet: D9, 08 and 40. RGB value is (217,8,64). Sum of RGB (Red+Green+Blue) = 217+8+64=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D90840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90840 is #26F7BF. Grayscale: #4C4C4C. Windows color (decimal): -2553792 or 4196569. OLE color: 4196569.
HSL color Cylindrical-coordinate representation of color #D90840: hue angle of 343.92º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90840 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 64 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.15 |
| HSL | 343.92º | 0.93% | 0.44% | - |
| HSV(B) | 343.92º | 0.96% | 0.85% | - |
| XYZ | 29.63 | 15.3 | 6.24 | - |
| YUV | 76.88 | 120.74 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 64 | 0 | 0.96 | 0.71 | 0.15 | 343.92 | 0.93 | 0.44 |
| Hex | D9 | 8 | 40 | 0 | 60 | 47 | F | 158 | 5D | 2C |
| Octal | 331 | 10 | 100 | 0 | 140 | 107 | 17 | 530 | 135 | 54 |
| Binary | 11011001 | 1000 | 1000000 | 0 | 1100000 | 1000111 | 1111 | 101011000 | 1011101 | 101100 |
Color Harmonies of #D90840
Complementary color
Monochromatic Colors of #D90840
Black with #D90840
Text Example
Text Example
White with #D90840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90840; }
p { color: rgb(217,8,64); }
H1.HeaderClassName
{
color: #D90840;
}
.AnyTagClassName
{
color: #D90840;
}
</style>
background-color css
<style>
a { background-color: #D90840; }
a { background-color: rgb(217,8,64); }
div.DivClassName
{
background-color: #D90840;
}
.BgClassName
{
background-color: #D90840;
}
</style>
border-color css
<style>
span { border-color: #D90840; }
span { border-color: rgb(217,8,64); }
td.TdClassName
{
border-color: #D90840;
}
.TagClassName
{
border-color: #D90840;
}
</style>