Shades of Dark Red #9F0E03
Tints of Dark Red #9F0E03
RGB
CMYK
RGB Variations
Color information
#9F0E03 (or 0x9F0E03) is known color: Dark Red. HEX triplet: 9F, 0E and 03. RGB value is (159,14,3). Sum of RGB (Red+Green+Blue) = 159+14+3=176 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.34% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0E03 is #60F1FC. Grayscale: #383838. Windows color (decimal): -6353405 or 200351. OLE color: 200351.
HSL color Cylindrical-coordinate representation of color #9F0E03: hue angle of 4.23º 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 #9F0E03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.38 |
| HSL | 4.23º | 0.96% | 0.32% | - |
| HSV(B) | 4.23º | 0.98% | 0.62% | - |
| XYZ | 14.47 | 7.69 | 0.81 | - |
| YUV | 56.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 3 | 0 | 0.91 | 0.98 | 0.38 | 4.23 | 0.96 | 0.32 |
| Hex | 9F | E | 3 | 0 | 5B | 62 | 26 | 4 | 60 | 20 |
| Octal | 237 | 16 | 3 | 0 | 133 | 142 | 46 | 4 | 140 | 40 |
| Binary | 10011111 | 1110 | 11 | 0 | 1011011 | 1100010 | 100110 | 100 | 1100000 | 100000 |
Color Harmonies of #9F0E03
Complementary color
Monochromatic Colors of #9F0E03
Black with #9F0E03
Text Example
Text Example
White with #9F0E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E03; }
p { color: rgb(159,14,3); }
H1.HeaderClassName
{
color: #9F0E03;
}
.AnyTagClassName
{
color: #9F0E03;
}
</style>
background-color css
<style>
a { background-color: #9F0E03; }
a { background-color: rgb(159,14,3); }
div.DivClassName
{
background-color: #9F0E03;
}
.BgClassName
{
background-color: #9F0E03;
}
</style>
border-color css
<style>
span { border-color: #9F0E03; }
span { border-color: rgb(159,14,3); }
td.TdClassName
{
border-color: #9F0E03;
}
.TagClassName
{
border-color: #9F0E03;
}
</style>