Shades of Free Speech Red #AF0A07
Tints of Free Speech Red #AF0A07
RGB
CMYK
RGB Variations
Color information
#AF0A07 (or 0xAF0A07) is known color: Free Speech Red. HEX triplet: AF, 0A and 07. RGB value is (175,10,7). Sum of RGB (Red+Green+Blue) = 175+10+7=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A07 is #50F5F8. Grayscale: #3B3B3B. Windows color (decimal): -5305849 or 461487. OLE color: 461487.
HSL color Cylindrical-coordinate representation of color #AF0A07: hue angle of 1.07º 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 #AF0A07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.31 |
| HSL | 1.07º | 0.92% | 0.36% | - |
| HSV(B) | 1.07º | 0.96% | 0.69% | - |
| XYZ | 17.83 | 9.35 | 1.07 | - |
| YUV | 58.99 | 98.66 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 7 | 0 | 0.94 | 0.96 | 0.31 | 1.07 | 0.92 | 0.36 |
| Hex | AF | A | 7 | 0 | 5E | 60 | 1F | 1 | 5C | 24 |
| Octal | 257 | 12 | 7 | 0 | 136 | 140 | 37 | 1 | 134 | 44 |
| Binary | 10101111 | 1010 | 111 | 0 | 1011110 | 1100000 | 11111 | 1 | 1011100 | 100100 |
Color Harmonies of #AF0A07
Complementary color
Monochromatic Colors of #AF0A07
Black with #AF0A07
Text Example
Text Example
White with #AF0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A07; }
p { color: rgb(175,10,7); }
H1.HeaderClassName
{
color: #AF0A07;
}
.AnyTagClassName
{
color: #AF0A07;
}
</style>
background-color css
<style>
a { background-color: #AF0A07; }
a { background-color: rgb(175,10,7); }
div.DivClassName
{
background-color: #AF0A07;
}
.BgClassName
{
background-color: #AF0A07;
}
</style>
border-color css
<style>
span { border-color: #AF0A07; }
span { border-color: rgb(175,10,7); }
td.TdClassName
{
border-color: #AF0A07;
}
.TagClassName
{
border-color: #AF0A07;
}
</style>