Shades of Dark Red #A11101
Tints of Dark Red #A11101
RGB
CMYK
RGB Variations
Color information
#A11101 (or 0xA11101) is known color: Dark Red. HEX triplet: A1, 11 and 01. RGB value is (161,17,1). Sum of RGB (Red+Green+Blue) = 161+17+1=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A11101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11101 is #5EEEFE. Grayscale: #3A3A3A. Windows color (decimal): -6221567 or 70049. OLE color: 70049.
HSL color Cylindrical-coordinate representation of color #A11101: hue angle of 6º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A11101 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.37 |
| HSL | 6º | 0.99% | 0.32% | - |
| HSV(B) | 6º | 0.99% | 0.63% | - |
| XYZ | 14.9 | 7.98 | 0.78 | - |
| YUV | 58.23 | 95.71 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 1 | 0 | 0.89 | 0.99 | 0.37 | 6 | 0.99 | 0.32 |
| Hex | A1 | 11 | 1 | 0 | 59 | 63 | 25 | 6 | 63 | 20 |
| Octal | 241 | 21 | 1 | 0 | 131 | 143 | 45 | 6 | 143 | 40 |
| Binary | 10100001 | 10001 | 1 | 0 | 1011001 | 1100011 | 100101 | 110 | 1100011 | 100000 |
Color Harmonies of #A11101
Complementary color
Monochromatic Colors of #A11101
Black with #A11101
Text Example
Text Example
White with #A11101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11101; }
p { color: rgb(161,17,1); }
H1.HeaderClassName
{
color: #A11101;
}
.AnyTagClassName
{
color: #A11101;
}
</style>
background-color css
<style>
a { background-color: #A11101; }
a { background-color: rgb(161,17,1); }
div.DivClassName
{
background-color: #A11101;
}
.BgClassName
{
background-color: #A11101;
}
</style>
border-color css
<style>
span { border-color: #A11101; }
span { border-color: rgb(161,17,1); }
td.TdClassName
{
border-color: #A11101;
}
.TagClassName
{
border-color: #A11101;
}
</style>