Shades of Dark Red #951400
Tints of Dark Red #951400
RGB
CMYK
RGB Variations
Color information
#951400 (or 0x951400) is known color: Dark Red. HEX triplet: 95, 14 and 00. RGB value is (149,20,0). Sum of RGB (Red+Green+Blue) = 149+20+0=169 (22% of max value = 765). Red value is 149 (58.59% from 255 or 88.17% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 149 - color contains mainly: red. Hex color #951400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951400 is #6AEBFF. Grayscale: #383838. Windows color (decimal): -7007232 or 5269. OLE color: 5269.
HSL color Cylindrical-coordinate representation of color #951400: hue angle of 8.05º 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 #951400 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 20 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.42 |
| HSL | 8.05º | 1% | 0.29% | - |
| HSV(B) | 8.05º | 1% | 0.58% | - |
| XYZ | 12.64 | 6.89 | 0.66 | - |
| YUV | 56.29 | 96.24 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 20 | 0 | 0 | 0.87 | 1 | 0.42 | 8.05 | 1 | 0.29 |
| Hex | 95 | 14 | 0 | 0 | 57 | 64 | 2A | 8 | 64 | 1D |
| Octal | 225 | 24 | 0 | 0 | 127 | 144 | 52 | 10 | 144 | 35 |
| Binary | 10010101 | 10100 | 0 | 0 | 1010111 | 1100100 | 101010 | 1000 | 1100100 | 11101 |
Color Harmonies of #951400
Complementary color
Monochromatic Colors of #951400
Black with #951400
Text Example
Text Example
White with #951400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951400; }
p { color: rgb(149,20,0); }
H1.HeaderClassName
{
color: #951400;
}
.AnyTagClassName
{
color: #951400;
}
</style>
background-color css
<style>
a { background-color: #951400; }
a { background-color: rgb(149,20,0); }
div.DivClassName
{
background-color: #951400;
}
.BgClassName
{
background-color: #951400;
}
</style>
border-color css
<style>
span { border-color: #951400; }
span { border-color: rgb(149,20,0); }
td.TdClassName
{
border-color: #951400;
}
.TagClassName
{
border-color: #951400;
}
</style>