Shades of Dark Red #9F0403
Tints of Dark Red #9F0403
RGB
CMYK
RGB Variations
Color information
#9F0403 (or 0x9F0403) is known color: Dark Red. HEX triplet: 9F, 04 and 03. RGB value is (159,4,3). Sum of RGB (Red+Green+Blue) = 159+4+3=166 (21% of max value = 765). Red value is 159 (62.5% from 255 or 95.78% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 3 (1.56% from 255 or 1.81% from 166); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0403 is #60FBFC. Grayscale: #323232. Windows color (decimal): -6355965 or 197791. OLE color: 197791.
HSL color Cylindrical-coordinate representation of color #9F0403: hue angle of 0.38º 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 #9F0403 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 4 | 3 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.38 |
| HSL | 0.38º | 0.96% | 0.32% | - |
| HSV(B) | 0.38º | 0.98% | 0.62% | - |
| XYZ | 14.36 | 7.46 | 0.77 | - |
| YUV | 50.23 | 101.35 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 3 | 0 | 0.97 | 0.98 | 0.38 | 0.38 | 0.96 | 0.32 |
| Hex | 9F | 4 | 3 | 0 | 61 | 62 | 26 | 0 | 60 | 20 |
| Octal | 237 | 4 | 3 | 0 | 141 | 142 | 46 | 0 | 140 | 40 |
| Binary | 10011111 | 100 | 11 | 0 | 1100001 | 1100010 | 100110 | 0 | 1100000 | 100000 |
Color Harmonies of #9F0403
Complementary color
Monochromatic Colors of #9F0403
Black with #9F0403
Text Example
Text Example
White with #9F0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0403; }
p { color: rgb(159,4,3); }
H1.HeaderClassName
{
color: #9F0403;
}
.AnyTagClassName
{
color: #9F0403;
}
</style>
background-color css
<style>
a { background-color: #9F0403; }
a { background-color: rgb(159,4,3); }
div.DivClassName
{
background-color: #9F0403;
}
.BgClassName
{
background-color: #9F0403;
}
</style>
border-color css
<style>
span { border-color: #9F0403; }
span { border-color: rgb(159,4,3); }
td.TdClassName
{
border-color: #9F0403;
}
.TagClassName
{
border-color: #9F0403;
}
</style>