Shades of Dark Red #95100E
Tints of Dark Red #95100E
RGB
CMYK
RGB Variations
Color information
#95100E (or 0x95100E) is known color: Dark Red. HEX triplet: 95, 10 and 0E. RGB value is (149,16,14). Sum of RGB (Red+Green+Blue) = 149+16+14=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #95100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #95100E is #6AEFF1. Grayscale: #373737. Windows color (decimal): -7008242 or 921749. OLE color: 921749.
HSL color Cylindrical-coordinate representation of color #95100E: hue angle of 0.89º degrees, saturation: 0.83, 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 #95100E is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 16 | 14 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.42 |
| HSL | 0.89º | 0.83% | 0.32% | - |
| HSV(B) | 0.89º | 0.91% | 0.58% | - |
| XYZ | 12.66 | 6.79 | 1.06 | - |
| YUV | 55.54 | 104.56 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 16 | 14 | 0 | 0.89 | 0.91 | 0.42 | 0.89 | 0.83 | 0.32 |
| Hex | 95 | 10 | E | 0 | 59 | 5B | 2A | 1 | 53 | 20 |
| Octal | 225 | 20 | 16 | 0 | 131 | 133 | 52 | 1 | 123 | 40 |
| Binary | 10010101 | 10000 | 1110 | 0 | 1011001 | 1011011 | 101010 | 1 | 1010011 | 100000 |
Color Harmonies of #95100E
Complementary color
Monochromatic Colors of #95100E
Black with #95100E
Text Example
Text Example
White with #95100E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95100E; }
p { color: rgb(149,16,14); }
H1.HeaderClassName
{
color: #95100E;
}
.AnyTagClassName
{
color: #95100E;
}
</style>
background-color css
<style>
a { background-color: #95100E; }
a { background-color: rgb(149,16,14); }
div.DivClassName
{
background-color: #95100E;
}
.BgClassName
{
background-color: #95100E;
}
</style>
border-color css
<style>
span { border-color: #95100E; }
span { border-color: rgb(149,16,14); }
td.TdClassName
{
border-color: #95100E;
}
.TagClassName
{
border-color: #95100E;
}
</style>