Shades of Free Speech Red #A81209
Tints of Free Speech Red #A81209
RGB
CMYK
RGB Variations
Color information
#A81209 (or 0xA81209) is known color: Free Speech Red. HEX triplet: A8, 12 and 09. RGB value is (168,18,9). Sum of RGB (Red+Green+Blue) = 168+18+9=195 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.15% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 168 - color contains mainly: red. Hex color #A81209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81209 is #57EDF6. Grayscale: #3E3E3E. Windows color (decimal): -5762551 or 594600. OLE color: 594600.
HSL color Cylindrical-coordinate representation of color #A81209: hue angle of 3.4º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A81209 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 18 | 9 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.34 |
| HSL | 3.4º | 0.9% | 0.35% | - |
| HSV(B) | 3.4º | 0.95% | 0.66% | - |
| XYZ | 16.41 | 8.78 | 1.09 | - |
| YUV | 61.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 9 | 0 | 0.89 | 0.95 | 0.34 | 3.4 | 0.9 | 0.35 |
| Hex | A8 | 12 | 9 | 0 | 59 | 5F | 22 | 3 | 5A | 23 |
| Octal | 250 | 22 | 11 | 0 | 131 | 137 | 42 | 3 | 132 | 43 |
| Binary | 10101000 | 10010 | 1001 | 0 | 1011001 | 1011111 | 100010 | 11 | 1011010 | 100011 |
Color Harmonies of #A81209
Complementary color
Monochromatic Colors of #A81209
Black with #A81209
Text Example
Text Example
White with #A81209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81209; }
p { color: rgb(168,18,9); }
H1.HeaderClassName
{
color: #A81209;
}
.AnyTagClassName
{
color: #A81209;
}
</style>
background-color css
<style>
a { background-color: #A81209; }
a { background-color: rgb(168,18,9); }
div.DivClassName
{
background-color: #A81209;
}
.BgClassName
{
background-color: #A81209;
}
</style>
border-color css
<style>
span { border-color: #A81209; }
span { border-color: rgb(168,18,9); }
td.TdClassName
{
border-color: #A81209;
}
.TagClassName
{
border-color: #A81209;
}
</style>