Shades of Free Speech Red #AF0A00
Tints of Free Speech Red #AF0A00
RGB
CMYK
RGB Variations
Color information
#AF0A00 (or 0xAF0A00) is known color: Free Speech Red. HEX triplet: AF, 0A and 00. RGB value is (175,10,0). Sum of RGB (Red+Green+Blue) = 175+10+0=185 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.59% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A00 is #50F5FF. Grayscale: #3A3A3A. Windows color (decimal): -5305856 or 2735. OLE color: 2735.
HSL color Cylindrical-coordinate representation of color #AF0A00: hue angle of 3.43º 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 #AF0A00 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.31 |
| HSL | 3.43º | 1% | 0.34% | - |
| HSV(B) | 3.43º | 1% | 0.69% | - |
| XYZ | 17.79 | 9.33 | 0.86 | - |
| YUV | 58.2 | 95.16 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 0 | 0 | 0.94 | 1 | 0.31 | 3.43 | 1 | 0.34 |
| Hex | AF | A | 0 | 0 | 5E | 64 | 1F | 3 | 64 | 22 |
| Octal | 257 | 12 | 0 | 0 | 136 | 144 | 37 | 3 | 144 | 42 |
| Binary | 10101111 | 1010 | 0 | 0 | 1011110 | 1100100 | 11111 | 11 | 1100100 | 100010 |
Color Harmonies of #AF0A00
Complementary color
Monochromatic Colors of #AF0A00
Black with #AF0A00
Text Example
Text Example
White with #AF0A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A00; }
p { color: rgb(175,10,0); }
H1.HeaderClassName
{
color: #AF0A00;
}
.AnyTagClassName
{
color: #AF0A00;
}
</style>
background-color css
<style>
a { background-color: #AF0A00; }
a { background-color: rgb(175,10,0); }
div.DivClassName
{
background-color: #AF0A00;
}
.BgClassName
{
background-color: #AF0A00;
}
</style>
border-color css
<style>
span { border-color: #AF0A00; }
span { border-color: rgb(175,10,0); }
td.TdClassName
{
border-color: #AF0A00;
}
.TagClassName
{
border-color: #AF0A00;
}
</style>