Shades of Dark Red #951C00
Tints of Dark Red #951C00
RGB
CMYK
RGB Variations
Color information
#951C00 (or 0x951C00) is known color: Dark Red. HEX triplet: 95, 1C and 00. RGB value is (149,28,0). Sum of RGB (Red+Green+Blue) = 149+28+0=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 28 (11.33% from 255 or 15.82% from 177); Blue value is 0 (0.39% from 255 or 0% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #951C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C00 is #6AE3FF. Grayscale: #3D3D3D. Windows color (decimal): -7005184 or 7317. OLE color: 7317.
HSL color Cylindrical-coordinate representation of color #951C00: hue angle of 11.28º 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 #951C00 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 28 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.42 |
| HSL | 11.28º | 1% | 0.29% | - |
| HSV(B) | 11.28º | 1% | 0.58% | - |
| XYZ | 12.81 | 7.22 | 0.72 | - |
| YUV | 60.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 0 | 0 | 0.81 | 1 | 0.42 | 11.28 | 1 | 0.29 |
| Hex | 95 | 1C | 0 | 0 | 51 | 64 | 2A | B | 64 | 1D |
| Octal | 225 | 34 | 0 | 0 | 121 | 144 | 52 | 13 | 144 | 35 |
| Binary | 10010101 | 11100 | 0 | 0 | 1010001 | 1100100 | 101010 | 1011 | 1100100 | 11101 |
Color Harmonies of #951C00
Complementary color
Monochromatic Colors of #951C00
Black with #951C00
Text Example
Text Example
White with #951C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951C00; }
p { color: rgb(149,28,0); }
H1.HeaderClassName
{
color: #951C00;
}
.AnyTagClassName
{
color: #951C00;
}
</style>
background-color css
<style>
a { background-color: #951C00; }
a { background-color: rgb(149,28,0); }
div.DivClassName
{
background-color: #951C00;
}
.BgClassName
{
background-color: #951C00;
}
</style>
border-color css
<style>
span { border-color: #951C00; }
span { border-color: rgb(149,28,0); }
td.TdClassName
{
border-color: #951C00;
}
.TagClassName
{
border-color: #951C00;
}
</style>