Shades of Dark Red #9F0900
Tints of Dark Red #9F0900
RGB
CMYK
RGB Variations
Color information
#9F0900 (or 0x9F0900) is known color: Dark Red. HEX triplet: 9F, 09 and 00. RGB value is (159,9,0). Sum of RGB (Red+Green+Blue) = 159+9+0=168 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.64% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0900 is #60F6FF. Grayscale: #353535. Windows color (decimal): -6354688 or 2463. OLE color: 2463.
HSL color Cylindrical-coordinate representation of color #9F0900: hue angle of 3.4º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F0900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 9 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.38 |
| HSL | 3.4º | 1% | 0.31% | - |
| HSV(B) | 3.4º | 1% | 0.62% | - |
| XYZ | 14.4 | 7.57 | 0.7 | - |
| YUV | 52.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 0 | 0 | 0.94 | 1 | 0.38 | 3.4 | 1 | 0.31 |
| Hex | 9F | 9 | 0 | 0 | 5E | 64 | 26 | 3 | 64 | 1F |
| Octal | 237 | 11 | 0 | 0 | 136 | 144 | 46 | 3 | 144 | 37 |
| Binary | 10011111 | 1001 | 0 | 0 | 1011110 | 1100100 | 100110 | 11 | 1100100 | 11111 |
Color Harmonies of #9F0900
Complementary color
Monochromatic Colors of #9F0900
Black with #9F0900
Text Example
Text Example
White with #9F0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0900; }
p { color: rgb(159,9,0); }
H1.HeaderClassName
{
color: #9F0900;
}
.AnyTagClassName
{
color: #9F0900;
}
</style>
background-color css
<style>
a { background-color: #9F0900; }
a { background-color: rgb(159,9,0); }
div.DivClassName
{
background-color: #9F0900;
}
.BgClassName
{
background-color: #9F0900;
}
</style>
border-color css
<style>
span { border-color: #9F0900; }
span { border-color: rgb(159,9,0); }
td.TdClassName
{
border-color: #9F0900;
}
.TagClassName
{
border-color: #9F0900;
}
</style>