Shades of Free Speech Red #A91501
Tints of Free Speech Red #A91501
RGB
CMYK
RGB Variations
Color information
#A91501 (or 0xA91501) is known color: Free Speech Red. HEX triplet: A9, 15 and 01. RGB value is (169,21,1). Sum of RGB (Red+Green+Blue) = 169+21+1=191 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.48% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 1 (0.78% from 255 or 0.52% from 191); Max value from RGB is 169 - color contains mainly: red. Hex color #A91501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91501 is #56EAFE. Grayscale: #3F3F3F. Windows color (decimal): -5696255 or 71081. OLE color: 71081.
HSL color Cylindrical-coordinate representation of color #A91501: hue angle of 7.14º 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 #A91501 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 21 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.34 |
| HSL | 7.14º | 0.99% | 0.33% | - |
| HSV(B) | 7.14º | 0.99% | 0.66% | - |
| XYZ | 16.64 | 8.97 | 0.88 | - |
| YUV | 62.97 | 93.03 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 21 | 1 | 0 | 0.88 | 0.99 | 0.34 | 7.14 | 0.99 | 0.33 |
| Hex | A9 | 15 | 1 | 0 | 58 | 63 | 22 | 7 | 63 | 21 |
| Octal | 251 | 25 | 1 | 0 | 130 | 143 | 42 | 7 | 143 | 41 |
| Binary | 10101001 | 10101 | 1 | 0 | 1011000 | 1100011 | 100010 | 111 | 1100011 | 100001 |
Color Harmonies of #A91501
Complementary color
Monochromatic Colors of #A91501
Black with #A91501
Text Example
Text Example
White with #A91501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91501; }
p { color: rgb(169,21,1); }
H1.HeaderClassName
{
color: #A91501;
}
.AnyTagClassName
{
color: #A91501;
}
</style>
background-color css
<style>
a { background-color: #A91501; }
a { background-color: rgb(169,21,1); }
div.DivClassName
{
background-color: #A91501;
}
.BgClassName
{
background-color: #A91501;
}
</style>
border-color css
<style>
span { border-color: #A91501; }
span { border-color: rgb(169,21,1); }
td.TdClassName
{
border-color: #A91501;
}
.TagClassName
{
border-color: #A91501;
}
</style>