Shades of Free Speech Red #A71300
Tints of Free Speech Red #A71300
RGB
CMYK
RGB Variations
Color information
#A71300 (or 0xA71300) is known color: Free Speech Red. HEX triplet: A7, 13 and 00. RGB value is (167,19,0). Sum of RGB (Red+Green+Blue) = 167+19+0=186 (24% of max value = 765). Red value is 167 (65.62% from 255 or 89.78% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 167 - color contains mainly: red. Hex color #A71300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A71300 is #58ECFF. Grayscale: #3D3D3D. Windows color (decimal): -5827840 or 5031. OLE color: 5031.
HSL color Cylindrical-coordinate representation of color #A71300: hue angle of 6.83º 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 #A71300 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 19 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.35 |
| HSL | 6.83º | 1% | 0.33% | - |
| HSV(B) | 6.83º | 1% | 0.65% | - |
| XYZ | 16.17 | 8.68 | 0.82 | - |
| YUV | 61.09 | 93.53 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 19 | 0 | 0 | 0.89 | 1 | 0.35 | 6.83 | 1 | 0.33 |
| Hex | A7 | 13 | 0 | 0 | 59 | 64 | 23 | 7 | 64 | 21 |
| Octal | 247 | 23 | 0 | 0 | 131 | 144 | 43 | 7 | 144 | 41 |
| Binary | 10100111 | 10011 | 0 | 0 | 1011001 | 1100100 | 100011 | 111 | 1100100 | 100001 |
Color Harmonies of #A71300
Complementary color
Monochromatic Colors of #A71300
Black with #A71300
Text Example
Text Example
White with #A71300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71300; }
p { color: rgb(167,19,0); }
H1.HeaderClassName
{
color: #A71300;
}
.AnyTagClassName
{
color: #A71300;
}
</style>
background-color css
<style>
a { background-color: #A71300; }
a { background-color: rgb(167,19,0); }
div.DivClassName
{
background-color: #A71300;
}
.BgClassName
{
background-color: #A71300;
}
</style>
border-color css
<style>
span { border-color: #A71300; }
span { border-color: rgb(167,19,0); }
td.TdClassName
{
border-color: #A71300;
}
.TagClassName
{
border-color: #A71300;
}
</style>