Shades of Dark Red #950702
Tints of Dark Red #950702
RGB
CMYK
RGB Variations
Color information
#950702 (or 0x950702) is known color: Dark Red. HEX triplet: 95, 07 and 02. RGB value is (149,7,2). Sum of RGB (Red+Green+Blue) = 149+7+2=158 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.30% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 149 - color contains mainly: red. Hex color #950702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950702 is #6AF8FD. Grayscale: #313131. Windows color (decimal): -7010558 or 133013. OLE color: 133013.
HSL color Cylindrical-coordinate representation of color #950702: hue angle of 2.04º 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 #950702 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 7 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.42 |
| HSL | 2.04º | 0.97% | 0.3% | - |
| HSV(B) | 2.04º | 0.99% | 0.58% | - |
| XYZ | 12.48 | 6.55 | 0.66 | - |
| YUV | 48.89 | 101.54 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 7 | 2 | 0 | 0.95 | 0.99 | 0.42 | 2.04 | 0.97 | 0.3 |
| Hex | 95 | 7 | 2 | 0 | 5F | 63 | 2A | 2 | 61 | 1E |
| Octal | 225 | 7 | 2 | 0 | 137 | 143 | 52 | 2 | 141 | 36 |
| Binary | 10010101 | 111 | 10 | 0 | 1011111 | 1100011 | 101010 | 10 | 1100001 | 11110 |
Color Harmonies of #950702
Complementary color
Monochromatic Colors of #950702
Black with #950702
Text Example
Text Example
White with #950702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950702; }
p { color: rgb(149,7,2); }
H1.HeaderClassName
{
color: #950702;
}
.AnyTagClassName
{
color: #950702;
}
</style>
background-color css
<style>
a { background-color: #950702; }
a { background-color: rgb(149,7,2); }
div.DivClassName
{
background-color: #950702;
}
.BgClassName
{
background-color: #950702;
}
</style>
border-color css
<style>
span { border-color: #950702; }
span { border-color: rgb(149,7,2); }
td.TdClassName
{
border-color: #950702;
}
.TagClassName
{
border-color: #950702;
}
</style>