Shades of Dark Red #9D0A00
Tints of Dark Red #9D0A00
RGB
CMYK
RGB Variations
Color information
#9D0A00 (or 0x9D0A00) is known color: Dark Red. HEX triplet: 9D, 0A and 00. RGB value is (157,10,0). Sum of RGB (Red+Green+Blue) = 157+10+0=167 (22% of max value = 765). Red value is 157 (61.72% from 255 or 94.01% from 167); Green value is 10 (4.30% from 255 or 5.99% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0A00 is #62F5FF. Grayscale: #353535. Windows color (decimal): -6485504 or 2717. OLE color: 2717.
HSL color Cylindrical-coordinate representation of color #9D0A00: hue angle of 3.82º 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 #9D0A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.38 |
| HSL | 3.82º | 1% | 0.31% | - |
| HSV(B) | 3.82º | 1% | 0.62% | - |
| XYZ | 14.01 | 7.39 | 0.69 | - |
| YUV | 52.81 | 98.2 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 10 | 0 | 0 | 0.94 | 1 | 0.38 | 3.82 | 1 | 0.31 |
| Hex | 9D | A | 0 | 0 | 5E | 64 | 26 | 4 | 64 | 1F |
| Octal | 235 | 12 | 0 | 0 | 136 | 144 | 46 | 4 | 144 | 37 |
| Binary | 10011101 | 1010 | 0 | 0 | 1011110 | 1100100 | 100110 | 100 | 1100100 | 11111 |
Color Harmonies of #9D0A00
Complementary color
Monochromatic Colors of #9D0A00
Black with #9D0A00
Text Example
Text Example
White with #9D0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0A00; }
p { color: rgb(157,10,0); }
H1.HeaderClassName
{
color: #9D0A00;
}
.AnyTagClassName
{
color: #9D0A00;
}
</style>
background-color css
<style>
a { background-color: #9D0A00; }
a { background-color: rgb(157,10,0); }
div.DivClassName
{
background-color: #9D0A00;
}
.BgClassName
{
background-color: #9D0A00;
}
</style>
border-color css
<style>
span { border-color: #9D0A00; }
span { border-color: rgb(157,10,0); }
td.TdClassName
{
border-color: #9D0A00;
}
.TagClassName
{
border-color: #9D0A00;
}
</style>