Shades of Free Speech Red #AF0F0C
Tints of Free Speech Red #AF0F0C
RGB
CMYK
RGB Variations
Color information
#AF0F0C (or 0xAF0F0C) is known color: Free Speech Red. HEX triplet: AF, 0F and 0C. RGB value is (175,15,12). Sum of RGB (Red+Green+Blue) = 175+15+12=202 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.63% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0F0C is #50F0F3. Grayscale: #3E3E3E. Windows color (decimal): -5304564 or 790447. OLE color: 790447.
HSL color Cylindrical-coordinate representation of color #AF0F0C: hue angle of 1.1º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0F0C is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 12 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.31 |
| HSL | 1.1º | 0.87% | 0.37% | - |
| HSV(B) | 1.1º | 0.93% | 0.69% | - |
| XYZ | 17.92 | 9.48 | 1.23 | - |
| YUV | 62.5 | 99.51 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 12 | 0 | 0.91 | 0.93 | 0.31 | 1.1 | 0.87 | 0.37 |
| Hex | AF | F | C | 0 | 5B | 5D | 1F | 1 | 57 | 25 |
| Octal | 257 | 17 | 14 | 0 | 133 | 135 | 37 | 1 | 127 | 45 |
| Binary | 10101111 | 1111 | 1100 | 0 | 1011011 | 1011101 | 11111 | 1 | 1010111 | 100101 |
Color Harmonies of #AF0F0C
Complementary color
Monochromatic Colors of #AF0F0C
Black with #AF0F0C
Text Example
Text Example
White with #AF0F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F0C; }
p { color: rgb(175,15,12); }
H1.HeaderClassName
{
color: #AF0F0C;
}
.AnyTagClassName
{
color: #AF0F0C;
}
</style>
background-color css
<style>
a { background-color: #AF0F0C; }
a { background-color: rgb(175,15,12); }
div.DivClassName
{
background-color: #AF0F0C;
}
.BgClassName
{
background-color: #AF0F0C;
}
</style>
border-color css
<style>
span { border-color: #AF0F0C; }
span { border-color: rgb(175,15,12); }
td.TdClassName
{
border-color: #AF0F0C;
}
.TagClassName
{
border-color: #AF0F0C;
}
</style>