Shades of Dark Red #961D02
Tints of Dark Red #961D02
RGB
CMYK
RGB Variations
Color information
#961D02 (or 0x961D02) is known color: Dark Red. HEX triplet: 96, 1D and 02. RGB value is (150,29,2). Sum of RGB (Red+Green+Blue) = 150+29+2=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #961D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #961D02 is #69E2FD. Grayscale: #3E3E3E. Windows color (decimal): -6939390 or 138646. OLE color: 138646.
HSL color Cylindrical-coordinate representation of color #961D02: hue angle of 10.95º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #961D02 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 29 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.41 |
| HSL | 10.95º | 0.97% | 0.3% | - |
| HSV(B) | 10.95º | 0.99% | 0.59% | - |
| XYZ | 13.03 | 7.37 | 0.79 | - |
| YUV | 62.1 | 94.09 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 2 | 0 | 0.81 | 0.99 | 0.41 | 10.95 | 0.97 | 0.3 |
| Hex | 96 | 1D | 2 | 0 | 51 | 63 | 29 | B | 61 | 1E |
| Octal | 226 | 35 | 2 | 0 | 121 | 143 | 51 | 13 | 141 | 36 |
| Binary | 10010110 | 11101 | 10 | 0 | 1010001 | 1100011 | 101001 | 1011 | 1100001 | 11110 |
Color Harmonies of #961D02
Complementary color
Monochromatic Colors of #961D02
Black with #961D02
Text Example
Text Example
White with #961D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D02; }
p { color: rgb(150,29,2); }
H1.HeaderClassName
{
color: #961D02;
}
.AnyTagClassName
{
color: #961D02;
}
</style>
background-color css
<style>
a { background-color: #961D02; }
a { background-color: rgb(150,29,2); }
div.DivClassName
{
background-color: #961D02;
}
.BgClassName
{
background-color: #961D02;
}
</style>
border-color css
<style>
span { border-color: #961D02; }
span { border-color: rgb(150,29,2); }
td.TdClassName
{
border-color: #961D02;
}
.TagClassName
{
border-color: #961D02;
}
</style>