Shades of Free Speech Red #AA1107
Tints of Free Speech Red #AA1107
RGB
CMYK
RGB Variations
Color information
#AA1107 (or 0xAA1107) is known color: Free Speech Red. HEX triplet: AA, 11 and 07. RGB value is (170,17,7). Sum of RGB (Red+Green+Blue) = 170+17+7=194 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.63% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1107 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1107 is #55EEF8. Grayscale: #3D3D3D. Windows color (decimal): -5631737 or 463274. OLE color: 463274.
HSL color Cylindrical-coordinate representation of color #AA1107: hue angle of 3.68º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA1107 is Cyan = 0, Magento = 0.9, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 17 | 7 | - |
| CMYK | 0 | 0.9 | 0.96 | 0.33 |
| HSL | 3.68º | 0.92% | 0.35% | - |
| HSV(B) | 3.68º | 0.96% | 0.67% | - |
| XYZ | 16.82 | 8.96 | 1.04 | - |
| YUV | 61.61 | 97.19 | 205.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 17 | 7 | 0 | 0.9 | 0.96 | 0.33 | 3.68 | 0.92 | 0.35 |
| Hex | AA | 11 | 7 | 0 | 5A | 60 | 21 | 4 | 5C | 23 |
| Octal | 252 | 21 | 7 | 0 | 132 | 140 | 41 | 4 | 134 | 43 |
| Binary | 10101010 | 10001 | 111 | 0 | 1011010 | 1100000 | 100001 | 100 | 1011100 | 100011 |
Color Harmonies of #AA1107
Complementary color
Monochromatic Colors of #AA1107
Black with #AA1107
Text Example
Text Example
White with #AA1107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1107; }
p { color: rgb(170,17,7); }
H1.HeaderClassName
{
color: #AA1107;
}
.AnyTagClassName
{
color: #AA1107;
}
</style>
background-color css
<style>
a { background-color: #AA1107; }
a { background-color: rgb(170,17,7); }
div.DivClassName
{
background-color: #AA1107;
}
.BgClassName
{
background-color: #AA1107;
}
</style>
border-color css
<style>
span { border-color: #AA1107; }
span { border-color: rgb(170,17,7); }
td.TdClassName
{
border-color: #AA1107;
}
.TagClassName
{
border-color: #AA1107;
}
</style>