Shades of Dark Red #9D0B04
Tints of Dark Red #9D0B04
RGB
CMYK
RGB Variations
Color information
#9D0B04 (or 0x9D0B04) is known color: Dark Red. HEX triplet: 9D, 0B and 04. RGB value is (157,11,4). Sum of RGB (Red+Green+Blue) = 157+11+4=172 (22% of max value = 765). Red value is 157 (61.72% from 255 or 91.28% from 172); Green value is 11 (4.69% from 255 or 6.40% from 172); Blue value is 4 (1.95% from 255 or 2.33% from 172); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0B04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0B04 is #62F4FB. Grayscale: #363636. Windows color (decimal): -6485244 or 265117. OLE color: 265117.
HSL color Cylindrical-coordinate representation of color #9D0B04: hue angle of 2.75º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D0B04 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 11 | 4 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.38 |
| HSL | 2.75º | 0.95% | 0.32% | - |
| HSV(B) | 2.75º | 0.97% | 0.62% | - |
| XYZ | 14.05 | 7.42 | 0.81 | - |
| YUV | 53.86 | 99.87 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 4 | 0 | 0.93 | 0.97 | 0.38 | 2.75 | 0.95 | 0.32 |
| Hex | 9D | B | 4 | 0 | 5D | 61 | 26 | 3 | 5F | 20 |
| Octal | 235 | 13 | 4 | 0 | 135 | 141 | 46 | 3 | 137 | 40 |
| Binary | 10011101 | 1011 | 100 | 0 | 1011101 | 1100001 | 100110 | 11 | 1011111 | 100000 |
Color Harmonies of #9D0B04
Complementary color
Monochromatic Colors of #9D0B04
Black with #9D0B04
Text Example
Text Example
White with #9D0B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0B04; }
p { color: rgb(157,11,4); }
H1.HeaderClassName
{
color: #9D0B04;
}
.AnyTagClassName
{
color: #9D0B04;
}
</style>
background-color css
<style>
a { background-color: #9D0B04; }
a { background-color: rgb(157,11,4); }
div.DivClassName
{
background-color: #9D0B04;
}
.BgClassName
{
background-color: #9D0B04;
}
</style>
border-color css
<style>
span { border-color: #9D0B04; }
span { border-color: rgb(157,11,4); }
td.TdClassName
{
border-color: #9D0B04;
}
.TagClassName
{
border-color: #9D0B04;
}
</style>