Shades of Dark Red #9F1803
Tints of Dark Red #9F1803
RGB
CMYK
RGB Variations
Color information
#9F1803 (or 0x9F1803) is known color: Dark Red. HEX triplet: 9F, 18 and 03. RGB value is (159,24,3). Sum of RGB (Red+Green+Blue) = 159+24+3=186 (24% of max value = 765). Red value is 159 (62.5% from 255 or 85.48% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 3 (1.56% from 255 or 1.61% from 186); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1803 is #60E7FC. Grayscale: #3E3E3E. Windows color (decimal): -6350845 or 202911. OLE color: 202911.
HSL color Cylindrical-coordinate representation of color #9F1803: hue angle of 8.08º 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 #9F1803 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 24 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.38 |
| HSL | 8.08º | 0.96% | 0.32% | - |
| HSV(B) | 8.08º | 0.98% | 0.62% | - |
| XYZ | 14.64 | 8.03 | 0.86 | - |
| YUV | 61.97 | 94.73 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 24 | 3 | 0 | 0.85 | 0.98 | 0.38 | 8.08 | 0.96 | 0.32 |
| Hex | 9F | 18 | 3 | 0 | 55 | 62 | 26 | 8 | 60 | 20 |
| Octal | 237 | 30 | 3 | 0 | 125 | 142 | 46 | 10 | 140 | 40 |
| Binary | 10011111 | 11000 | 11 | 0 | 1010101 | 1100010 | 100110 | 1000 | 1100000 | 100000 |
Color Harmonies of #9F1803
Complementary color
Monochromatic Colors of #9F1803
Black with #9F1803
Text Example
Text Example
White with #9F1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1803; }
p { color: rgb(159,24,3); }
H1.HeaderClassName
{
color: #9F1803;
}
.AnyTagClassName
{
color: #9F1803;
}
</style>
background-color css
<style>
a { background-color: #9F1803; }
a { background-color: rgb(159,24,3); }
div.DivClassName
{
background-color: #9F1803;
}
.BgClassName
{
background-color: #9F1803;
}
</style>
border-color css
<style>
span { border-color: #9F1803; }
span { border-color: rgb(159,24,3); }
td.TdClassName
{
border-color: #9F1803;
}
.TagClassName
{
border-color: #9F1803;
}
</style>