Shades of Dark Red #9D1400
Tints of Dark Red #9D1400
RGB
CMYK
RGB Variations
Color information
#9D1400 (or 0x9D1400) is known color: Dark Red. HEX triplet: 9D, 14 and 00. RGB value is (157,20,0). Sum of RGB (Red+Green+Blue) = 157+20+0=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1400 is #62EBFF. Grayscale: #3A3A3A. Windows color (decimal): -6482944 or 5277. OLE color: 5277.
HSL color Cylindrical-coordinate representation of color #9D1400: hue angle of 7.64º 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 #9D1400 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 20 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.38 |
| HSL | 7.64º | 1% | 0.31% | - |
| HSV(B) | 7.64º | 1% | 0.62% | - |
| XYZ | 14.15 | 7.67 | 0.73 | - |
| YUV | 58.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 20 | 0 | 0 | 0.87 | 1 | 0.38 | 7.64 | 1 | 0.31 |
| Hex | 9D | 14 | 0 | 0 | 57 | 64 | 26 | 8 | 64 | 1F |
| Octal | 235 | 24 | 0 | 0 | 127 | 144 | 46 | 10 | 144 | 37 |
| Binary | 10011101 | 10100 | 0 | 0 | 1010111 | 1100100 | 100110 | 1000 | 1100100 | 11111 |
Color Harmonies of #9D1400
Complementary color
Monochromatic Colors of #9D1400
Black with #9D1400
Text Example
Text Example
White with #9D1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1400; }
p { color: rgb(157,20,0); }
H1.HeaderClassName
{
color: #9D1400;
}
.AnyTagClassName
{
color: #9D1400;
}
</style>
background-color css
<style>
a { background-color: #9D1400; }
a { background-color: rgb(157,20,0); }
div.DivClassName
{
background-color: #9D1400;
}
.BgClassName
{
background-color: #9D1400;
}
</style>
border-color css
<style>
span { border-color: #9D1400; }
span { border-color: rgb(157,20,0); }
td.TdClassName
{
border-color: #9D1400;
}
.TagClassName
{
border-color: #9D1400;
}
</style>