Shades of Dark Red #9D1301
Tints of Dark Red #9D1301
RGB
CMYK
RGB Variations
Color information
#9D1301 (or 0x9D1301) is known color: Dark Red. HEX triplet: 9D, 13 and 01. RGB value is (157,19,1). Sum of RGB (Red+Green+Blue) = 157+19+1=177 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.70% from 177); Green value is 19 (7.81% from 255 or 10.73% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1301 is #62ECFE. Grayscale: #3A3A3A. Windows color (decimal): -6483199 or 70557. OLE color: 70557.
HSL color Cylindrical-coordinate representation of color #9D1301: hue angle of 6.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D1301 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 19 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.38 |
| HSL | 6.92º | 0.99% | 0.31% | - |
| HSV(B) | 6.92º | 0.99% | 0.62% | - |
| XYZ | 14.14 | 7.64 | 0.76 | - |
| YUV | 58.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 19 | 1 | 0 | 0.88 | 0.99 | 0.38 | 6.92 | 0.99 | 0.31 |
| Hex | 9D | 13 | 1 | 0 | 58 | 63 | 26 | 7 | 63 | 1F |
| Octal | 235 | 23 | 1 | 0 | 130 | 143 | 46 | 7 | 143 | 37 |
| Binary | 10011101 | 10011 | 1 | 0 | 1011000 | 1100011 | 100110 | 111 | 1100011 | 11111 |
Color Harmonies of #9D1301
Complementary color
Monochromatic Colors of #9D1301
Black with #9D1301
Text Example
Text Example
White with #9D1301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1301; }
p { color: rgb(157,19,1); }
H1.HeaderClassName
{
color: #9D1301;
}
.AnyTagClassName
{
color: #9D1301;
}
</style>
background-color css
<style>
a { background-color: #9D1301; }
a { background-color: rgb(157,19,1); }
div.DivClassName
{
background-color: #9D1301;
}
.BgClassName
{
background-color: #9D1301;
}
</style>
border-color css
<style>
span { border-color: #9D1301; }
span { border-color: rgb(157,19,1); }
td.TdClassName
{
border-color: #9D1301;
}
.TagClassName
{
border-color: #9D1301;
}
</style>