Shades of Dark Red #911401
Tints of Dark Red #911401
RGB
CMYK
RGB Variations
Color information
#911401 (or 0x911401) is known color: Dark Red. HEX triplet: 91, 14 and 01. RGB value is (145,20,1). Sum of RGB (Red+Green+Blue) = 145+20+1=166 (21% of max value = 765). Red value is 145 (57.03% from 255 or 87.35% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 145 - color contains mainly: red. Hex color #911401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #911401 is #6EEBFE. Grayscale: #373737. Windows color (decimal): -7269375 or 70801. OLE color: 70801.
HSL color Cylindrical-coordinate representation of color #911401: hue angle of 7.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #911401 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 20 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.43 |
| HSL | 7.92º | 0.99% | 0.29% | - |
| HSV(B) | 7.92º | 0.99% | 0.57% | - |
| XYZ | 11.93 | 6.52 | 0.66 | - |
| YUV | 55.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 20 | 1 | 0 | 0.86 | 0.99 | 0.43 | 7.92 | 0.99 | 0.29 |
| Hex | 91 | 14 | 1 | 0 | 56 | 63 | 2B | 8 | 63 | 1D |
| Octal | 221 | 24 | 1 | 0 | 126 | 143 | 53 | 10 | 143 | 35 |
| Binary | 10010001 | 10100 | 1 | 0 | 1010110 | 1100011 | 101011 | 1000 | 1100011 | 11101 |
Color Harmonies of #911401
Complementary color
Monochromatic Colors of #911401
Black with #911401
Text Example
Text Example
White with #911401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911401; }
p { color: rgb(145,20,1); }
H1.HeaderClassName
{
color: #911401;
}
.AnyTagClassName
{
color: #911401;
}
</style>
background-color css
<style>
a { background-color: #911401; }
a { background-color: rgb(145,20,1); }
div.DivClassName
{
background-color: #911401;
}
.BgClassName
{
background-color: #911401;
}
</style>
border-color css
<style>
span { border-color: #911401; }
span { border-color: rgb(145,20,1); }
td.TdClassName
{
border-color: #911401;
}
.TagClassName
{
border-color: #911401;
}
</style>