Shades of Dark Red #951902
Tints of Dark Red #951902
RGB
CMYK
RGB Variations
Color information
#951902 (or 0x951902) is known color: Dark Red. HEX triplet: 95, 19 and 02. RGB value is (149,25,2). Sum of RGB (Red+Green+Blue) = 149+25+2=176 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.66% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 149 - color contains mainly: red. Hex color #951902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951902 is #6AE6FD. Grayscale: #3B3B3B. Windows color (decimal): -7005950 or 137621. OLE color: 137621.
HSL color Cylindrical-coordinate representation of color #951902: hue angle of 9.39º 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 #951902 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 25 | 2 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.42 |
| HSL | 9.39º | 0.97% | 0.3% | - |
| HSV(B) | 9.39º | 0.99% | 0.58% | - |
| XYZ | 12.75 | 7.09 | 0.75 | - |
| YUV | 59.45 | 95.58 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 25 | 2 | 0 | 0.83 | 0.99 | 0.42 | 9.39 | 0.97 | 0.3 |
| Hex | 95 | 19 | 2 | 0 | 53 | 63 | 2A | 9 | 61 | 1E |
| Octal | 225 | 31 | 2 | 0 | 123 | 143 | 52 | 11 | 141 | 36 |
| Binary | 10010101 | 11001 | 10 | 0 | 1010011 | 1100011 | 101010 | 1001 | 1100001 | 11110 |
Color Harmonies of #951902
Complementary color
Monochromatic Colors of #951902
Black with #951902
Text Example
Text Example
White with #951902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951902; }
p { color: rgb(149,25,2); }
H1.HeaderClassName
{
color: #951902;
}
.AnyTagClassName
{
color: #951902;
}
</style>
background-color css
<style>
a { background-color: #951902; }
a { background-color: rgb(149,25,2); }
div.DivClassName
{
background-color: #951902;
}
.BgClassName
{
background-color: #951902;
}
</style>
border-color css
<style>
span { border-color: #951902; }
span { border-color: rgb(149,25,2); }
td.TdClassName
{
border-color: #951902;
}
.TagClassName
{
border-color: #951902;
}
</style>