Shades of Dark Red #A11007
Tints of Dark Red #A11007
RGB
CMYK
RGB Variations
Color information
#A11007 (or 0xA11007) is known color: Dark Red. HEX triplet: A1, 10 and 07. RGB value is (161,16,7). Sum of RGB (Red+Green+Blue) = 161+16+7=184 (24% of max value = 765). Red value is 161 (63.28% from 255 or 87.5% from 184); Green value is 16 (6.64% from 255 or 8.70% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 161 - color contains mainly: red. Hex color #A11007 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11007 is #5EEFF8. Grayscale: #3A3A3A. Windows color (decimal): -6221817 or 463009. OLE color: 463009.
HSL color Cylindrical-coordinate representation of color #A11007: hue angle of 3.51º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A11007 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 7 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.37 |
| HSL | 3.51º | 0.92% | 0.33% | - |
| HSV(B) | 3.51º | 0.96% | 0.63% | - |
| XYZ | 14.92 | 7.96 | 0.95 | - |
| YUV | 58.33 | 99.04 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 7 | 0 | 0.90 | 0.96 | 0.37 | 3.51 | 0.92 | 0.33 |
| Hex | A1 | 10 | 7 | 0 | 5A | 60 | 25 | 4 | 5C | 21 |
| Octal | 241 | 20 | 7 | 0 | 132 | 140 | 45 | 4 | 134 | 41 |
| Binary | 10100001 | 10000 | 111 | 0 | 1011010 | 1100000 | 100101 | 100 | 1011100 | 100001 |
Color Harmonies of #A11007
Complementary color
Monochromatic Colors of #A11007
Black with #A11007
Text Example
Text Example
White with #A11007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11007; }
p { color: rgb(161,16,7); }
H1.HeaderClassName
{
color: #A11007;
}
.AnyTagClassName
{
color: #A11007;
}
</style>
background-color css
<style>
a { background-color: #A11007; }
a { background-color: rgb(161,16,7); }
div.DivClassName
{
background-color: #A11007;
}
.BgClassName
{
background-color: #A11007;
}
</style>
border-color css
<style>
span { border-color: #A11007; }
span { border-color: rgb(161,16,7); }
td.TdClassName
{
border-color: #A11007;
}
.TagClassName
{
border-color: #A11007;
}
</style>