Shades of Dark Red #9F1B04
Tints of Dark Red #9F1B04
RGB
CMYK
RGB Variations
Color information
#9F1B04 (or 0x9F1B04) is known color: Dark Red. HEX triplet: 9F, 1B and 04. RGB value is (159,27,4). Sum of RGB (Red+Green+Blue) = 159+27+4=190 (25% of max value = 765). Red value is 159 (62.5% from 255 or 83.68% from 190); Green value is 27 (10.94% from 255 or 14.21% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1B04 is #60E4FB. Grayscale: #404040. Windows color (decimal): -6350076 or 269215. OLE color: 269215.
HSL color Cylindrical-coordinate representation of color #9F1B04: hue angle of 8.9º 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 #9F1B04 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 27 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.38 |
| HSL | 8.9º | 0.95% | 0.32% | - |
| HSV(B) | 8.9º | 0.97% | 0.62% | - |
| XYZ | 14.71 | 8.16 | 0.92 | - |
| YUV | 63.85 | 94.23 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 27 | 4 | 0 | 0.83 | 0.97 | 0.38 | 8.9 | 0.95 | 0.32 |
| Hex | 9F | 1B | 4 | 0 | 53 | 61 | 26 | 9 | 5F | 20 |
| Octal | 237 | 33 | 4 | 0 | 123 | 141 | 46 | 11 | 137 | 40 |
| Binary | 10011111 | 11011 | 100 | 0 | 1010011 | 1100001 | 100110 | 1001 | 1011111 | 100000 |
Color Harmonies of #9F1B04
Complementary color
Monochromatic Colors of #9F1B04
Black with #9F1B04
Text Example
Text Example
White with #9F1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1B04; }
p { color: rgb(159,27,4); }
H1.HeaderClassName
{
color: #9F1B04;
}
.AnyTagClassName
{
color: #9F1B04;
}
</style>
background-color css
<style>
a { background-color: #9F1B04; }
a { background-color: rgb(159,27,4); }
div.DivClassName
{
background-color: #9F1B04;
}
.BgClassName
{
background-color: #9F1B04;
}
</style>
border-color css
<style>
span { border-color: #9F1B04; }
span { border-color: rgb(159,27,4); }
td.TdClassName
{
border-color: #9F1B04;
}
.TagClassName
{
border-color: #9F1B04;
}
</style>