Shades of Free Speech Red #A80F04
Tints of Free Speech Red #A80F04
RGB
CMYK
RGB Variations
Color information
#A80F04 (or 0xA80F04) is known color: Free Speech Red. HEX triplet: A8, 0F and 04. RGB value is (168,15,4). Sum of RGB (Red+Green+Blue) = 168+15+4=187 (24% of max value = 765). Red value is 168 (66.02% from 255 or 89.84% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 168 - color contains mainly: red. Hex color #A80F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80F04 is #57F0FB. Grayscale: #3B3B3B. Windows color (decimal): -5763324 or 266152. OLE color: 266152.
HSL color Cylindrical-coordinate representation of color #A80F04: hue angle of 4.02º 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 #A80F04 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 15 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.34 |
| HSL | 4.02º | 0.95% | 0.34% | - |
| HSV(B) | 4.02º | 0.98% | 0.66% | - |
| XYZ | 16.34 | 8.68 | 0.93 | - |
| YUV | 59.49 | 96.69 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 15 | 4 | 0 | 0.91 | 0.98 | 0.34 | 4.02 | 0.95 | 0.34 |
| Hex | A8 | F | 4 | 0 | 5B | 62 | 22 | 4 | 5F | 22 |
| Octal | 250 | 17 | 4 | 0 | 133 | 142 | 42 | 4 | 137 | 42 |
| Binary | 10101000 | 1111 | 100 | 0 | 1011011 | 1100010 | 100010 | 100 | 1011111 | 100010 |
Color Harmonies of #A80F04
Complementary color
Monochromatic Colors of #A80F04
Black with #A80F04
Text Example
Text Example
White with #A80F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80F04; }
p { color: rgb(168,15,4); }
H1.HeaderClassName
{
color: #A80F04;
}
.AnyTagClassName
{
color: #A80F04;
}
</style>
background-color css
<style>
a { background-color: #A80F04; }
a { background-color: rgb(168,15,4); }
div.DivClassName
{
background-color: #A80F04;
}
.BgClassName
{
background-color: #A80F04;
}
</style>
border-color css
<style>
span { border-color: #A80F04; }
span { border-color: rgb(168,15,4); }
td.TdClassName
{
border-color: #A80F04;
}
.TagClassName
{
border-color: #A80F04;
}
</style>