Shades of Free Speech Red #A71505
Tints of Free Speech Red #A71505
RGB
CMYK
RGB Variations
Color information
#A71505 (or 0xA71505) is known color: Free Speech Red. HEX triplet: A7, 15 and 05. RGB value is (167,21,5). Sum of RGB (Red+Green+Blue) = 167+21+5=193 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.53% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 167 - color contains mainly: red. Hex color #A71505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71505 is #58EAFA. Grayscale: #3F3F3F. Windows color (decimal): -5827323 or 333223. OLE color: 333223.
HSL color Cylindrical-coordinate representation of color #A71505: hue angle of 5.93º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A71505 is Cyan = 0, Magento = 0.87, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 21 | 5 | - |
| CMYK | 0 | 0.87 | 0.97 | 0.35 |
| HSL | 5.93º | 0.94% | 0.34% | - |
| HSV(B) | 5.93º | 0.97% | 0.65% | - |
| XYZ | 16.23 | 8.76 | 0.98 | - |
| YUV | 62.83 | 95.37 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 21 | 5 | 0 | 0.87 | 0.97 | 0.35 | 5.93 | 0.94 | 0.34 |
| Hex | A7 | 15 | 5 | 0 | 57 | 61 | 23 | 6 | 5E | 22 |
| Octal | 247 | 25 | 5 | 0 | 127 | 141 | 43 | 6 | 136 | 42 |
| Binary | 10100111 | 10101 | 101 | 0 | 1010111 | 1100001 | 100011 | 110 | 1011110 | 100010 |
Color Harmonies of #A71505
Complementary color
Monochromatic Colors of #A71505
Black with #A71505
Text Example
Text Example
White with #A71505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71505; }
p { color: rgb(167,21,5); }
H1.HeaderClassName
{
color: #A71505;
}
.AnyTagClassName
{
color: #A71505;
}
</style>
background-color css
<style>
a { background-color: #A71505; }
a { background-color: rgb(167,21,5); }
div.DivClassName
{
background-color: #A71505;
}
.BgClassName
{
background-color: #A71505;
}
</style>
border-color css
<style>
span { border-color: #A71505; }
span { border-color: rgb(167,21,5); }
td.TdClassName
{
border-color: #A71505;
}
.TagClassName
{
border-color: #A71505;
}
</style>