Shades of Free Speech Red #A91101
Tints of Free Speech Red #A91101
RGB
CMYK
RGB Variations
Color information
#A91101 (or 0xA91101) is known color: Free Speech Red. HEX triplet: A9, 11 and 01. RGB value is (169,17,1). Sum of RGB (Red+Green+Blue) = 169+17+1=187 (24% of max value = 765). Red value is 169 (66.41% from 255 or 90.37% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 169 - color contains mainly: red. Hex color #A91101 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91101 is #56EEFE. Grayscale: #3C3C3C. Windows color (decimal): -5697279 or 70057. OLE color: 70057.
HSL color Cylindrical-coordinate representation of color #A91101: hue angle of 5.71º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A91101 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.34 |
| HSL | 5.71º | 0.99% | 0.33% | - |
| HSV(B) | 5.71º | 0.99% | 0.66% | - |
| XYZ | 16.57 | 8.84 | 0.86 | - |
| YUV | 60.62 | 94.36 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 1 | 0 | 0.90 | 0.99 | 0.34 | 5.71 | 0.99 | 0.33 |
| Hex | A9 | 11 | 1 | 0 | 5A | 63 | 22 | 6 | 63 | 21 |
| Octal | 251 | 21 | 1 | 0 | 132 | 143 | 42 | 6 | 143 | 41 |
| Binary | 10101001 | 10001 | 1 | 0 | 1011010 | 1100011 | 100010 | 110 | 1100011 | 100001 |
Color Harmonies of #A91101
Complementary color
Monochromatic Colors of #A91101
Black with #A91101
Text Example
Text Example
White with #A91101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91101; }
p { color: rgb(169,17,1); }
H1.HeaderClassName
{
color: #A91101;
}
.AnyTagClassName
{
color: #A91101;
}
</style>
background-color css
<style>
a { background-color: #A91101; }
a { background-color: rgb(169,17,1); }
div.DivClassName
{
background-color: #A91101;
}
.BgClassName
{
background-color: #A91101;
}
</style>
border-color css
<style>
span { border-color: #A91101; }
span { border-color: rgb(169,17,1); }
td.TdClassName
{
border-color: #A91101;
}
.TagClassName
{
border-color: #A91101;
}
</style>