Shades of Free Speech Red #AA1901
Tints of Free Speech Red #AA1901
RGB
CMYK
RGB Variations
Color information
#AA1901 (or 0xAA1901) is known color: Free Speech Red. HEX triplet: AA, 19 and 01. RGB value is (170,25,1). Sum of RGB (Red+Green+Blue) = 170+25+1=196 (25% of max value = 765). Red value is 170 (66.80% from 255 or 86.73% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1901 is #55E6FE. Grayscale: #414141. Windows color (decimal): -5629695 or 72106. OLE color: 72106.
HSL color Cylindrical-coordinate representation of color #AA1901: hue angle of 8.52º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA1901 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 25 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.33 |
| HSL | 8.52º | 0.99% | 0.34% | - |
| HSV(B) | 8.52º | 0.99% | 0.67% | - |
| XYZ | 16.93 | 9.24 | 0.92 | - |
| YUV | 65.62 | 91.54 | 202.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 25 | 1 | 0 | 0.85 | 0.99 | 0.33 | 8.52 | 0.99 | 0.34 |
| Hex | AA | 19 | 1 | 0 | 55 | 63 | 21 | 9 | 63 | 22 |
| Octal | 252 | 31 | 1 | 0 | 125 | 143 | 41 | 11 | 143 | 42 |
| Binary | 10101010 | 11001 | 1 | 0 | 1010101 | 1100011 | 100001 | 1001 | 1100011 | 100010 |
Color Harmonies of #AA1901
Complementary color
Monochromatic Colors of #AA1901
Black with #AA1901
Text Example
Text Example
White with #AA1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1901; }
p { color: rgb(170,25,1); }
H1.HeaderClassName
{
color: #AA1901;
}
.AnyTagClassName
{
color: #AA1901;
}
</style>
background-color css
<style>
a { background-color: #AA1901; }
a { background-color: rgb(170,25,1); }
div.DivClassName
{
background-color: #AA1901;
}
.BgClassName
{
background-color: #AA1901;
}
</style>
border-color css
<style>
span { border-color: #AA1901; }
span { border-color: rgb(170,25,1); }
td.TdClassName
{
border-color: #AA1901;
}
.TagClassName
{
border-color: #AA1901;
}
</style>