Shades of Dark Red #A11400
Tints of Dark Red #A11400
RGB
CMYK
RGB Variations
Color information
#A11400 (or 0xA11400) is known color: Dark Red. HEX triplet: A1, 14 and 00. RGB value is (161,20,0). Sum of RGB (Red+Green+Blue) = 161+20+0=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A11400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11400 is #5EEBFF. Grayscale: #3C3C3C. Windows color (decimal): -6220800 or 5281. OLE color: 5281.
HSL color Cylindrical-coordinate representation of color #A11400: hue angle of 7.45º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A11400 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.37 |
| HSL | 7.45º | 1% | 0.32% | - |
| HSV(B) | 7.45º | 1% | 0.63% | - |
| XYZ | 14.95 | 8.08 | 0.77 | - |
| YUV | 59.88 | 94.21 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 0 | 0 | 0.88 | 1 | 0.37 | 7.45 | 1 | 0.32 |
| Hex | A1 | 14 | 0 | 0 | 58 | 64 | 25 | 7 | 64 | 20 |
| Octal | 241 | 24 | 0 | 0 | 130 | 144 | 45 | 7 | 144 | 40 |
| Binary | 10100001 | 10100 | 0 | 0 | 1011000 | 1100100 | 100101 | 111 | 1100100 | 100000 |
Color Harmonies of #A11400
Complementary color
Monochromatic Colors of #A11400
Black with #A11400
Text Example
Text Example
White with #A11400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11400; }
p { color: rgb(161,20,0); }
H1.HeaderClassName
{
color: #A11400;
}
.AnyTagClassName
{
color: #A11400;
}
</style>
background-color css
<style>
a { background-color: #A11400; }
a { background-color: rgb(161,20,0); }
div.DivClassName
{
background-color: #A11400;
}
.BgClassName
{
background-color: #A11400;
}
</style>
border-color css
<style>
span { border-color: #A11400; }
span { border-color: rgb(161,20,0); }
td.TdClassName
{
border-color: #A11400;
}
.TagClassName
{
border-color: #A11400;
}
</style>