Shades of Free Speech Red #AF110B
Tints of Free Speech Red #AF110B
RGB
CMYK
RGB Variations
Color information
#AF110B (or 0xAF110B) is known color: Free Speech Red. HEX triplet: AF, 11 and 0B. RGB value is (175,17,11). Sum of RGB (Red+Green+Blue) = 175+17+11=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF110B is #50EEF4. Grayscale: #3F3F3F. Windows color (decimal): -5304053 or 725423. OLE color: 725423.
HSL color Cylindrical-coordinate representation of color #AF110B: hue angle of 2.2º degrees, saturation: 0.88, 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 #AF110B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.31 |
| HSL | 2.2º | 0.88% | 0.36% | - |
| HSV(B) | 2.2º | 0.94% | 0.69% | - |
| XYZ | 17.94 | 9.54 | 1.21 | - |
| YUV | 63.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 11 | 0 | 0.90 | 0.94 | 0.31 | 2.2 | 0.88 | 0.36 |
| Hex | AF | 11 | B | 0 | 5A | 5E | 1F | 2 | 58 | 24 |
| Octal | 257 | 21 | 13 | 0 | 132 | 136 | 37 | 2 | 130 | 44 |
| Binary | 10101111 | 10001 | 1011 | 0 | 1011010 | 1011110 | 11111 | 10 | 1011000 | 100100 |
Color Harmonies of #AF110B
Complementary color
Monochromatic Colors of #AF110B
Black with #AF110B
Text Example
Text Example
White with #AF110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF110B; }
p { color: rgb(175,17,11); }
H1.HeaderClassName
{
color: #AF110B;
}
.AnyTagClassName
{
color: #AF110B;
}
</style>
background-color css
<style>
a { background-color: #AF110B; }
a { background-color: rgb(175,17,11); }
div.DivClassName
{
background-color: #AF110B;
}
.BgClassName
{
background-color: #AF110B;
}
</style>
border-color css
<style>
span { border-color: #AF110B; }
span { border-color: rgb(175,17,11); }
td.TdClassName
{
border-color: #AF110B;
}
.TagClassName
{
border-color: #AF110B;
}
</style>