Shades of Dark Red #9F0A03
Tints of Dark Red #9F0A03
RGB
CMYK
RGB Variations
Color information
#9F0A03 (or 0x9F0A03) is known color: Dark Red. HEX triplet: 9F, 0A and 03. RGB value is (159,10,3). Sum of RGB (Red+Green+Blue) = 159+10+3=172 (22% of max value = 765). Red value is 159 (62.5% from 255 or 92.44% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0A03 is #60F5FC. Grayscale: #353535. Windows color (decimal): -6354429 or 199327. OLE color: 199327.
HSL color Cylindrical-coordinate representation of color #9F0A03: hue angle of 2.69º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F0A03 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 10 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.38 |
| HSL | 2.69º | 0.96% | 0.32% | - |
| HSV(B) | 2.69º | 0.98% | 0.62% | - |
| XYZ | 14.42 | 7.59 | 0.79 | - |
| YUV | 53.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 10 | 3 | 0 | 0.94 | 0.98 | 0.38 | 2.69 | 0.96 | 0.32 |
| Hex | 9F | A | 3 | 0 | 5E | 62 | 26 | 3 | 60 | 20 |
| Octal | 237 | 12 | 3 | 0 | 136 | 142 | 46 | 3 | 140 | 40 |
| Binary | 10011111 | 1010 | 11 | 0 | 1011110 | 1100010 | 100110 | 11 | 1100000 | 100000 |
Color Harmonies of #9F0A03
Complementary color
Monochromatic Colors of #9F0A03
Black with #9F0A03
Text Example
Text Example
White with #9F0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0A03; }
p { color: rgb(159,10,3); }
H1.HeaderClassName
{
color: #9F0A03;
}
.AnyTagClassName
{
color: #9F0A03;
}
</style>
background-color css
<style>
a { background-color: #9F0A03; }
a { background-color: rgb(159,10,3); }
div.DivClassName
{
background-color: #9F0A03;
}
.BgClassName
{
background-color: #9F0A03;
}
</style>
border-color css
<style>
span { border-color: #9F0A03; }
span { border-color: rgb(159,10,3); }
td.TdClassName
{
border-color: #9F0A03;
}
.TagClassName
{
border-color: #9F0A03;
}
</style>