Shades of Crimson #D90846
Tints of Crimson #D90846
RGB
CMYK
RGB Variations
Color information
#D90846 (or 0xD90846) is known color: Crimson. HEX triplet: D9, 08 and 46. RGB value is (217,8,70). Sum of RGB (Red+Green+Blue) = 217+8+70=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D90846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90846 is #26F7B9. Grayscale: #4D4D4D. Windows color (decimal): -2553786 or 4589785. OLE color: 4589785.
HSL color Cylindrical-coordinate representation of color #D90846: hue angle of 342.2º 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 #D90846 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 70 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.15 |
| HSL | 342.2º | 0.93% | 0.44% | - |
| HSV(B) | 342.2º | 0.96% | 0.85% | - |
| XYZ | 29.81 | 15.37 | 7.19 | - |
| YUV | 77.56 | 123.74 | 227.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 70 | 0 | 0.96 | 0.68 | 0.15 | 342.2 | 0.93 | 0.44 |
| Hex | D9 | 8 | 46 | 0 | 60 | 44 | F | 156 | 5D | 2C |
| Octal | 331 | 10 | 106 | 0 | 140 | 104 | 17 | 526 | 135 | 54 |
| Binary | 11011001 | 1000 | 1000110 | 0 | 1100000 | 1000100 | 1111 | 101010110 | 1011101 | 101100 |
Color Harmonies of #D90846
Complementary color
Monochromatic Colors of #D90846
Black with #D90846
Text Example
Text Example
White with #D90846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90846; }
p { color: rgb(217,8,70); }
H1.HeaderClassName
{
color: #D90846;
}
.AnyTagClassName
{
color: #D90846;
}
</style>
background-color css
<style>
a { background-color: #D90846; }
a { background-color: rgb(217,8,70); }
div.DivClassName
{
background-color: #D90846;
}
.BgClassName
{
background-color: #D90846;
}
</style>
border-color css
<style>
span { border-color: #D90846; }
span { border-color: rgb(217,8,70); }
td.TdClassName
{
border-color: #D90846;
}
.TagClassName
{
border-color: #D90846;
}
</style>