Shades of Free Speech Red #AF1100
Tints of Free Speech Red #AF1100
RGB
CMYK
RGB Variations
Color information
#AF1100 (or 0xAF1100) is known color: Free Speech Red. HEX triplet: AF, 11 and 00. RGB value is (175,17,0). Sum of RGB (Red+Green+Blue) = 175+17+0=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1100 is #50EEFF. Grayscale: #3E3E3E. Windows color (decimal): -5304064 or 4527. OLE color: 4527.
HSL color Cylindrical-coordinate representation of color #AF1100: hue angle of 5.83º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF1100 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.31 |
| HSL | 5.83º | 1% | 0.34% | - |
| HSV(B) | 5.83º | 1% | 0.69% | - |
| XYZ | 17.88 | 9.51 | 0.89 | - |
| YUV | 62.3 | 92.85 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 0 | 0 | 0.90 | 1 | 0.31 | 5.83 | 1 | 0.34 |
| Hex | AF | 11 | 0 | 0 | 5A | 64 | 1F | 6 | 64 | 22 |
| Octal | 257 | 21 | 0 | 0 | 132 | 144 | 37 | 6 | 144 | 42 |
| Binary | 10101111 | 10001 | 0 | 0 | 1011010 | 1100100 | 11111 | 110 | 1100100 | 100010 |
Color Harmonies of #AF1100
Complementary color
Monochromatic Colors of #AF1100
Black with #AF1100
Text Example
Text Example
White with #AF1100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1100; }
p { color: rgb(175,17,0); }
H1.HeaderClassName
{
color: #AF1100;
}
.AnyTagClassName
{
color: #AF1100;
}
</style>
background-color css
<style>
a { background-color: #AF1100; }
a { background-color: rgb(175,17,0); }
div.DivClassName
{
background-color: #AF1100;
}
.BgClassName
{
background-color: #AF1100;
}
</style>
border-color css
<style>
span { border-color: #AF1100; }
span { border-color: rgb(175,17,0); }
td.TdClassName
{
border-color: #AF1100;
}
.TagClassName
{
border-color: #AF1100;
}
</style>