Shades of Free Speech Red #A81701
Tints of Free Speech Red #A81701
RGB
CMYK
RGB Variations
Color information
#A81701 (or 0xA81701) is known color: Free Speech Red. HEX triplet: A8, 17 and 01. RGB value is (168,23,1). Sum of RGB (Red+Green+Blue) = 168+23+1=192 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.5% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 1 (0.78% from 255 or 0.52% from 192); Max value from RGB is 168 - color contains mainly: red. Hex color #A81701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81701 is #57E8FE. Grayscale: #404040. Windows color (decimal): -5761279 or 71592. OLE color: 71592.
HSL color Cylindrical-coordinate representation of color #A81701: hue angle of 7.9º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A81701 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.34 |
| HSL | 7.9º | 0.99% | 0.33% | - |
| HSV(B) | 7.9º | 0.99% | 0.66% | - |
| XYZ | 16.46 | 8.94 | 0.89 | - |
| YUV | 63.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 1 | 0 | 0.86 | 0.99 | 0.34 | 7.9 | 0.99 | 0.33 |
| Hex | A8 | 17 | 1 | 0 | 56 | 63 | 22 | 8 | 63 | 21 |
| Octal | 250 | 27 | 1 | 0 | 126 | 143 | 42 | 10 | 143 | 41 |
| Binary | 10101000 | 10111 | 1 | 0 | 1010110 | 1100011 | 100010 | 1000 | 1100011 | 100001 |
Color Harmonies of #A81701
Complementary color
Monochromatic Colors of #A81701
Black with #A81701
Text Example
Text Example
White with #A81701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81701; }
p { color: rgb(168,23,1); }
H1.HeaderClassName
{
color: #A81701;
}
.AnyTagClassName
{
color: #A81701;
}
</style>
background-color css
<style>
a { background-color: #A81701; }
a { background-color: rgb(168,23,1); }
div.DivClassName
{
background-color: #A81701;
}
.BgClassName
{
background-color: #A81701;
}
</style>
border-color css
<style>
span { border-color: #A81701; }
span { border-color: rgb(168,23,1); }
td.TdClassName
{
border-color: #A81701;
}
.TagClassName
{
border-color: #A81701;
}
</style>