Shades of Crimson #D90845
Tints of Crimson #D90845
RGB
CMYK
RGB Variations
Color information
#D90845 (or 0xD90845) is known color: Crimson. HEX triplet: D9, 08 and 45. RGB value is (217,8,69). Sum of RGB (Red+Green+Blue) = 217+8+69=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D90845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90845 is #26F7BA. Grayscale: #4D4D4D. Windows color (decimal): -2553787 or 4524249. OLE color: 4524249.
HSL color Cylindrical-coordinate representation of color #D90845: hue angle of 342.49º 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 #D90845 is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.15 |
| HSL | 342.49º | 0.93% | 0.44% | - |
| HSV(B) | 342.49º | 0.96% | 0.85% | - |
| XYZ | 29.78 | 15.36 | 7.02 | - |
| YUV | 77.45 | 123.24 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 69 | 0 | 0.96 | 0.68 | 0.15 | 342.49 | 0.93 | 0.44 |
| Hex | D9 | 8 | 45 | 0 | 60 | 44 | F | 156 | 5D | 2C |
| Octal | 331 | 10 | 105 | 0 | 140 | 104 | 17 | 526 | 135 | 54 |
| Binary | 11011001 | 1000 | 1000101 | 0 | 1100000 | 1000100 | 1111 | 101010110 | 1011101 | 101100 |
Color Harmonies of #D90845
Complementary color
Monochromatic Colors of #D90845
Black with #D90845
Text Example
Text Example
White with #D90845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90845; }
p { color: rgb(217,8,69); }
H1.HeaderClassName
{
color: #D90845;
}
.AnyTagClassName
{
color: #D90845;
}
</style>
background-color css
<style>
a { background-color: #D90845; }
a { background-color: rgb(217,8,69); }
div.DivClassName
{
background-color: #D90845;
}
.BgClassName
{
background-color: #D90845;
}
</style>
border-color css
<style>
span { border-color: #D90845; }
span { border-color: rgb(217,8,69); }
td.TdClassName
{
border-color: #D90845;
}
.TagClassName
{
border-color: #D90845;
}
</style>