Shades of Dark Red #A11D01
Tints of Dark Red #A11D01
RGB
CMYK
RGB Variations
Color information
#A11D01 (or 0xA11D01) is known color: Dark Red. HEX triplet: A1, 1D and 01. RGB value is (161,29,1). Sum of RGB (Red+Green+Blue) = 161+29+1=191 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.29% from 191); Green value is 29 (11.72% from 255 or 15.18% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D01 is #5EE2FE. Grayscale: #414141. Windows color (decimal): -6218495 or 73121. OLE color: 73121.
HSL color Cylindrical-coordinate representation of color #A11D01: hue angle of 10.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 #A11D01 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.37 |
| HSL | 10.5º | 0.99% | 0.32% | - |
| HSV(B) | 10.5º | 0.99% | 0.63% | - |
| XYZ | 15.14 | 8.46 | 0.86 | - |
| YUV | 65.28 | 91.73 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 1 | 0 | 0.82 | 0.99 | 0.37 | 10.5 | 0.99 | 0.32 |
| Hex | A1 | 1D | 1 | 0 | 52 | 63 | 25 | A | 63 | 20 |
| Octal | 241 | 35 | 1 | 0 | 122 | 143 | 45 | 12 | 143 | 40 |
| Binary | 10100001 | 11101 | 1 | 0 | 1010010 | 1100011 | 100101 | 1010 | 1100011 | 100000 |
Color Harmonies of #A11D01
Complementary color
Monochromatic Colors of #A11D01
Black with #A11D01
Text Example
Text Example
White with #A11D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D01; }
p { color: rgb(161,29,1); }
H1.HeaderClassName
{
color: #A11D01;
}
.AnyTagClassName
{
color: #A11D01;
}
</style>
background-color css
<style>
a { background-color: #A11D01; }
a { background-color: rgb(161,29,1); }
div.DivClassName
{
background-color: #A11D01;
}
.BgClassName
{
background-color: #A11D01;
}
</style>
border-color css
<style>
span { border-color: #A11D01; }
span { border-color: rgb(161,29,1); }
td.TdClassName
{
border-color: #A11D01;
}
.TagClassName
{
border-color: #A11D01;
}
</style>