Shades of Free Speech Red #A81400
Tints of Free Speech Red #A81400
RGB
CMYK
RGB Variations
Color information
#A81400 (or 0xA81400) is known color: Free Speech Red. HEX triplet: A8, 14 and 00. RGB value is (168,20,0). Sum of RGB (Red+Green+Blue) = 168+20+0=188 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.36% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 168 - color contains mainly: red. Hex color #A81400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81400 is #57EBFF. Grayscale: #3E3E3E. Windows color (decimal): -5762048 or 5288. OLE color: 5288.
HSL color Cylindrical-coordinate representation of color #A81400: hue angle of 7.14º 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 #A81400 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 20 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.34 |
| HSL | 7.14º | 1% | 0.33% | - |
| HSV(B) | 7.14º | 1% | 0.66% | - |
| XYZ | 16.4 | 8.83 | 0.84 | - |
| YUV | 61.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 20 | 0 | 0 | 0.88 | 1 | 0.34 | 7.14 | 1 | 0.33 |
| Hex | A8 | 14 | 0 | 0 | 58 | 64 | 22 | 7 | 64 | 21 |
| Octal | 250 | 24 | 0 | 0 | 130 | 144 | 42 | 7 | 144 | 41 |
| Binary | 10101000 | 10100 | 0 | 0 | 1011000 | 1100100 | 100010 | 111 | 1100100 | 100001 |
Color Harmonies of #A81400
Complementary color
Monochromatic Colors of #A81400
Black with #A81400
Text Example
Text Example
White with #A81400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81400; }
p { color: rgb(168,20,0); }
H1.HeaderClassName
{
color: #A81400;
}
.AnyTagClassName
{
color: #A81400;
}
</style>
background-color css
<style>
a { background-color: #A81400; }
a { background-color: rgb(168,20,0); }
div.DivClassName
{
background-color: #A81400;
}
.BgClassName
{
background-color: #A81400;
}
</style>
border-color css
<style>
span { border-color: #A81400; }
span { border-color: rgb(168,20,0); }
td.TdClassName
{
border-color: #A81400;
}
.TagClassName
{
border-color: #A81400;
}
</style>