Shades of Free Speech Red #AA1405
Tints of Free Speech Red #AA1405
RGB
CMYK
RGB Variations
Color information
#AA1405 (or 0xAA1405) is known color: Free Speech Red. HEX triplet: AA, 14 and 05. RGB value is (170,20,5). Sum of RGB (Red+Green+Blue) = 170+20+5=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1405 is #55EBFA. Grayscale: #3F3F3F. Windows color (decimal): -5630971 or 332970. OLE color: 332970.
HSL color Cylindrical-coordinate representation of color #AA1405: hue angle of 5.45º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA1405 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 20 | 5 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.33 |
| HSL | 5.45º | 0.94% | 0.34% | - |
| HSV(B) | 5.45º | 0.97% | 0.67% | - |
| XYZ | 16.86 | 9.06 | 1 | - |
| YUV | 63.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 20 | 5 | 0 | 0.88 | 0.97 | 0.33 | 5.45 | 0.94 | 0.34 |
| Hex | AA | 14 | 5 | 0 | 58 | 61 | 21 | 5 | 5E | 22 |
| Octal | 252 | 24 | 5 | 0 | 130 | 141 | 41 | 5 | 136 | 42 |
| Binary | 10101010 | 10100 | 101 | 0 | 1011000 | 1100001 | 100001 | 101 | 1011110 | 100010 |
Color Harmonies of #AA1405
Complementary color
Monochromatic Colors of #AA1405
Black with #AA1405
Text Example
Text Example
White with #AA1405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1405; }
p { color: rgb(170,20,5); }
H1.HeaderClassName
{
color: #AA1405;
}
.AnyTagClassName
{
color: #AA1405;
}
</style>
background-color css
<style>
a { background-color: #AA1405; }
a { background-color: rgb(170,20,5); }
div.DivClassName
{
background-color: #AA1405;
}
.BgClassName
{
background-color: #AA1405;
}
</style>
border-color css
<style>
span { border-color: #AA1405; }
span { border-color: rgb(170,20,5); }
td.TdClassName
{
border-color: #AA1405;
}
.TagClassName
{
border-color: #AA1405;
}
</style>