Shades of Dark Red #9F1A04
Tints of Dark Red #9F1A04
RGB
CMYK
RGB Variations
Color information
#9F1A04 (or 0x9F1A04) is known color: Dark Red. HEX triplet: 9F, 1A and 04. RGB value is (159,26,4). Sum of RGB (Red+Green+Blue) = 159+26+4=189 (25% of max value = 765). Red value is 159 (62.5% from 255 or 84.13% from 189); Green value is 26 (10.55% from 255 or 13.76% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1A04 is #60E5FB. Grayscale: #3F3F3F. Windows color (decimal): -6350332 or 268959. OLE color: 268959.
HSL color Cylindrical-coordinate representation of color #9F1A04: hue angle of 8.52º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F1A04 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 26 | 4 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.38 |
| HSL | 8.52º | 0.95% | 0.32% | - |
| HSV(B) | 8.52º | 0.97% | 0.62% | - |
| XYZ | 14.69 | 8.12 | 0.91 | - |
| YUV | 63.26 | 94.56 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 26 | 4 | 0 | 0.84 | 0.97 | 0.38 | 8.52 | 0.95 | 0.32 |
| Hex | 9F | 1A | 4 | 0 | 54 | 61 | 26 | 9 | 5F | 20 |
| Octal | 237 | 32 | 4 | 0 | 124 | 141 | 46 | 11 | 137 | 40 |
| Binary | 10011111 | 11010 | 100 | 0 | 1010100 | 1100001 | 100110 | 1001 | 1011111 | 100000 |
Color Harmonies of #9F1A04
Complementary color
Monochromatic Colors of #9F1A04
Black with #9F1A04
Text Example
Text Example
White with #9F1A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1A04; }
p { color: rgb(159,26,4); }
H1.HeaderClassName
{
color: #9F1A04;
}
.AnyTagClassName
{
color: #9F1A04;
}
</style>
background-color css
<style>
a { background-color: #9F1A04; }
a { background-color: rgb(159,26,4); }
div.DivClassName
{
background-color: #9F1A04;
}
.BgClassName
{
background-color: #9F1A04;
}
</style>
border-color css
<style>
span { border-color: #9F1A04; }
span { border-color: rgb(159,26,4); }
td.TdClassName
{
border-color: #9F1A04;
}
.TagClassName
{
border-color: #9F1A04;
}
</style>