Shades of Dark Red #9D100B
Tints of Dark Red #9D100B
RGB
CMYK
RGB Variations
Color information
#9D100B (or 0x9D100B) is known color: Dark Red. HEX triplet: 9D, 10 and 0B. RGB value is (157,16,11). Sum of RGB (Red+Green+Blue) = 157+16+11=184 (24% of max value = 765). Red value is 157 (61.72% from 255 or 85.33% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 157 - color contains mainly: red. Hex color #9D100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D100B is #62EFF4. Grayscale: #393939. Windows color (decimal): -6483957 or 725149. OLE color: 725149.
HSL color Cylindrical-coordinate representation of color #9D100B: hue angle of 2.05º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D100B is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 16 | 11 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.38 |
| HSL | 2.05º | 0.87% | 0.33% | - |
| HSV(B) | 2.05º | 0.93% | 0.62% | - |
| XYZ | 14.15 | 7.56 | 1.03 | - |
| YUV | 57.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 16 | 11 | 0 | 0.90 | 0.93 | 0.38 | 2.05 | 0.87 | 0.33 |
| Hex | 9D | 10 | B | 0 | 5A | 5D | 26 | 2 | 57 | 21 |
| Octal | 235 | 20 | 13 | 0 | 132 | 135 | 46 | 2 | 127 | 41 |
| Binary | 10011101 | 10000 | 1011 | 0 | 1011010 | 1011101 | 100110 | 10 | 1010111 | 100001 |
Color Harmonies of #9D100B
Complementary color
Monochromatic Colors of #9D100B
Black with #9D100B
Text Example
Text Example
White with #9D100B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D100B; }
p { color: rgb(157,16,11); }
H1.HeaderClassName
{
color: #9D100B;
}
.AnyTagClassName
{
color: #9D100B;
}
</style>
background-color css
<style>
a { background-color: #9D100B; }
a { background-color: rgb(157,16,11); }
div.DivClassName
{
background-color: #9D100B;
}
.BgClassName
{
background-color: #9D100B;
}
</style>
border-color css
<style>
span { border-color: #9D100B; }
span { border-color: rgb(157,16,11); }
td.TdClassName
{
border-color: #9D100B;
}
.TagClassName
{
border-color: #9D100B;
}
</style>