Shades of Free Speech Red #A81700
Tints of Free Speech Red #A81700
RGB
CMYK
RGB Variations
Color information
#A81700 (or 0xA81700) is known color: Free Speech Red. HEX triplet: A8, 17 and 00. RGB value is (168,23,0). Sum of RGB (Red+Green+Blue) = 168+23+0=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A81700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81700 is #57E8FF. Grayscale: #3F3F3F. Windows color (decimal): -5761280 or 6056. OLE color: 6056.
HSL color Cylindrical-coordinate representation of color #A81700: hue angle of 8.21º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A81700 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 23 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.34 |
| HSL | 8.21º | 1% | 0.33% | - |
| HSV(B) | 8.21º | 1% | 0.66% | - |
| XYZ | 16.45 | 8.94 | 0.86 | - |
| YUV | 63.73 | 92.04 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 0 | 0 | 0.86 | 1 | 0.34 | 8.21 | 1 | 0.33 |
| Hex | A8 | 17 | 0 | 0 | 56 | 64 | 22 | 8 | 64 | 21 |
| Octal | 250 | 27 | 0 | 0 | 126 | 144 | 42 | 10 | 144 | 41 |
| Binary | 10101000 | 10111 | 0 | 0 | 1010110 | 1100100 | 100010 | 1000 | 1100100 | 100001 |
Color Harmonies of #A81700
Complementary color
Monochromatic Colors of #A81700
Black with #A81700
Text Example
Text Example
White with #A81700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81700; }
p { color: rgb(168,23,0); }
H1.HeaderClassName
{
color: #A81700;
}
.AnyTagClassName
{
color: #A81700;
}
</style>
background-color css
<style>
a { background-color: #A81700; }
a { background-color: rgb(168,23,0); }
div.DivClassName
{
background-color: #A81700;
}
.BgClassName
{
background-color: #A81700;
}
</style>
border-color css
<style>
span { border-color: #A81700; }
span { border-color: rgb(168,23,0); }
td.TdClassName
{
border-color: #A81700;
}
.TagClassName
{
border-color: #A81700;
}
</style>