Shades of Dark Red #951702
Tints of Dark Red #951702
RGB
CMYK
RGB Variations
Color information
#951702 (or 0x951702) is known color: Dark Red. HEX triplet: 95, 17 and 02. RGB value is (149,23,2). Sum of RGB (Red+Green+Blue) = 149+23+2=174 (23% of max value = 765). Red value is 149 (58.59% from 255 or 85.63% from 174); Green value is 23 (9.38% from 255 or 13.22% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 149 - color contains mainly: red. Hex color #951702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951702 is #6AE8FD. Grayscale: #3A3A3A. Windows color (decimal): -7006462 or 137109. OLE color: 137109.
HSL color Cylindrical-coordinate representation of color #951702: hue angle of 8.57º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #951702 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 23 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.42 |
| HSL | 8.57º | 0.97% | 0.3% | - |
| HSV(B) | 8.57º | 0.99% | 0.58% | - |
| XYZ | 12.71 | 7.01 | 0.74 | - |
| YUV | 58.28 | 96.24 | 192.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 23 | 2 | 0 | 0.85 | 0.99 | 0.42 | 8.57 | 0.97 | 0.3 |
| Hex | 95 | 17 | 2 | 0 | 55 | 63 | 2A | 9 | 61 | 1E |
| Octal | 225 | 27 | 2 | 0 | 125 | 143 | 52 | 11 | 141 | 36 |
| Binary | 10010101 | 10111 | 10 | 0 | 1010101 | 1100011 | 101010 | 1001 | 1100001 | 11110 |
Color Harmonies of #951702
Complementary color
Monochromatic Colors of #951702
Black with #951702
Text Example
Text Example
White with #951702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951702; }
p { color: rgb(149,23,2); }
H1.HeaderClassName
{
color: #951702;
}
.AnyTagClassName
{
color: #951702;
}
</style>
background-color css
<style>
a { background-color: #951702; }
a { background-color: rgb(149,23,2); }
div.DivClassName
{
background-color: #951702;
}
.BgClassName
{
background-color: #951702;
}
</style>
border-color css
<style>
span { border-color: #951702; }
span { border-color: rgb(149,23,2); }
td.TdClassName
{
border-color: #951702;
}
.TagClassName
{
border-color: #951702;
}
</style>