Shades of Dark Red #9D0700
Tints of Dark Red #9D0700
RGB
CMYK
RGB Variations
Color information
#9D0700 (or 0x9D0700) is known color: Dark Red. HEX triplet: 9D, 07 and 00. RGB value is (157,7,0). Sum of RGB (Red+Green+Blue) = 157+7+0=164 (21% of max value = 765). Red value is 157 (61.72% from 255 or 95.73% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 0 (0.39% from 255 or 0% from 164); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0700 is #62F8FF. Grayscale: #333333. Windows color (decimal): -6486272 or 1949. OLE color: 1949.
HSL color Cylindrical-coordinate representation of color #9D0700: hue angle of 2.68º 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 #9D0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.38 |
| HSL | 2.68º | 1% | 0.31% | - |
| HSV(B) | 2.68º | 1% | 0.62% | - |
| XYZ | 13.98 | 7.32 | 0.68 | - |
| YUV | 51.05 | 99.2 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 0 | 0 | 0.96 | 1 | 0.38 | 2.68 | 1 | 0.31 |
| Hex | 9D | 7 | 0 | 0 | 60 | 64 | 26 | 3 | 64 | 1F |
| Octal | 235 | 7 | 0 | 0 | 140 | 144 | 46 | 3 | 144 | 37 |
| Binary | 10011101 | 111 | 0 | 0 | 1100000 | 1100100 | 100110 | 11 | 1100100 | 11111 |
Color Harmonies of #9D0700
Complementary color
Monochromatic Colors of #9D0700
Black with #9D0700
Text Example
Text Example
White with #9D0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0700; }
p { color: rgb(157,7,0); }
H1.HeaderClassName
{
color: #9D0700;
}
.AnyTagClassName
{
color: #9D0700;
}
</style>
background-color css
<style>
a { background-color: #9D0700; }
a { background-color: rgb(157,7,0); }
div.DivClassName
{
background-color: #9D0700;
}
.BgClassName
{
background-color: #9D0700;
}
</style>
border-color css
<style>
span { border-color: #9D0700; }
span { border-color: rgb(157,7,0); }
td.TdClassName
{
border-color: #9D0700;
}
.TagClassName
{
border-color: #9D0700;
}
</style>