Shades of Free Speech Red #A91304
Tints of Free Speech Red #A91304
RGB
CMYK
RGB Variations
Color information
#A91304 (or 0xA91304) is known color: Free Speech Red. HEX triplet: A9, 13 and 04. RGB value is (169,19,4). Sum of RGB (Red+Green+Blue) = 169+19+4=192 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.02% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 169 - color contains mainly: red. Hex color #A91304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91304 is #56ECFB. Grayscale: #3E3E3E. Windows color (decimal): -5696764 or 267177. OLE color: 267177.
HSL color Cylindrical-coordinate representation of color #A91304: hue angle of 5.45º 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 #A91304 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 4 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.34 |
| HSL | 5.45º | 0.95% | 0.34% | - |
| HSV(B) | 5.45º | 0.98% | 0.66% | - |
| XYZ | 16.62 | 8.91 | 0.96 | - |
| YUV | 62.14 | 95.2 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 4 | 0 | 0.89 | 0.98 | 0.34 | 5.45 | 0.95 | 0.34 |
| Hex | A9 | 13 | 4 | 0 | 59 | 62 | 22 | 5 | 5F | 22 |
| Octal | 251 | 23 | 4 | 0 | 131 | 142 | 42 | 5 | 137 | 42 |
| Binary | 10101001 | 10011 | 100 | 0 | 1011001 | 1100010 | 100010 | 101 | 1011111 | 100010 |
Color Harmonies of #A91304
Complementary color
Monochromatic Colors of #A91304
Black with #A91304
Text Example
Text Example
White with #A91304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91304; }
p { color: rgb(169,19,4); }
H1.HeaderClassName
{
color: #A91304;
}
.AnyTagClassName
{
color: #A91304;
}
</style>
background-color css
<style>
a { background-color: #A91304; }
a { background-color: rgb(169,19,4); }
div.DivClassName
{
background-color: #A91304;
}
.BgClassName
{
background-color: #A91304;
}
</style>
border-color css
<style>
span { border-color: #A91304; }
span { border-color: rgb(169,19,4); }
td.TdClassName
{
border-color: #A91304;
}
.TagClassName
{
border-color: #A91304;
}
</style>