Shades of Dark Red #9F2100
Tints of Dark Red #9F2100
RGB
CMYK
RGB Variations
Color information
#9F2100 (or 0x9F2100) is known color: Dark Red. HEX triplet: 9F, 21 and 00. RGB value is (159,33,0). Sum of RGB (Red+Green+Blue) = 159+33+0=192 (25% of max value = 765). Red value is 159 (62.5% from 255 or 82.81% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2100 is #60DEFF. Grayscale: #434343. Windows color (decimal): -6348544 or 8607. OLE color: 8607.
HSL color Cylindrical-coordinate representation of color #9F2100: hue angle of 12.45º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F2100 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 33 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.38 |
| HSL | 12.45º | 1% | 0.31% | - |
| HSV(B) | 12.45º | 1% | 0.62% | - |
| XYZ | 14.84 | 8.46 | 0.85 | - |
| YUV | 66.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 0 | 0 | 0.79 | 1 | 0.38 | 12.45 | 1 | 0.31 |
| Hex | 9F | 21 | 0 | 0 | 4F | 64 | 26 | C | 64 | 1F |
| Octal | 237 | 41 | 0 | 0 | 117 | 144 | 46 | 14 | 144 | 37 |
| Binary | 10011111 | 100001 | 0 | 0 | 1001111 | 1100100 | 100110 | 1100 | 1100100 | 11111 |
Color Harmonies of #9F2100
Complementary color
Monochromatic Colors of #9F2100
Black with #9F2100
Text Example
Text Example
White with #9F2100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2100; }
p { color: rgb(159,33,0); }
H1.HeaderClassName
{
color: #9F2100;
}
.AnyTagClassName
{
color: #9F2100;
}
</style>
background-color css
<style>
a { background-color: #9F2100; }
a { background-color: rgb(159,33,0); }
div.DivClassName
{
background-color: #9F2100;
}
.BgClassName
{
background-color: #9F2100;
}
</style>
border-color css
<style>
span { border-color: #9F2100; }
span { border-color: rgb(159,33,0); }
td.TdClassName
{
border-color: #9F2100;
}
.TagClassName
{
border-color: #9F2100;
}
</style>