Shades of Dark Red #9D1205
Tints of Dark Red #9D1205
RGB
CMYK
RGB Variations
Color information
#9D1205 (or 0x9D1205) is known color: Dark Red. HEX triplet: 9D, 12 and 05. RGB value is (157,18,5). Sum of RGB (Red+Green+Blue) = 157+18+5=180 (23% of max value = 765). Red value is 157 (61.72% from 255 or 87.22% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 5 (2.34% from 255 or 2.78% from 180); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1205 is #62EDFA. Grayscale: #3A3A3A. Windows color (decimal): -6483451 or 332445. OLE color: 332445.
HSL color Cylindrical-coordinate representation of color #9D1205: hue angle of 5.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D1205 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 18 | 5 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.38 |
| HSL | 5.13º | 0.94% | 0.32% | - |
| HSV(B) | 5.13º | 0.97% | 0.62% | - |
| XYZ | 14.15 | 7.61 | 0.87 | - |
| YUV | 58.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 18 | 5 | 0 | 0.89 | 0.97 | 0.38 | 5.13 | 0.94 | 0.32 |
| Hex | 9D | 12 | 5 | 0 | 59 | 61 | 26 | 5 | 5E | 20 |
| Octal | 235 | 22 | 5 | 0 | 131 | 141 | 46 | 5 | 136 | 40 |
| Binary | 10011101 | 10010 | 101 | 0 | 1011001 | 1100001 | 100110 | 101 | 1011110 | 100000 |
Color Harmonies of #9D1205
Complementary color
Monochromatic Colors of #9D1205
Black with #9D1205
Text Example
Text Example
White with #9D1205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1205; }
p { color: rgb(157,18,5); }
H1.HeaderClassName
{
color: #9D1205;
}
.AnyTagClassName
{
color: #9D1205;
}
</style>
background-color css
<style>
a { background-color: #9D1205; }
a { background-color: rgb(157,18,5); }
div.DivClassName
{
background-color: #9D1205;
}
.BgClassName
{
background-color: #9D1205;
}
</style>
border-color css
<style>
span { border-color: #9D1205; }
span { border-color: rgb(157,18,5); }
td.TdClassName
{
border-color: #9D1205;
}
.TagClassName
{
border-color: #9D1205;
}
</style>