Shades of Free Speech Red #A71501
Tints of Free Speech Red #A71501
RGB
CMYK
RGB Variations
Color information
#A71501 (or 0xA71501) is known color: Free Speech Red. HEX triplet: A7, 15 and 01. RGB value is (167,21,1). Sum of RGB (Red+Green+Blue) = 167+21+1=189 (25% of max value = 765). Red value is 167 (65.62% from 255 or 88.36% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 167 - color contains mainly: red. Hex color #A71501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71501 is #58EAFE. Grayscale: #3E3E3E. Windows color (decimal): -5827327 or 71079. OLE color: 71079.
HSL color Cylindrical-coordinate representation of color #A71501: hue angle of 7.23º 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 #A71501 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 21 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.35 |
| HSL | 7.23º | 0.99% | 0.33% | - |
| HSV(B) | 7.23º | 0.99% | 0.65% | - |
| XYZ | 16.21 | 8.75 | 0.86 | - |
| YUV | 62.37 | 93.37 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 21 | 1 | 0 | 0.87 | 0.99 | 0.35 | 7.23 | 0.99 | 0.33 |
| Hex | A7 | 15 | 1 | 0 | 57 | 63 | 23 | 7 | 63 | 21 |
| Octal | 247 | 25 | 1 | 0 | 127 | 143 | 43 | 7 | 143 | 41 |
| Binary | 10100111 | 10101 | 1 | 0 | 1010111 | 1100011 | 100011 | 111 | 1100011 | 100001 |
Color Harmonies of #A71501
Complementary color
Monochromatic Colors of #A71501
Black with #A71501
Text Example
Text Example
White with #A71501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71501; }
p { color: rgb(167,21,1); }
H1.HeaderClassName
{
color: #A71501;
}
.AnyTagClassName
{
color: #A71501;
}
</style>
background-color css
<style>
a { background-color: #A71501; }
a { background-color: rgb(167,21,1); }
div.DivClassName
{
background-color: #A71501;
}
.BgClassName
{
background-color: #A71501;
}
</style>
border-color css
<style>
span { border-color: #A71501; }
span { border-color: rgb(167,21,1); }
td.TdClassName
{
border-color: #A71501;
}
.TagClassName
{
border-color: #A71501;
}
</style>