Shades of Free Speech Red #A70701
Tints of Free Speech Red #A70701
RGB
CMYK
RGB Variations
Color information
#A70701 (or 0xA70701) is known color: Free Speech Red. HEX triplet: A7, 07 and 01. RGB value is (167,7,1). Sum of RGB (Red+Green+Blue) = 167+7+1=175 (23% of max value = 765). Red value is 167 (65.62% from 255 or 95.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 167 - color contains mainly: red. Hex color #A70701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70701 is #58F8FE. Grayscale: #363636. Windows color (decimal): -5830911 or 67495. OLE color: 67495.
HSL color Cylindrical-coordinate representation of color #A70701: hue angle of 2.17º 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 #A70701 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.35 |
| HSL | 2.17º | 0.99% | 0.33% | - |
| HSV(B) | 2.17º | 0.99% | 0.65% | - |
| XYZ | 16.02 | 8.37 | 0.8 | - |
| YUV | 54.16 | 98.01 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 1 | 0 | 0.96 | 0.99 | 0.35 | 2.17 | 0.99 | 0.33 |
| Hex | A7 | 7 | 1 | 0 | 60 | 63 | 23 | 2 | 63 | 21 |
| Octal | 247 | 7 | 1 | 0 | 140 | 143 | 43 | 2 | 143 | 41 |
| Binary | 10100111 | 111 | 1 | 0 | 1100000 | 1100011 | 100011 | 10 | 1100011 | 100001 |
Color Harmonies of #A70701
Complementary color
Monochromatic Colors of #A70701
Black with #A70701
Text Example
Text Example
White with #A70701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70701; }
p { color: rgb(167,7,1); }
H1.HeaderClassName
{
color: #A70701;
}
.AnyTagClassName
{
color: #A70701;
}
</style>
background-color css
<style>
a { background-color: #A70701; }
a { background-color: rgb(167,7,1); }
div.DivClassName
{
background-color: #A70701;
}
.BgClassName
{
background-color: #A70701;
}
</style>
border-color css
<style>
span { border-color: #A70701; }
span { border-color: rgb(167,7,1); }
td.TdClassName
{
border-color: #A70701;
}
.TagClassName
{
border-color: #A70701;
}
</style>