Shades of Free Speech Red #A80F07
Tints of Free Speech Red #A80F07
RGB
CMYK
RGB Variations
Color information
#A80F07 (or 0xA80F07) is known color: Free Speech Red. HEX triplet: A8, 0F and 07. RGB value is (168,15,7). Sum of RGB (Red+Green+Blue) = 168+15+7=190 (25% of max value = 765). Red value is 168 (66.02% from 255 or 88.42% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F07 is #57F0F8. Grayscale: #3C3C3C. Windows color (decimal): -5763321 or 462760. OLE color: 462760.
HSL color Cylindrical-coordinate representation of color #A80F07: hue angle of 2.98º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A80F07 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.34 |
| HSL | 2.98º | 0.92% | 0.34% | - |
| HSV(B) | 2.98º | 0.96% | 0.66% | - |
| XYZ | 16.36 | 8.68 | 1.01 | - |
| YUV | 59.84 | 98.19 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 7 | 0 | 0.91 | 0.96 | 0.34 | 2.98 | 0.92 | 0.34 |
| Hex | A8 | F | 7 | 0 | 5B | 60 | 22 | 3 | 5C | 22 |
| Octal | 250 | 17 | 7 | 0 | 133 | 140 | 42 | 3 | 134 | 42 |
| Binary | 10101000 | 1111 | 111 | 0 | 1011011 | 1100000 | 100010 | 11 | 1011100 | 100010 |
Color Harmonies of #A80F07
Complementary color
Monochromatic Colors of #A80F07
Black with #A80F07
Text Example
Text Example
White with #A80F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F07; }
p { color: rgb(168,15,7); }
H1.HeaderClassName
{
color: #A80F07;
}
.AnyTagClassName
{
color: #A80F07;
}
</style>
background-color css
<style>
a { background-color: #A80F07; }
a { background-color: rgb(168,15,7); }
div.DivClassName
{
background-color: #A80F07;
}
.BgClassName
{
background-color: #A80F07;
}
</style>
border-color css
<style>
span { border-color: #A80F07; }
span { border-color: rgb(168,15,7); }
td.TdClassName
{
border-color: #A80F07;
}
.TagClassName
{
border-color: #A80F07;
}
</style>