Shades of Dark Red #951300
Tints of Dark Red #951300
RGB
CMYK
RGB Variations
Color information
#951300 (or 0x951300) is known color: Dark Red. HEX triplet: 95, 13 and 00. RGB value is (149,19,0). Sum of RGB (Red+Green+Blue) = 149+19+0=168 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.69% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 149 - color contains mainly: red. Hex color #951300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951300 is #6AECFF. Grayscale: #373737. Windows color (decimal): -7007488 or 5013. OLE color: 5013.
HSL color Cylindrical-coordinate representation of color #951300: hue angle of 7.65º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #951300 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 19 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.42 |
| HSL | 7.65º | 1% | 0.29% | - |
| HSV(B) | 7.65º | 1% | 0.58% | - |
| XYZ | 12.63 | 6.86 | 0.66 | - |
| YUV | 55.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 19 | 0 | 0 | 0.87 | 1 | 0.42 | 7.65 | 1 | 0.29 |
| Hex | 95 | 13 | 0 | 0 | 57 | 64 | 2A | 8 | 64 | 1D |
| Octal | 225 | 23 | 0 | 0 | 127 | 144 | 52 | 10 | 144 | 35 |
| Binary | 10010101 | 10011 | 0 | 0 | 1010111 | 1100100 | 101010 | 1000 | 1100100 | 11101 |
Color Harmonies of #951300
Complementary color
Monochromatic Colors of #951300
Black with #951300
Text Example
Text Example
White with #951300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951300; }
p { color: rgb(149,19,0); }
H1.HeaderClassName
{
color: #951300;
}
.AnyTagClassName
{
color: #951300;
}
</style>
background-color css
<style>
a { background-color: #951300; }
a { background-color: rgb(149,19,0); }
div.DivClassName
{
background-color: #951300;
}
.BgClassName
{
background-color: #951300;
}
</style>
border-color css
<style>
span { border-color: #951300; }
span { border-color: rgb(149,19,0); }
td.TdClassName
{
border-color: #951300;
}
.TagClassName
{
border-color: #951300;
}
</style>