Shades of Free Speech Red #A81304
Tints of Free Speech Red #A81304
RGB
CMYK
RGB Variations
Color information
#A81304 (or 0xA81304) is known color: Free Speech Red. HEX triplet: A8, 13 and 04. RGB value is (168,19,4). Sum of RGB (Red+Green+Blue) = 168+19+4=191 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.96% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 168 - color contains mainly: red. Hex color #A81304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81304 is #57ECFB. Grayscale: #3E3E3E. Windows color (decimal): -5762300 or 267176. OLE color: 267176.
HSL color Cylindrical-coordinate representation of color #A81304: hue angle of 5.49º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A81304 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 19 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.34 |
| HSL | 5.49º | 0.95% | 0.34% | - |
| HSV(B) | 5.49º | 0.98% | 0.66% | - |
| XYZ | 16.4 | 8.8 | 0.95 | - |
| YUV | 61.84 | 95.36 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 19 | 4 | 0 | 0.89 | 0.98 | 0.34 | 5.49 | 0.95 | 0.34 |
| Hex | A8 | 13 | 4 | 0 | 59 | 62 | 22 | 5 | 5F | 22 |
| Octal | 250 | 23 | 4 | 0 | 131 | 142 | 42 | 5 | 137 | 42 |
| Binary | 10101000 | 10011 | 100 | 0 | 1011001 | 1100010 | 100010 | 101 | 1011111 | 100010 |
Color Harmonies of #A81304
Complementary color
Monochromatic Colors of #A81304
Black with #A81304
Text Example
Text Example
White with #A81304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81304; }
p { color: rgb(168,19,4); }
H1.HeaderClassName
{
color: #A81304;
}
.AnyTagClassName
{
color: #A81304;
}
</style>
background-color css
<style>
a { background-color: #A81304; }
a { background-color: rgb(168,19,4); }
div.DivClassName
{
background-color: #A81304;
}
.BgClassName
{
background-color: #A81304;
}
</style>
border-color css
<style>
span { border-color: #A81304; }
span { border-color: rgb(168,19,4); }
td.TdClassName
{
border-color: #A81304;
}
.TagClassName
{
border-color: #A81304;
}
</style>