Shades of Free Speech Red #A70700
Tints of Free Speech Red #A70700
RGB
CMYK
RGB Variations
Color information
#A70700 (or 0xA70700) is known color: Free Speech Red. HEX triplet: A7, 07 and 00. RGB value is (167,7,0). Sum of RGB (Red+Green+Blue) = 167+7+0=174 (23% of max value = 765). Red value is 167 (65.62% from 255 or 95.98% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 167 - color contains mainly: red. Hex color #A70700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70700 is #58F8FF. Grayscale: #363636. Windows color (decimal): -5830912 or 1959. OLE color: 1959.
HSL color Cylindrical-coordinate representation of color #A70700: hue angle of 2.51º 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 #A70700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.35 |
| HSL | 2.51º | 1% | 0.33% | - |
| HSV(B) | 2.51º | 1% | 0.65% | - |
| XYZ | 16.01 | 8.37 | 0.77 | - |
| YUV | 54.04 | 97.51 | 208.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 0 | 0 | 0.96 | 1 | 0.35 | 2.51 | 1 | 0.33 |
| Hex | A7 | 7 | 0 | 0 | 60 | 64 | 23 | 3 | 64 | 21 |
| Octal | 247 | 7 | 0 | 0 | 140 | 144 | 43 | 3 | 144 | 41 |
| Binary | 10100111 | 111 | 0 | 0 | 1100000 | 1100100 | 100011 | 11 | 1100100 | 100001 |
Color Harmonies of #A70700
Complementary color
Monochromatic Colors of #A70700
Black with #A70700
Text Example
Text Example
White with #A70700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70700; }
p { color: rgb(167,7,0); }
H1.HeaderClassName
{
color: #A70700;
}
.AnyTagClassName
{
color: #A70700;
}
</style>
background-color css
<style>
a { background-color: #A70700; }
a { background-color: rgb(167,7,0); }
div.DivClassName
{
background-color: #A70700;
}
.BgClassName
{
background-color: #A70700;
}
</style>
border-color css
<style>
span { border-color: #A70700; }
span { border-color: rgb(167,7,0); }
td.TdClassName
{
border-color: #A70700;
}
.TagClassName
{
border-color: #A70700;
}
</style>