Shades of Dark Red #950F0D
Tints of Dark Red #950F0D
RGB
CMYK
RGB Variations
Color information
#950F0D (or 0x950F0D) is known color: Dark Red. HEX triplet: 95, 0F and 0D. RGB value is (149,15,13). Sum of RGB (Red+Green+Blue) = 149+15+13=177 (23% of max value = 765). Red value is 149 (58.59% from 255 or 84.18% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 149 - color contains mainly: red. Hex color #950F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950F0D is #6AF0F2. Grayscale: #363636. Windows color (decimal): -7008499 or 855957. OLE color: 855957.
HSL color Cylindrical-coordinate representation of color #950F0D: hue angle of 0.88º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950F0D is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 15 | 13 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.42 |
| HSL | 0.88º | 0.84% | 0.32% | - |
| HSV(B) | 0.88º | 0.91% | 0.58% | - |
| XYZ | 12.64 | 6.76 | 1.02 | - |
| YUV | 54.84 | 104.39 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 15 | 13 | 0 | 0.90 | 0.91 | 0.42 | 0.88 | 0.84 | 0.32 |
| Hex | 95 | F | D | 0 | 5A | 5B | 2A | 1 | 54 | 20 |
| Octal | 225 | 17 | 15 | 0 | 132 | 133 | 52 | 1 | 124 | 40 |
| Binary | 10010101 | 1111 | 1101 | 0 | 1011010 | 1011011 | 101010 | 1 | 1010100 | 100000 |
Color Harmonies of #950F0D
Complementary color
Monochromatic Colors of #950F0D
Black with #950F0D
Text Example
Text Example
White with #950F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #950F0D; }
p { color: rgb(149,15,13); }
H1.HeaderClassName
{
color: #950F0D;
}
.AnyTagClassName
{
color: #950F0D;
}
</style>
background-color css
<style>
a { background-color: #950F0D; }
a { background-color: rgb(149,15,13); }
div.DivClassName
{
background-color: #950F0D;
}
.BgClassName
{
background-color: #950F0D;
}
</style>
border-color css
<style>
span { border-color: #950F0D; }
span { border-color: rgb(149,15,13); }
td.TdClassName
{
border-color: #950F0D;
}
.TagClassName
{
border-color: #950F0D;
}
</style>