Shades of Dark Red #9D0B0A
Tints of Dark Red #9D0B0A
RGB
CMYK
RGB Variations
Color information
#9D0B0A (or 0x9D0B0A) is known color: Dark Red. HEX triplet: 9D, 0B and 0A. RGB value is (157,11,10). Sum of RGB (Red+Green+Blue) = 157+11+10=178 (23% of max value = 765). Red value is 157 (61.72% from 255 or 88.20% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0B0A is #62F4F5. Grayscale: #363636. Windows color (decimal): -6485238 or 658333. OLE color: 658333.
HSL color Cylindrical-coordinate representation of color #9D0B0A: hue angle of 0.41º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0B0A is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 10 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.38 |
| HSL | 0.41º | 0.88% | 0.33% | - |
| HSV(B) | 0.41º | 0.94% | 0.62% | - |
| XYZ | 14.08 | 7.43 | 0.98 | - |
| YUV | 54.54 | 102.87 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 10 | 0 | 0.93 | 0.94 | 0.38 | 0.41 | 0.88 | 0.33 |
| Hex | 9D | B | A | 0 | 5D | 5E | 26 | 0 | 58 | 21 |
| Octal | 235 | 13 | 12 | 0 | 135 | 136 | 46 | 0 | 130 | 41 |
| Binary | 10011101 | 1011 | 1010 | 0 | 1011101 | 1011110 | 100110 | 0 | 1011000 | 100001 |
Color Harmonies of #9D0B0A
Complementary color
Monochromatic Colors of #9D0B0A
Black with #9D0B0A
Text Example
Text Example
White with #9D0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B0A; }
p { color: rgb(157,11,10); }
H1.HeaderClassName
{
color: #9D0B0A;
}
.AnyTagClassName
{
color: #9D0B0A;
}
</style>
background-color css
<style>
a { background-color: #9D0B0A; }
a { background-color: rgb(157,11,10); }
div.DivClassName
{
background-color: #9D0B0A;
}
.BgClassName
{
background-color: #9D0B0A;
}
</style>
border-color css
<style>
span { border-color: #9D0B0A; }
span { border-color: rgb(157,11,10); }
td.TdClassName
{
border-color: #9D0B0A;
}
.TagClassName
{
border-color: #9D0B0A;
}
</style>