Shades of Dark Red #960F08
Tints of Dark Red #960F08
RGB
CMYK
RGB Variations
Color information
#960F08 (or 0x960F08) is known color: Dark Red. HEX triplet: 96, 0F and 08. RGB value is (150,15,8). Sum of RGB (Red+Green+Blue) = 150+15+8=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 8 (3.52% from 255 or 4.62% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #960F08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960F08 is #69F0F7. Grayscale: #363636. Windows color (decimal): -6942968 or 528278. OLE color: 528278.
HSL color Cylindrical-coordinate representation of color #960F08: hue angle of 2.96º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960F08 is Cyan = 0, Magento = 0.9, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 15 | 8 | - |
| CMYK | 0 | 0.9 | 0.95 | 0.41 |
| HSL | 2.96º | 0.9% | 0.31% | - |
| HSV(B) | 2.96º | 0.95% | 0.59% | - |
| XYZ | 12.79 | 6.84 | 0.88 | - |
| YUV | 54.57 | 101.73 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 8 | 0 | 0.9 | 0.95 | 0.41 | 2.96 | 0.9 | 0.31 |
| Hex | 96 | F | 8 | 0 | 5A | 5F | 29 | 3 | 5A | 1F |
| Octal | 226 | 17 | 10 | 0 | 132 | 137 | 51 | 3 | 132 | 37 |
| Binary | 10010110 | 1111 | 1000 | 0 | 1011010 | 1011111 | 101001 | 11 | 1011010 | 11111 |
Color Harmonies of #960F08
Complementary color
Monochromatic Colors of #960F08
Black with #960F08
Text Example
Text Example
White with #960F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960F08; }
p { color: rgb(150,15,8); }
H1.HeaderClassName
{
color: #960F08;
}
.AnyTagClassName
{
color: #960F08;
}
</style>
background-color css
<style>
a { background-color: #960F08; }
a { background-color: rgb(150,15,8); }
div.DivClassName
{
background-color: #960F08;
}
.BgClassName
{
background-color: #960F08;
}
</style>
border-color css
<style>
span { border-color: #960F08; }
span { border-color: rgb(150,15,8); }
td.TdClassName
{
border-color: #960F08;
}
.TagClassName
{
border-color: #960F08;
}
</style>