Shades of Dark Red #951101
Tints of Dark Red #951101
RGB
CMYK
RGB Variations
Color information
#951101 (or 0x951101) is known color: Dark Red. HEX triplet: 95, 11 and 01. RGB value is (149,17,1). Sum of RGB (Red+Green+Blue) = 149+17+1=167 (22% of max value = 765). Red value is 149 (58.59% from 255 or 89.22% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 1 (0.78% from 255 or 0.60% from 167); Max value from RGB is 149 - color contains mainly: red. Hex color #951101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951101 is #6AEEFE. Grayscale: #363636. Windows color (decimal): -7007999 or 70037. OLE color: 70037.
HSL color Cylindrical-coordinate representation of color #951101: hue angle of 6.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #951101 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 17 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.42 |
| HSL | 6.49º | 0.99% | 0.29% | - |
| HSV(B) | 6.49º | 0.99% | 0.58% | - |
| XYZ | 12.6 | 6.79 | 0.68 | - |
| YUV | 54.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 17 | 1 | 0 | 0.89 | 0.99 | 0.42 | 6.49 | 0.99 | 0.29 |
| Hex | 95 | 11 | 1 | 0 | 59 | 63 | 2A | 6 | 63 | 1D |
| Octal | 225 | 21 | 1 | 0 | 131 | 143 | 52 | 6 | 143 | 35 |
| Binary | 10010101 | 10001 | 1 | 0 | 1011001 | 1100011 | 101010 | 110 | 1100011 | 11101 |
Color Harmonies of #951101
Complementary color
Monochromatic Colors of #951101
Black with #951101
Text Example
Text Example
White with #951101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951101; }
p { color: rgb(149,17,1); }
H1.HeaderClassName
{
color: #951101;
}
.AnyTagClassName
{
color: #951101;
}
</style>
background-color css
<style>
a { background-color: #951101; }
a { background-color: rgb(149,17,1); }
div.DivClassName
{
background-color: #951101;
}
.BgClassName
{
background-color: #951101;
}
</style>
border-color css
<style>
span { border-color: #951101; }
span { border-color: rgb(149,17,1); }
td.TdClassName
{
border-color: #951101;
}
.TagClassName
{
border-color: #951101;
}
</style>