Shades of Free Speech Red #AF0A08
Tints of Free Speech Red #AF0A08
RGB
CMYK
RGB Variations
Color information
#AF0A08 (or 0xAF0A08) is known color: Free Speech Red. HEX triplet: AF, 0A and 08. RGB value is (175,10,8). Sum of RGB (Red+Green+Blue) = 175+10+8=193 (25% of max value = 765). Red value is 175 (68.75% from 255 or 90.67% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A08 is #50F5F7. Grayscale: #3B3B3B. Windows color (decimal): -5305848 or 527023. OLE color: 527023.
HSL color Cylindrical-coordinate representation of color #AF0A08: hue angle of 0.72º degrees, saturation: 0.91, 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 #AF0A08 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 8 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.31 |
| HSL | 0.72º | 0.91% | 0.36% | - |
| HSV(B) | 0.72º | 0.95% | 0.69% | - |
| XYZ | 17.83 | 9.35 | 1.09 | - |
| YUV | 59.11 | 99.16 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 8 | 0 | 0.94 | 0.95 | 0.31 | 0.72 | 0.91 | 0.36 |
| Hex | AF | A | 8 | 0 | 5E | 5F | 1F | 1 | 5B | 24 |
| Octal | 257 | 12 | 10 | 0 | 136 | 137 | 37 | 1 | 133 | 44 |
| Binary | 10101111 | 1010 | 1000 | 0 | 1011110 | 1011111 | 11111 | 1 | 1011011 | 100100 |
Color Harmonies of #AF0A08
Complementary color
Monochromatic Colors of #AF0A08
Black with #AF0A08
Text Example
Text Example
White with #AF0A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A08; }
p { color: rgb(175,10,8); }
H1.HeaderClassName
{
color: #AF0A08;
}
.AnyTagClassName
{
color: #AF0A08;
}
</style>
background-color css
<style>
a { background-color: #AF0A08; }
a { background-color: rgb(175,10,8); }
div.DivClassName
{
background-color: #AF0A08;
}
.BgClassName
{
background-color: #AF0A08;
}
</style>
border-color css
<style>
span { border-color: #AF0A08; }
span { border-color: rgb(175,10,8); }
td.TdClassName
{
border-color: #AF0A08;
}
.TagClassName
{
border-color: #AF0A08;
}
</style>