Shades of Free Speech Red #A71A00
Tints of Free Speech Red #A71A00
RGB
CMYK
RGB Variations
Color information
#A71A00 (or 0xA71A00) is known color: Free Speech Red. HEX triplet: A7, 1A and 00. RGB value is (167,26,0). Sum of RGB (Red+Green+Blue) = 167+26+0=193 (25% of max value = 765). Red value is 167 (65.62% from 255 or 86.53% from 193); Green value is 26 (10.55% from 255 or 13.47% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 167 - color contains mainly: red. Hex color #A71A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A71A00 is #58E5FF. Grayscale: #414141. Windows color (decimal): -5826048 or 6823. OLE color: 6823.
HSL color Cylindrical-coordinate representation of color #A71A00: hue angle of 9.34º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A71A00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 26 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.35 |
| HSL | 9.34º | 1% | 0.33% | - |
| HSV(B) | 9.34º | 1% | 0.65% | - |
| XYZ | 16.31 | 8.95 | 0.87 | - |
| YUV | 65.2 | 91.21 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 26 | 0 | 0 | 0.84 | 1 | 0.35 | 9.34 | 1 | 0.33 |
| Hex | A7 | 1A | 0 | 0 | 54 | 64 | 23 | 9 | 64 | 21 |
| Octal | 247 | 32 | 0 | 0 | 124 | 144 | 43 | 11 | 144 | 41 |
| Binary | 10100111 | 11010 | 0 | 0 | 1010100 | 1100100 | 100011 | 1001 | 1100100 | 100001 |
Color Harmonies of #A71A00
Complementary color
Monochromatic Colors of #A71A00
Black with #A71A00
Text Example
Text Example
White with #A71A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71A00; }
p { color: rgb(167,26,0); }
H1.HeaderClassName
{
color: #A71A00;
}
.AnyTagClassName
{
color: #A71A00;
}
</style>
background-color css
<style>
a { background-color: #A71A00; }
a { background-color: rgb(167,26,0); }
div.DivClassName
{
background-color: #A71A00;
}
.BgClassName
{
background-color: #A71A00;
}
</style>
border-color css
<style>
span { border-color: #A71A00; }
span { border-color: rgb(167,26,0); }
td.TdClassName
{
border-color: #A71A00;
}
.TagClassName
{
border-color: #A71A00;
}
</style>