Shades of Free Speech Red #AF1006
Tints of Free Speech Red #AF1006
RGB
CMYK
RGB Variations
Color information
#AF1006 (or 0xAF1006) is known color: Free Speech Red. HEX triplet: AF, 10 and 06. RGB value is (175,16,6). Sum of RGB (Red+Green+Blue) = 175+16+6=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 6 (2.73% from 255 or 3.05% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1006 is #50EFF9. Grayscale: #3E3E3E. Windows color (decimal): -5304314 or 397487. OLE color: 397487.
HSL color Cylindrical-coordinate representation of color #AF1006: hue angle of 3.55º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF1006 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.31 |
| HSL | 3.55º | 0.93% | 0.35% | - |
| HSV(B) | 3.55º | 0.97% | 0.69% | - |
| XYZ | 17.9 | 9.5 | 1.06 | - |
| YUV | 62.4 | 96.18 | 208.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 6 | 0 | 0.91 | 0.97 | 0.31 | 3.55 | 0.93 | 0.35 |
| Hex | AF | 10 | 6 | 0 | 5B | 61 | 1F | 4 | 5D | 23 |
| Octal | 257 | 20 | 6 | 0 | 133 | 141 | 37 | 4 | 135 | 43 |
| Binary | 10101111 | 10000 | 110 | 0 | 1011011 | 1100001 | 11111 | 100 | 1011101 | 100011 |
Color Harmonies of #AF1006
Complementary color
Monochromatic Colors of #AF1006
Black with #AF1006
Text Example
Text Example
White with #AF1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1006; }
p { color: rgb(175,16,6); }
H1.HeaderClassName
{
color: #AF1006;
}
.AnyTagClassName
{
color: #AF1006;
}
</style>
background-color css
<style>
a { background-color: #AF1006; }
a { background-color: rgb(175,16,6); }
div.DivClassName
{
background-color: #AF1006;
}
.BgClassName
{
background-color: #AF1006;
}
</style>
border-color css
<style>
span { border-color: #AF1006; }
span { border-color: rgb(175,16,6); }
td.TdClassName
{
border-color: #AF1006;
}
.TagClassName
{
border-color: #AF1006;
}
</style>