Shades of Dark Red #9F130A
Tints of Dark Red #9F130A
RGB
CMYK
RGB Variations
Color information
#9F130A (or 0x9F130A) is known color: Dark Red. HEX triplet: 9F, 13 and 0A. RGB value is (159,19,10). Sum of RGB (Red+Green+Blue) = 159+19+10=188 (24% of max value = 765). Red value is 159 (62.5% from 255 or 84.57% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 159 - color contains mainly: red. Hex color #9F130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F130A is #60ECF5. Grayscale: #3C3C3C. Windows color (decimal): -6352118 or 660383. OLE color: 660383.
HSL color Cylindrical-coordinate representation of color #9F130A: hue angle of 3.62º 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 #9F130A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 19 | 10 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.38 |
| HSL | 3.62º | 0.88% | 0.33% | - |
| HSV(B) | 3.62º | 0.94% | 0.62% | - |
| XYZ | 14.59 | 7.86 | 1.04 | - |
| YUV | 59.83 | 99.88 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 19 | 10 | 0 | 0.88 | 0.94 | 0.38 | 3.62 | 0.88 | 0.33 |
| Hex | 9F | 13 | A | 0 | 58 | 5E | 26 | 4 | 58 | 21 |
| Octal | 237 | 23 | 12 | 0 | 130 | 136 | 46 | 4 | 130 | 41 |
| Binary | 10011111 | 10011 | 1010 | 0 | 1011000 | 1011110 | 100110 | 100 | 1011000 | 100001 |
Color Harmonies of #9F130A
Complementary color
Monochromatic Colors of #9F130A
Black with #9F130A
Text Example
Text Example
White with #9F130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F130A; }
p { color: rgb(159,19,10); }
H1.HeaderClassName
{
color: #9F130A;
}
.AnyTagClassName
{
color: #9F130A;
}
</style>
background-color css
<style>
a { background-color: #9F130A; }
a { background-color: rgb(159,19,10); }
div.DivClassName
{
background-color: #9F130A;
}
.BgClassName
{
background-color: #9F130A;
}
</style>
border-color css
<style>
span { border-color: #9F130A; }
span { border-color: rgb(159,19,10); }
td.TdClassName
{
border-color: #9F130A;
}
.TagClassName
{
border-color: #9F130A;
}
</style>