Shades of Dark Red #9D0500
Tints of Dark Red #9D0500
RGB
CMYK
RGB Variations
Color information
#9D0500 (or 0x9D0500) is known color: Dark Red. HEX triplet: 9D, 05 and 00. RGB value is (157,5,0). Sum of RGB (Red+Green+Blue) = 157+5+0=162 (21% of max value = 765). Red value is 157 (61.72% from 255 or 96.91% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0500 is #62FAFF. Grayscale: #323232. Windows color (decimal): -6486784 or 1437. OLE color: 1437.
HSL color Cylindrical-coordinate representation of color #9D0500: hue angle of 1.91º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D0500 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 5 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.38 |
| HSL | 1.91º | 1% | 0.31% | - |
| HSV(B) | 1.91º | 1% | 0.62% | - |
| XYZ | 13.96 | 7.28 | 0.67 | - |
| YUV | 49.88 | 99.86 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 5 | 0 | 0 | 0.97 | 1 | 0.38 | 1.91 | 1 | 0.31 |
| Hex | 9D | 5 | 0 | 0 | 61 | 64 | 26 | 2 | 64 | 1F |
| Octal | 235 | 5 | 0 | 0 | 141 | 144 | 46 | 2 | 144 | 37 |
| Binary | 10011101 | 101 | 0 | 0 | 1100001 | 1100100 | 100110 | 10 | 1100100 | 11111 |
Color Harmonies of #9D0500
Complementary color
Monochromatic Colors of #9D0500
Black with #9D0500
Text Example
Text Example
White with #9D0500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0500; }
p { color: rgb(157,5,0); }
H1.HeaderClassName
{
color: #9D0500;
}
.AnyTagClassName
{
color: #9D0500;
}
</style>
background-color css
<style>
a { background-color: #9D0500; }
a { background-color: rgb(157,5,0); }
div.DivClassName
{
background-color: #9D0500;
}
.BgClassName
{
background-color: #9D0500;
}
</style>
border-color css
<style>
span { border-color: #9D0500; }
span { border-color: rgb(157,5,0); }
td.TdClassName
{
border-color: #9D0500;
}
.TagClassName
{
border-color: #9D0500;
}
</style>