Shades of Free Speech Red #AF1207
Tints of Free Speech Red #AF1207
RGB
CMYK
RGB Variations
Color information
#AF1207 (or 0xAF1207) is known color: Free Speech Red. HEX triplet: AF, 12 and 07. RGB value is (175,18,7). Sum of RGB (Red+Green+Blue) = 175+18+7=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1207 is #50EDF8. Grayscale: #3F3F3F. Windows color (decimal): -5303801 or 463535. OLE color: 463535.
HSL color Cylindrical-coordinate representation of color #AF1207: hue angle of 3.93º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF1207 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 7 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.31 |
| HSL | 3.93º | 0.92% | 0.36% | - |
| HSV(B) | 3.93º | 0.96% | 0.69% | - |
| XYZ | 17.93 | 9.56 | 1.1 | - |
| YUV | 63.69 | 96.01 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 7 | 0 | 0.90 | 0.96 | 0.31 | 3.93 | 0.92 | 0.36 |
| Hex | AF | 12 | 7 | 0 | 5A | 60 | 1F | 4 | 5C | 24 |
| Octal | 257 | 22 | 7 | 0 | 132 | 140 | 37 | 4 | 134 | 44 |
| Binary | 10101111 | 10010 | 111 | 0 | 1011010 | 1100000 | 11111 | 100 | 1011100 | 100100 |
Color Harmonies of #AF1207
Complementary color
Monochromatic Colors of #AF1207
Black with #AF1207
Text Example
Text Example
White with #AF1207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1207; }
p { color: rgb(175,18,7); }
H1.HeaderClassName
{
color: #AF1207;
}
.AnyTagClassName
{
color: #AF1207;
}
</style>
background-color css
<style>
a { background-color: #AF1207; }
a { background-color: rgb(175,18,7); }
div.DivClassName
{
background-color: #AF1207;
}
.BgClassName
{
background-color: #AF1207;
}
</style>
border-color css
<style>
span { border-color: #AF1207; }
span { border-color: rgb(175,18,7); }
td.TdClassName
{
border-color: #AF1207;
}
.TagClassName
{
border-color: #AF1207;
}
</style>