Shades of Free Speech Red #AF0000
Tints of Free Speech Red #AF0000
RGB
CMYK
RGB Variations
Color information
#AF0000 (or 0xAF0000) is known color: Free Speech Red. HEX triplet: AF, 00 and 00. RGB value is (175,0,0). Sum of RGB (Red+Green+Blue) = 175+0+0=175 (23% of max value = 765). Red value is 175 (68.75% from 255 or 100% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0000 is #50FFFF. Grayscale: #343434. Windows color (decimal): -5308416 or 175. OLE color: 175.
HSL color Cylindrical-coordinate representation of color #AF0000: hue angle of 0º 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 #AF0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.31 |
| HSL | 0º | 1% | 0.34% | - |
| HSV(B) | 0º | 1% | 0.69% | - |
| XYZ | 17.68 | 9.11 | 0.83 | - |
| YUV | 52.33 | 98.48 | 215.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 0 | 0 | 1 | 1 | 0.31 | 0 | 1 | 0.34 |
| Hex | AF | 0 | 0 | 0 | 64 | 64 | 1F | 0 | 64 | 22 |
| Octal | 257 | 0 | 0 | 0 | 144 | 144 | 37 | 0 | 144 | 42 |
| Binary | 10101111 | 0 | 0 | 0 | 1100100 | 1100100 | 11111 | 0 | 1100100 | 100010 |
Color Harmonies of #AF0000
Complementary color
Monochromatic Colors of #AF0000
Black with #AF0000
Text Example
Text Example
White with #AF0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0000; }
p { color: rgb(175,0,0); }
H1.HeaderClassName
{
color: #AF0000;
}
.AnyTagClassName
{
color: #AF0000;
}
</style>
background-color css
<style>
a { background-color: #AF0000; }
a { background-color: rgb(175,0,0); }
div.DivClassName
{
background-color: #AF0000;
}
.BgClassName
{
background-color: #AF0000;
}
</style>
border-color css
<style>
span { border-color: #AF0000; }
span { border-color: rgb(175,0,0); }
td.TdClassName
{
border-color: #AF0000;
}
.TagClassName
{
border-color: #AF0000;
}
</style>