Shades of Dark Red #A11501
Tints of Dark Red #A11501
RGB
CMYK
RGB Variations
Color information
#A11501 (or 0xA11501) is known color: Dark Red. HEX triplet: A1, 15 and 01. RGB value is (161,21,1). Sum of RGB (Red+Green+Blue) = 161+21+1=183 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.98% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 1 (0.78% from 255 or 0.55% from 183); Max value from RGB is 161 - color contains mainly: red. Hex color #A11501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11501 is #5EEAFE. Grayscale: #3C3C3C. Windows color (decimal): -6220543 or 71073. OLE color: 71073.
HSL color Cylindrical-coordinate representation of color #A11501: hue angle of 7.5º 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 #A11501 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 21 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.37 |
| HSL | 7.5º | 0.99% | 0.32% | - |
| HSV(B) | 7.5º | 0.99% | 0.63% | - |
| XYZ | 14.97 | 8.12 | 0.81 | - |
| YUV | 60.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 21 | 1 | 0 | 0.87 | 0.99 | 0.37 | 7.5 | 0.99 | 0.32 |
| Hex | A1 | 15 | 1 | 0 | 57 | 63 | 25 | 8 | 63 | 20 |
| Octal | 241 | 25 | 1 | 0 | 127 | 143 | 45 | 10 | 143 | 40 |
| Binary | 10100001 | 10101 | 1 | 0 | 1010111 | 1100011 | 100101 | 1000 | 1100011 | 100000 |
Color Harmonies of #A11501
Complementary color
Monochromatic Colors of #A11501
Black with #A11501
Text Example
Text Example
White with #A11501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11501; }
p { color: rgb(161,21,1); }
H1.HeaderClassName
{
color: #A11501;
}
.AnyTagClassName
{
color: #A11501;
}
</style>
background-color css
<style>
a { background-color: #A11501; }
a { background-color: rgb(161,21,1); }
div.DivClassName
{
background-color: #A11501;
}
.BgClassName
{
background-color: #A11501;
}
</style>
border-color css
<style>
span { border-color: #A11501; }
span { border-color: rgb(161,21,1); }
td.TdClassName
{
border-color: #A11501;
}
.TagClassName
{
border-color: #A11501;
}
</style>