Shades of Dark Red #A11207
Tints of Dark Red #A11207
RGB
CMYK
RGB Variations
Color information
#A11207 (or 0xA11207) is known color: Dark Red. HEX triplet: A1, 12 and 07. RGB value is (161,18,7). Sum of RGB (Red+Green+Blue) = 161+18+7=186 (24% of max value = 765). Red value is 161 (63.28% from 255 or 86.56% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 161 - color contains mainly: red. Hex color #A11207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11207 is #5EEDF8. Grayscale: #3B3B3B. Windows color (decimal): -6221305 or 463521. OLE color: 463521.
HSL color Cylindrical-coordinate representation of color #A11207: hue angle of 4.29º 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 #A11207 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 7 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.37 |
| HSL | 4.29º | 0.92% | 0.33% | - |
| HSV(B) | 4.29º | 0.96% | 0.63% | - |
| XYZ | 14.95 | 8.03 | 0.96 | - |
| YUV | 59.5 | 98.38 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 7 | 0 | 0.89 | 0.96 | 0.37 | 4.29 | 0.92 | 0.33 |
| Hex | A1 | 12 | 7 | 0 | 59 | 60 | 25 | 4 | 5C | 21 |
| Octal | 241 | 22 | 7 | 0 | 131 | 140 | 45 | 4 | 134 | 41 |
| Binary | 10100001 | 10010 | 111 | 0 | 1011001 | 1100000 | 100101 | 100 | 1011100 | 100001 |
Color Harmonies of #A11207
Complementary color
Monochromatic Colors of #A11207
Black with #A11207
Text Example
Text Example
White with #A11207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11207; }
p { color: rgb(161,18,7); }
H1.HeaderClassName
{
color: #A11207;
}
.AnyTagClassName
{
color: #A11207;
}
</style>
background-color css
<style>
a { background-color: #A11207; }
a { background-color: rgb(161,18,7); }
div.DivClassName
{
background-color: #A11207;
}
.BgClassName
{
background-color: #A11207;
}
</style>
border-color css
<style>
span { border-color: #A11207; }
span { border-color: rgb(161,18,7); }
td.TdClassName
{
border-color: #A11207;
}
.TagClassName
{
border-color: #A11207;
}
</style>