Shades of Dark Red #951202
Tints of Dark Red #951202
RGB
CMYK
RGB Variations
Color information
#951202 (or 0x951202) is known color: Dark Red. HEX triplet: 95, 12 and 02. RGB value is (149,18,2). Sum of RGB (Red+Green+Blue) = 149+18+2=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #951202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951202 is #6AEDFD. Grayscale: #373737. Windows color (decimal): -7007742 or 135829. OLE color: 135829.
HSL color Cylindrical-coordinate representation of color #951202: hue angle of 6.53º 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 #951202 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 18 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.42 |
| HSL | 6.53º | 0.97% | 0.3% | - |
| HSV(B) | 6.53º | 0.99% | 0.58% | - |
| XYZ | 12.62 | 6.83 | 0.71 | - |
| YUV | 55.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 18 | 2 | 0 | 0.88 | 0.99 | 0.42 | 6.53 | 0.97 | 0.3 |
| Hex | 95 | 12 | 2 | 0 | 58 | 63 | 2A | 7 | 61 | 1E |
| Octal | 225 | 22 | 2 | 0 | 130 | 143 | 52 | 7 | 141 | 36 |
| Binary | 10010101 | 10010 | 10 | 0 | 1011000 | 1100011 | 101010 | 111 | 1100001 | 11110 |
Color Harmonies of #951202
Complementary color
Monochromatic Colors of #951202
Black with #951202
Text Example
Text Example
White with #951202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951202; }
p { color: rgb(149,18,2); }
H1.HeaderClassName
{
color: #951202;
}
.AnyTagClassName
{
color: #951202;
}
</style>
background-color css
<style>
a { background-color: #951202; }
a { background-color: rgb(149,18,2); }
div.DivClassName
{
background-color: #951202;
}
.BgClassName
{
background-color: #951202;
}
</style>
border-color css
<style>
span { border-color: #951202; }
span { border-color: rgb(149,18,2); }
td.TdClassName
{
border-color: #951202;
}
.TagClassName
{
border-color: #951202;
}
</style>