Shades of Free Speech Red #AA1703
Tints of Free Speech Red #AA1703
RGB
CMYK
RGB Variations
Color information
#AA1703 (or 0xAA1703) is known color: Free Speech Red. HEX triplet: AA, 17 and 03. RGB value is (170,23,3). Sum of RGB (Red+Green+Blue) = 170+23+3=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 3 (1.56% from 255 or 1.53% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1703 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1703 is #55E8FC. Grayscale: #404040. Windows color (decimal): -5630205 or 202666. OLE color: 202666.
HSL color Cylindrical-coordinate representation of color #AA1703: hue angle of 7.19º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA1703 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.33 |
| HSL | 7.19º | 0.97% | 0.34% | - |
| HSV(B) | 7.19º | 0.98% | 0.67% | - |
| XYZ | 16.9 | 9.17 | 0.96 | - |
| YUV | 64.67 | 93.2 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 3 | 0 | 0.86 | 0.98 | 0.33 | 7.19 | 0.97 | 0.34 |
| Hex | AA | 17 | 3 | 0 | 56 | 62 | 21 | 7 | 61 | 22 |
| Octal | 252 | 27 | 3 | 0 | 126 | 142 | 41 | 7 | 141 | 42 |
| Binary | 10101010 | 10111 | 11 | 0 | 1010110 | 1100010 | 100001 | 111 | 1100001 | 100010 |
Color Harmonies of #AA1703
Complementary color
Monochromatic Colors of #AA1703
Black with #AA1703
Text Example
Text Example
White with #AA1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1703; }
p { color: rgb(170,23,3); }
H1.HeaderClassName
{
color: #AA1703;
}
.AnyTagClassName
{
color: #AA1703;
}
</style>
background-color css
<style>
a { background-color: #AA1703; }
a { background-color: rgb(170,23,3); }
div.DivClassName
{
background-color: #AA1703;
}
.BgClassName
{
background-color: #AA1703;
}
</style>
border-color css
<style>
span { border-color: #AA1703; }
span { border-color: rgb(170,23,3); }
td.TdClassName
{
border-color: #AA1703;
}
.TagClassName
{
border-color: #AA1703;
}
</style>