Shades of Dark Red #960E0E
Tints of Dark Red #960E0E
RGB
CMYK
RGB Variations
Color information
#960E0E (or 0x960E0E) is known color: Dark Red. HEX triplet: 96, 0E and 0E. RGB value is (150,14,14). Sum of RGB (Red+Green+Blue) = 150+14+14=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #960E0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960E0E is #69F1F1. Grayscale: #363636. Windows color (decimal): -6943218 or 921238. OLE color: 921238.
HSL color Cylindrical-coordinate representation of color #960E0E: hue angle of 0º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960E0E is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 14 | 14 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.41 |
| HSL | 0º | 0.83% | 0.32% | - |
| HSV(B) | 0º | 0.91% | 0.59% | - |
| XYZ | 12.81 | 6.83 | 1.06 | - |
| YUV | 54.66 | 105.06 | 196 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 14 | 14 | 0 | 0.91 | 0.91 | 0.41 | 0 | 0.83 | 0.32 |
| Hex | 96 | E | E | 0 | 5B | 5B | 29 | 0 | 53 | 20 |
| Octal | 226 | 16 | 16 | 0 | 133 | 133 | 51 | 0 | 123 | 40 |
| Binary | 10010110 | 1110 | 1110 | 0 | 1011011 | 1011011 | 101001 | 0 | 1010011 | 100000 |
Color Harmonies of #960E0E
Complementary color
Monochromatic Colors of #960E0E
Black with #960E0E
Text Example
Text Example
White with #960E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960E0E; }
p { color: rgb(150,14,14); }
H1.HeaderClassName
{
color: #960E0E;
}
.AnyTagClassName
{
color: #960E0E;
}
</style>
background-color css
<style>
a { background-color: #960E0E; }
a { background-color: rgb(150,14,14); }
div.DivClassName
{
background-color: #960E0E;
}
.BgClassName
{
background-color: #960E0E;
}
</style>
border-color css
<style>
span { border-color: #960E0E; }
span { border-color: rgb(150,14,14); }
td.TdClassName
{
border-color: #960E0E;
}
.TagClassName
{
border-color: #960E0E;
}
</style>