Shades of Free Speech Red #AF0E00
Tints of Free Speech Red #AF0E00
RGB
CMYK
RGB Variations
Color information
#AF0E00 (or 0xAF0E00) is known color: Free Speech Red. HEX triplet: AF, 0E and 00. RGB value is (175,14,0). Sum of RGB (Red+Green+Blue) = 175+14+0=189 (25% of max value = 765). Red value is 175 (68.75% from 255 or 92.59% from 189); Green value is 14 (5.86% from 255 or 7.41% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0E00 is #50F1FF. Grayscale: #3C3C3C. Windows color (decimal): -5304832 or 3759. OLE color: 3759.
HSL color Cylindrical-coordinate representation of color #AF0E00: hue angle of 4.8º 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 #AF0E00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.31 |
| HSL | 4.8º | 1% | 0.34% | - |
| HSV(B) | 4.8º | 1% | 0.69% | - |
| XYZ | 17.84 | 9.43 | 0.88 | - |
| YUV | 60.54 | 93.84 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 0 | 0 | 0.92 | 1 | 0.31 | 4.8 | 1 | 0.34 |
| Hex | AF | E | 0 | 0 | 5C | 64 | 1F | 5 | 64 | 22 |
| Octal | 257 | 16 | 0 | 0 | 134 | 144 | 37 | 5 | 144 | 42 |
| Binary | 10101111 | 1110 | 0 | 0 | 1011100 | 1100100 | 11111 | 101 | 1100100 | 100010 |
Color Harmonies of #AF0E00
Complementary color
Monochromatic Colors of #AF0E00
Black with #AF0E00
Text Example
Text Example
White with #AF0E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0E00; }
p { color: rgb(175,14,0); }
H1.HeaderClassName
{
color: #AF0E00;
}
.AnyTagClassName
{
color: #AF0E00;
}
</style>
background-color css
<style>
a { background-color: #AF0E00; }
a { background-color: rgb(175,14,0); }
div.DivClassName
{
background-color: #AF0E00;
}
.BgClassName
{
background-color: #AF0E00;
}
</style>
border-color css
<style>
span { border-color: #AF0E00; }
span { border-color: rgb(175,14,0); }
td.TdClassName
{
border-color: #AF0E00;
}
.TagClassName
{
border-color: #AF0E00;
}
</style>