Shades of Dark Red #951002
Tints of Dark Red #951002
RGB
CMYK
RGB Variations
Color information
#951002 (or 0x951002) is known color: Dark Red. HEX triplet: 95, 10 and 02. RGB value is (149,16,2). Sum of RGB (Red+Green+Blue) = 149+16+2=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #951002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951002 is #6AEFFD. Grayscale: #363636. Windows color (decimal): -7008254 or 135317. OLE color: 135317.
HSL color Cylindrical-coordinate representation of color #951002: hue angle of 5.71º 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 #951002 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.42 |
| HSL | 5.71º | 0.97% | 0.3% | - |
| HSV(B) | 5.71º | 0.99% | 0.58% | - |
| XYZ | 12.59 | 6.76 | 0.7 | - |
| YUV | 54.17 | 98.56 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 2 | 0 | 0.89 | 0.99 | 0.42 | 5.71 | 0.97 | 0.3 |
| Hex | 95 | 10 | 2 | 0 | 59 | 63 | 2A | 6 | 61 | 1E |
| Octal | 225 | 20 | 2 | 0 | 131 | 143 | 52 | 6 | 141 | 36 |
| Binary | 10010101 | 10000 | 10 | 0 | 1011001 | 1100011 | 101010 | 110 | 1100001 | 11110 |
Color Harmonies of #951002
Complementary color
Monochromatic Colors of #951002
Black with #951002
Text Example
Text Example
White with #951002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951002; }
p { color: rgb(149,16,2); }
H1.HeaderClassName
{
color: #951002;
}
.AnyTagClassName
{
color: #951002;
}
</style>
background-color css
<style>
a { background-color: #951002; }
a { background-color: rgb(149,16,2); }
div.DivClassName
{
background-color: #951002;
}
.BgClassName
{
background-color: #951002;
}
</style>
border-color css
<style>
span { border-color: #951002; }
span { border-color: rgb(149,16,2); }
td.TdClassName
{
border-color: #951002;
}
.TagClassName
{
border-color: #951002;
}
</style>