Shades of Dark Red #9F0F03
Tints of Dark Red #9F0F03
RGB
CMYK
RGB Variations
Color information
#9F0F03 (or 0x9F0F03) is known color: Dark Red. HEX triplet: 9F, 0F and 03. RGB value is (159,15,3). Sum of RGB (Red+Green+Blue) = 159+15+3=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0F03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0F03 is #60F0FC. Grayscale: #383838. Windows color (decimal): -6353149 or 200607. OLE color: 200607.
HSL color Cylindrical-coordinate representation of color #9F0F03: hue angle of 4.62º 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 #9F0F03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 15 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.38 |
| HSL | 4.62º | 0.96% | 0.32% | - |
| HSV(B) | 4.62º | 0.98% | 0.62% | - |
| XYZ | 14.49 | 7.72 | 0.81 | - |
| YUV | 56.69 | 97.71 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 15 | 3 | 0 | 0.91 | 0.98 | 0.38 | 4.62 | 0.96 | 0.32 |
| Hex | 9F | F | 3 | 0 | 5B | 62 | 26 | 5 | 60 | 20 |
| Octal | 237 | 17 | 3 | 0 | 133 | 142 | 46 | 5 | 140 | 40 |
| Binary | 10011111 | 1111 | 11 | 0 | 1011011 | 1100010 | 100110 | 101 | 1100000 | 100000 |
Color Harmonies of #9F0F03
Complementary color
Monochromatic Colors of #9F0F03
Black with #9F0F03
Text Example
Text Example
White with #9F0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0F03; }
p { color: rgb(159,15,3); }
H1.HeaderClassName
{
color: #9F0F03;
}
.AnyTagClassName
{
color: #9F0F03;
}
</style>
background-color css
<style>
a { background-color: #9F0F03; }
a { background-color: rgb(159,15,3); }
div.DivClassName
{
background-color: #9F0F03;
}
.BgClassName
{
background-color: #9F0F03;
}
</style>
border-color css
<style>
span { border-color: #9F0F03; }
span { border-color: rgb(159,15,3); }
td.TdClassName
{
border-color: #9F0F03;
}
.TagClassName
{
border-color: #9F0F03;
}
</style>