Shades of Free Speech Red #A80404
Tints of Free Speech Red #A80404
RGB
CMYK
RGB Variations
Color information
#A80404 (or 0xA80404) is known color: Free Speech Red. HEX triplet: A8, 04 and 04. RGB value is (168,4,4). Sum of RGB (Red+Green+Blue) = 168+4+4=176 (23% of max value = 765). Red value is 168 (66.02% from 255 or 95.45% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 4 (1.95% from 255 or 2.27% from 176); Max value from RGB is 168 - color contains mainly: red. Hex color #A80404 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80404 is #57FBFB. Grayscale: #353535. Windows color (decimal): -5766140 or 263336. OLE color: 263336.
HSL color Cylindrical-coordinate representation of color #A80404: hue angle of 0º 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 #A80404 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 4 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.34 |
| HSL | 0º | 0.95% | 0.34% | - |
| HSV(B) | 0º | 0.98% | 0.66% | - |
| XYZ | 16.21 | 8.42 | 0.89 | - |
| YUV | 53.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 4 | 4 | 0 | 0.98 | 0.98 | 0.34 | 0 | 0.95 | 0.34 |
| Hex | A8 | 4 | 4 | 0 | 62 | 62 | 22 | 0 | 5F | 22 |
| Octal | 250 | 4 | 4 | 0 | 142 | 142 | 42 | 0 | 137 | 42 |
| Binary | 10101000 | 100 | 100 | 0 | 1100010 | 1100010 | 100010 | 0 | 1011111 | 100010 |
Color Harmonies of #A80404
Complementary color
Monochromatic Colors of #A80404
Black with #A80404
Text Example
Text Example
White with #A80404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80404; }
p { color: rgb(168,4,4); }
H1.HeaderClassName
{
color: #A80404;
}
.AnyTagClassName
{
color: #A80404;
}
</style>
background-color css
<style>
a { background-color: #A80404; }
a { background-color: rgb(168,4,4); }
div.DivClassName
{
background-color: #A80404;
}
.BgClassName
{
background-color: #A80404;
}
</style>
border-color css
<style>
span { border-color: #A80404; }
span { border-color: rgb(168,4,4); }
td.TdClassName
{
border-color: #A80404;
}
.TagClassName
{
border-color: #A80404;
}
</style>