Shades of Free Speech Red #AF110A
Tints of Free Speech Red #AF110A
RGB
CMYK
RGB Variations
Color information
#AF110A (or 0xAF110A) is known color: Free Speech Red. HEX triplet: AF, 11 and 0A. RGB value is (175,17,10). Sum of RGB (Red+Green+Blue) = 175+17+10=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 17 (7.03% from 255 or 8.42% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF110A is #50EEF5. Grayscale: #3F3F3F. Windows color (decimal): -5304054 or 659887. OLE color: 659887.
HSL color Cylindrical-coordinate representation of color #AF110A: hue angle of 2.55º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF110A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.31 |
| HSL | 2.55º | 0.89% | 0.36% | - |
| HSV(B) | 2.55º | 0.94% | 0.69% | - |
| XYZ | 17.93 | 9.54 | 1.18 | - |
| YUV | 63.44 | 97.85 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 10 | 0 | 0.90 | 0.94 | 0.31 | 2.55 | 0.89 | 0.36 |
| Hex | AF | 11 | A | 0 | 5A | 5E | 1F | 3 | 59 | 24 |
| Octal | 257 | 21 | 12 | 0 | 132 | 136 | 37 | 3 | 131 | 44 |
| Binary | 10101111 | 10001 | 1010 | 0 | 1011010 | 1011110 | 11111 | 11 | 1011001 | 100100 |
Color Harmonies of #AF110A
Complementary color
Monochromatic Colors of #AF110A
Black with #AF110A
Text Example
Text Example
White with #AF110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF110A; }
p { color: rgb(175,17,10); }
H1.HeaderClassName
{
color: #AF110A;
}
.AnyTagClassName
{
color: #AF110A;
}
</style>
background-color css
<style>
a { background-color: #AF110A; }
a { background-color: rgb(175,17,10); }
div.DivClassName
{
background-color: #AF110A;
}
.BgClassName
{
background-color: #AF110A;
}
</style>
border-color css
<style>
span { border-color: #AF110A; }
span { border-color: rgb(175,17,10); }
td.TdClassName
{
border-color: #AF110A;
}
.TagClassName
{
border-color: #AF110A;
}
</style>