Shades of Free Speech Red #A90F07
Tints of Free Speech Red #A90F07
RGB
CMYK
RGB Variations
Color information
#A90F07 (or 0xA90F07) is known color: Free Speech Red. HEX triplet: A9, 0F and 07. RGB value is (169,15,7). Sum of RGB (Red+Green+Blue) = 169+15+7=191 (25% of max value = 765). Red value is 169 (66.41% from 255 or 88.48% from 191); Green value is 15 (6.25% from 255 or 7.85% from 191); Blue value is 7 (3.12% from 255 or 3.66% from 191); Max value from RGB is 169 - color contains mainly: red. Hex color #A90F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A90F07 is #56F0F8. Grayscale: #3C3C3C. Windows color (decimal): -5697785 or 462761. OLE color: 462761.
HSL color Cylindrical-coordinate representation of color #A90F07: hue angle of 2.96º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A90F07 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 15 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.34 |
| HSL | 2.96º | 0.92% | 0.35% | - |
| HSV(B) | 2.96º | 0.96% | 0.66% | - |
| XYZ | 16.57 | 8.79 | 1.02 | - |
| YUV | 60.13 | 98.02 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 7 | 0 | 0.91 | 0.96 | 0.34 | 2.96 | 0.92 | 0.35 |
| Hex | A9 | F | 7 | 0 | 5B | 60 | 22 | 3 | 5C | 23 |
| Octal | 251 | 17 | 7 | 0 | 133 | 140 | 42 | 3 | 134 | 43 |
| Binary | 10101001 | 1111 | 111 | 0 | 1011011 | 1100000 | 100010 | 11 | 1011100 | 100011 |
Color Harmonies of #A90F07
Complementary color
Monochromatic Colors of #A90F07
Black with #A90F07
Text Example
Text Example
White with #A90F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90F07; }
p { color: rgb(169,15,7); }
H1.HeaderClassName
{
color: #A90F07;
}
.AnyTagClassName
{
color: #A90F07;
}
</style>
background-color css
<style>
a { background-color: #A90F07; }
a { background-color: rgb(169,15,7); }
div.DivClassName
{
background-color: #A90F07;
}
.BgClassName
{
background-color: #A90F07;
}
</style>
border-color css
<style>
span { border-color: #A90F07; }
span { border-color: rgb(169,15,7); }
td.TdClassName
{
border-color: #A90F07;
}
.TagClassName
{
border-color: #A90F07;
}
</style>