Shades of Free Speech Red #A71201
Tints of Free Speech Red #A71201
RGB
CMYK
RGB Variations
Color information
#A71201 (or 0xA71201) is known color: Free Speech Red. HEX triplet: A7, 12 and 01. RGB value is (167,18,1). Sum of RGB (Red+Green+Blue) = 167+18+1=186 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.78% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 167 - color contains mainly: red. Hex color #A71201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71201 is #58EDFE. Grayscale: #3C3C3C. Windows color (decimal): -5828095 or 70311. OLE color: 70311.
HSL color Cylindrical-coordinate representation of color #A71201: hue angle of 6.14º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A71201 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 18 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.35 |
| HSL | 6.14º | 0.99% | 0.33% | - |
| HSV(B) | 6.14º | 0.99% | 0.65% | - |
| XYZ | 16.16 | 8.65 | 0.85 | - |
| YUV | 60.61 | 94.36 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 18 | 1 | 0 | 0.89 | 0.99 | 0.35 | 6.14 | 0.99 | 0.33 |
| Hex | A7 | 12 | 1 | 0 | 59 | 63 | 23 | 6 | 63 | 21 |
| Octal | 247 | 22 | 1 | 0 | 131 | 143 | 43 | 6 | 143 | 41 |
| Binary | 10100111 | 10010 | 1 | 0 | 1011001 | 1100011 | 100011 | 110 | 1100011 | 100001 |
Color Harmonies of #A71201
Complementary color
Monochromatic Colors of #A71201
Black with #A71201
Text Example
Text Example
White with #A71201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71201; }
p { color: rgb(167,18,1); }
H1.HeaderClassName
{
color: #A71201;
}
.AnyTagClassName
{
color: #A71201;
}
</style>
background-color css
<style>
a { background-color: #A71201; }
a { background-color: rgb(167,18,1); }
div.DivClassName
{
background-color: #A71201;
}
.BgClassName
{
background-color: #A71201;
}
</style>
border-color css
<style>
span { border-color: #A71201; }
span { border-color: rgb(167,18,1); }
td.TdClassName
{
border-color: #A71201;
}
.TagClassName
{
border-color: #A71201;
}
</style>