Shades of Free Speech Red #A81900
Tints of Free Speech Red #A81900
RGB
CMYK
RGB Variations
Color information
#A81900 (or 0xA81900) is known color: Free Speech Red. HEX triplet: A8, 19 and 00. RGB value is (168,25,0). Sum of RGB (Red+Green+Blue) = 168+25+0=193 (25% of max value = 765). Red value is 168 (66.02% from 255 or 87.05% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 168 - color contains mainly: red. Hex color #A81900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81900 is #57E6FF. Grayscale: #414141. Windows color (decimal): -5760768 or 6568. OLE color: 6568.
HSL color Cylindrical-coordinate representation of color #A81900: hue angle of 8.93º 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 #A81900 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 25 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.34 |
| HSL | 8.93º | 1% | 0.33% | - |
| HSV(B) | 8.93º | 1% | 0.66% | - |
| XYZ | 16.5 | 9.02 | 0.87 | - |
| YUV | 64.91 | 91.38 | 201.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 0 | 0 | 0.85 | 1 | 0.34 | 8.93 | 1 | 0.33 |
| Hex | A8 | 19 | 0 | 0 | 55 | 64 | 22 | 9 | 64 | 21 |
| Octal | 250 | 31 | 0 | 0 | 125 | 144 | 42 | 11 | 144 | 41 |
| Binary | 10101000 | 11001 | 0 | 0 | 1010101 | 1100100 | 100010 | 1001 | 1100100 | 100001 |
Color Harmonies of #A81900
Complementary color
Monochromatic Colors of #A81900
Black with #A81900
Text Example
Text Example
White with #A81900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81900; }
p { color: rgb(168,25,0); }
H1.HeaderClassName
{
color: #A81900;
}
.AnyTagClassName
{
color: #A81900;
}
</style>
background-color css
<style>
a { background-color: #A81900; }
a { background-color: rgb(168,25,0); }
div.DivClassName
{
background-color: #A81900;
}
.BgClassName
{
background-color: #A81900;
}
</style>
border-color css
<style>
span { border-color: #A81900; }
span { border-color: rgb(168,25,0); }
td.TdClassName
{
border-color: #A81900;
}
.TagClassName
{
border-color: #A81900;
}
</style>