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