Shades of Free Speech Red #AF1109
Tints of Free Speech Red #AF1109
RGB
CMYK
RGB Variations
Color information
#AF1109 (or 0xAF1109) is known color: Free Speech Red. HEX triplet: AF, 11 and 09. RGB value is (175,17,9). Sum of RGB (Red+Green+Blue) = 175+17+9=201 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.06% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1109 is #50EEF6. Grayscale: #3F3F3F. Windows color (decimal): -5304055 or 594351. OLE color: 594351.
HSL color Cylindrical-coordinate representation of color #AF1109: hue angle of 2.89º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF1109 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.31 |
| HSL | 2.89º | 0.9% | 0.36% | - |
| HSV(B) | 2.89º | 0.95% | 0.69% | - |
| XYZ | 17.93 | 9.53 | 1.15 | - |
| YUV | 63.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 9 | 0 | 0.90 | 0.95 | 0.31 | 2.89 | 0.9 | 0.36 |
| Hex | AF | 11 | 9 | 0 | 5A | 5F | 1F | 3 | 5A | 24 |
| Octal | 257 | 21 | 11 | 0 | 132 | 137 | 37 | 3 | 132 | 44 |
| Binary | 10101111 | 10001 | 1001 | 0 | 1011010 | 1011111 | 11111 | 11 | 1011010 | 100100 |
Color Harmonies of #AF1109
Complementary color
Monochromatic Colors of #AF1109
Black with #AF1109
Text Example
Text Example
White with #AF1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1109; }
p { color: rgb(175,17,9); }
H1.HeaderClassName
{
color: #AF1109;
}
.AnyTagClassName
{
color: #AF1109;
}
</style>
background-color css
<style>
a { background-color: #AF1109; }
a { background-color: rgb(175,17,9); }
div.DivClassName
{
background-color: #AF1109;
}
.BgClassName
{
background-color: #AF1109;
}
</style>
border-color css
<style>
span { border-color: #AF1109; }
span { border-color: rgb(175,17,9); }
td.TdClassName
{
border-color: #AF1109;
}
.TagClassName
{
border-color: #AF1109;
}
</style>