Shades of Dark Red #951302
Tints of Dark Red #951302
RGB
CMYK
RGB Variations
Color information
#951302 (or 0x951302) is known color: Dark Red. HEX triplet: 95, 13 and 02. RGB value is (149,19,2). Sum of RGB (Red+Green+Blue) = 149+19+2=170 (22% of max value = 765). Red value is 149 (58.59% from 255 or 87.65% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 2 (1.17% from 255 or 1.18% from 170); Max value from RGB is 149 - color contains mainly: red. Hex color #951302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951302 is #6AECFD. Grayscale: #383838. Windows color (decimal): -7007486 or 136085. OLE color: 136085.
HSL color Cylindrical-coordinate representation of color #951302: hue angle of 6.94º 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 #951302 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.42 |
| HSL | 6.94º | 0.97% | 0.3% | - |
| HSV(B) | 6.94º | 0.99% | 0.58% | - |
| XYZ | 12.64 | 6.86 | 0.72 | - |
| YUV | 55.93 | 97.57 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 2 | 0 | 0.87 | 0.99 | 0.42 | 6.94 | 0.97 | 0.3 |
| Hex | 95 | 13 | 2 | 0 | 57 | 63 | 2A | 7 | 61 | 1E |
| Octal | 225 | 23 | 2 | 0 | 127 | 143 | 52 | 7 | 141 | 36 |
| Binary | 10010101 | 10011 | 10 | 0 | 1010111 | 1100011 | 101010 | 111 | 1100001 | 11110 |
Color Harmonies of #951302
Complementary color
Monochromatic Colors of #951302
Black with #951302
Text Example
Text Example
White with #951302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951302; }
p { color: rgb(149,19,2); }
H1.HeaderClassName
{
color: #951302;
}
.AnyTagClassName
{
color: #951302;
}
</style>
background-color css
<style>
a { background-color: #951302; }
a { background-color: rgb(149,19,2); }
div.DivClassName
{
background-color: #951302;
}
.BgClassName
{
background-color: #951302;
}
</style>
border-color css
<style>
span { border-color: #951302; }
span { border-color: rgb(149,19,2); }
td.TdClassName
{
border-color: #951302;
}
.TagClassName
{
border-color: #951302;
}
</style>