Shades of Dark Red #941101
Tints of Dark Red #941101
RGB
CMYK
RGB Variations
Color information
#941101 (or 0x941101) is known color: Dark Red. HEX triplet: 94, 11 and 01. RGB value is (148,17,1). Sum of RGB (Red+Green+Blue) = 148+17+1=166 (21% of max value = 765). Red value is 148 (58.20% from 255 or 89.16% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 1 (0.78% from 255 or 0.60% from 166); Max value from RGB is 148 - color contains mainly: red. Hex color #941101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #941101 is #6BEEFE. Grayscale: #363636. Windows color (decimal): -7073535 or 70036. OLE color: 70036.
HSL color Cylindrical-coordinate representation of color #941101: hue angle of 6.53º 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 #941101 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.42 |
| HSL | 6.53º | 0.99% | 0.29% | - |
| HSV(B) | 6.53º | 0.99% | 0.58% | - |
| XYZ | 12.42 | 6.7 | 0.67 | - |
| YUV | 54.35 | 97.9 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 1 | 0 | 0.89 | 0.99 | 0.42 | 6.53 | 0.99 | 0.29 |
| Hex | 94 | 11 | 1 | 0 | 59 | 63 | 2A | 7 | 63 | 1D |
| Octal | 224 | 21 | 1 | 0 | 131 | 143 | 52 | 7 | 143 | 35 |
| Binary | 10010100 | 10001 | 1 | 0 | 1011001 | 1100011 | 101010 | 111 | 1100011 | 11101 |
Color Harmonies of #941101
Complementary color
Monochromatic Colors of #941101
Black with #941101
Text Example
Text Example
White with #941101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941101; }
p { color: rgb(148,17,1); }
H1.HeaderClassName
{
color: #941101;
}
.AnyTagClassName
{
color: #941101;
}
</style>
background-color css
<style>
a { background-color: #941101; }
a { background-color: rgb(148,17,1); }
div.DivClassName
{
background-color: #941101;
}
.BgClassName
{
background-color: #941101;
}
</style>
border-color css
<style>
span { border-color: #941101; }
span { border-color: rgb(148,17,1); }
td.TdClassName
{
border-color: #941101;
}
.TagClassName
{
border-color: #941101;
}
</style>