Shades of Free Speech Red #AF0C05
Tints of Free Speech Red #AF0C05
RGB
CMYK
RGB Variations
Color information
#AF0C05 (or 0xAF0C05) is known color: Free Speech Red. HEX triplet: AF, 0C and 05. RGB value is (175,12,5). Sum of RGB (Red+Green+Blue) = 175+12+5=192 (25% of max value = 765). Red value is 175 (68.75% from 255 or 91.15% from 192); Green value is 12 (5.08% from 255 or 6.25% from 192); Blue value is 5 (2.34% from 255 or 2.60% from 192); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C05 is #50F3FA. Grayscale: #3C3C3C. Windows color (decimal): -5305339 or 330927. OLE color: 330927.
HSL color Cylindrical-coordinate representation of color #AF0C05: hue angle of 2.47º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0C05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 5 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.31 |
| HSL | 2.47º | 0.94% | 0.35% | - |
| HSV(B) | 2.47º | 0.97% | 0.69% | - |
| XYZ | 17.84 | 9.39 | 1.02 | - |
| YUV | 59.94 | 97 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 5 | 0 | 0.93 | 0.97 | 0.31 | 2.47 | 0.94 | 0.35 |
| Hex | AF | C | 5 | 0 | 5D | 61 | 1F | 2 | 5E | 23 |
| Octal | 257 | 14 | 5 | 0 | 135 | 141 | 37 | 2 | 136 | 43 |
| Binary | 10101111 | 1100 | 101 | 0 | 1011101 | 1100001 | 11111 | 10 | 1011110 | 100011 |
Color Harmonies of #AF0C05
Complementary color
Monochromatic Colors of #AF0C05
Black with #AF0C05
Text Example
Text Example
White with #AF0C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C05; }
p { color: rgb(175,12,5); }
H1.HeaderClassName
{
color: #AF0C05;
}
.AnyTagClassName
{
color: #AF0C05;
}
</style>
background-color css
<style>
a { background-color: #AF0C05; }
a { background-color: rgb(175,12,5); }
div.DivClassName
{
background-color: #AF0C05;
}
.BgClassName
{
background-color: #AF0C05;
}
</style>
border-color css
<style>
span { border-color: #AF0C05; }
span { border-color: rgb(175,12,5); }
td.TdClassName
{
border-color: #AF0C05;
}
.TagClassName
{
border-color: #AF0C05;
}
</style>