Shades of Dark Red #910E09
Tints of Dark Red #910E09
RGB
CMYK
RGB Variations
Color information
#910E09 (or 0x910E09) is known color: Dark Red. HEX triplet: 91, 0E and 09. RGB value is (145,14,9). Sum of RGB (Red+Green+Blue) = 145+14+9=168 (22% of max value = 765). Red value is 145 (57.03% from 255 or 86.31% from 168); Green value is 14 (5.86% from 255 or 8.33% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 145 - color contains mainly: red. Hex color #910E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910E09 is #6EF1F6. Grayscale: #343434. Windows color (decimal): -7270903 or 593553. OLE color: 593553.
HSL color Cylindrical-coordinate representation of color #910E09: hue angle of 2.21º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910E09 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 14 | 9 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.43 |
| HSL | 2.21º | 0.88% | 0.3% | - |
| HSV(B) | 2.21º | 0.94% | 0.57% | - |
| XYZ | 11.88 | 6.35 | 0.86 | - |
| YUV | 52.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 14 | 9 | 0 | 0.90 | 0.94 | 0.43 | 2.21 | 0.88 | 0.3 |
| Hex | 91 | E | 9 | 0 | 5A | 5E | 2B | 2 | 58 | 1E |
| Octal | 221 | 16 | 11 | 0 | 132 | 136 | 53 | 2 | 130 | 36 |
| Binary | 10010001 | 1110 | 1001 | 0 | 1011010 | 1011110 | 101011 | 10 | 1011000 | 11110 |
Color Harmonies of #910E09
Complementary color
Monochromatic Colors of #910E09
Black with #910E09
Text Example
Text Example
White with #910E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #910E09; }
p { color: rgb(145,14,9); }
H1.HeaderClassName
{
color: #910E09;
}
.AnyTagClassName
{
color: #910E09;
}
</style>
background-color css
<style>
a { background-color: #910E09; }
a { background-color: rgb(145,14,9); }
div.DivClassName
{
background-color: #910E09;
}
.BgClassName
{
background-color: #910E09;
}
</style>
border-color css
<style>
span { border-color: #910E09; }
span { border-color: rgb(145,14,9); }
td.TdClassName
{
border-color: #910E09;
}
.TagClassName
{
border-color: #910E09;
}
</style>