Shades of Dark Red #941100
Tints of Dark Red #941100
RGB
CMYK
RGB Variations
Color information
#941100 (or 0x941100) is known color: Dark Red. HEX triplet: 94, 11 and 00. RGB value is (148,17,0). Sum of RGB (Red+Green+Blue) = 148+17+0=165 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.70% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 148 - color contains mainly: red. Hex color #941100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941100 is #6BEEFF. Grayscale: #363636. Windows color (decimal): -7073536 or 4500. OLE color: 4500.
HSL color Cylindrical-coordinate representation of color #941100: hue angle of 6.89º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #941100 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.42 |
| HSL | 6.89º | 1% | 0.29% | - |
| HSV(B) | 6.89º | 1% | 0.58% | - |
| XYZ | 12.41 | 6.7 | 0.64 | - |
| YUV | 54.23 | 97.4 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 0 | 0 | 0.89 | 1 | 0.42 | 6.89 | 1 | 0.29 |
| Hex | 94 | 11 | 0 | 0 | 59 | 64 | 2A | 7 | 64 | 1D |
| Octal | 224 | 21 | 0 | 0 | 131 | 144 | 52 | 7 | 144 | 35 |
| Binary | 10010100 | 10001 | 0 | 0 | 1011001 | 1100100 | 101010 | 111 | 1100100 | 11101 |
Color Harmonies of #941100
Complementary color
Monochromatic Colors of #941100
Black with #941100
Text Example
Text Example
White with #941100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941100; }
p { color: rgb(148,17,0); }
H1.HeaderClassName
{
color: #941100;
}
.AnyTagClassName
{
color: #941100;
}
</style>
background-color css
<style>
a { background-color: #941100; }
a { background-color: rgb(148,17,0); }
div.DivClassName
{
background-color: #941100;
}
.BgClassName
{
background-color: #941100;
}
</style>
border-color css
<style>
span { border-color: #941100; }
span { border-color: rgb(148,17,0); }
td.TdClassName
{
border-color: #941100;
}
.TagClassName
{
border-color: #941100;
}
</style>