Shades of Free Speech Red #AF0A01
Tints of Free Speech Red #AF0A01
RGB
CMYK
RGB Variations
Color information
#AF0A01 (or 0xAF0A01) is known color: Free Speech Red. HEX triplet: AF, 0A and 01. RGB value is (175,10,1). Sum of RGB (Red+Green+Blue) = 175+10+1=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 10 (4.30% from 255 or 5.38% from 186); Blue value is 1 (0.78% from 255 or 0.54% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0A01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0A01 is #50F5FE. Grayscale: #3A3A3A. Windows color (decimal): -5305855 or 68271. OLE color: 68271.
HSL color Cylindrical-coordinate representation of color #AF0A01: hue angle of 3.1º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0A01 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 10 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.31 |
| HSL | 3.1º | 0.99% | 0.35% | - |
| HSV(B) | 3.1º | 0.99% | 0.69% | - |
| XYZ | 17.79 | 9.33 | 0.89 | - |
| YUV | 58.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 1 | 0 | 0.94 | 0.99 | 0.31 | 3.1 | 0.99 | 0.35 |
| Hex | AF | A | 1 | 0 | 5E | 63 | 1F | 3 | 63 | 23 |
| Octal | 257 | 12 | 1 | 0 | 136 | 143 | 37 | 3 | 143 | 43 |
| Binary | 10101111 | 1010 | 1 | 0 | 1011110 | 1100011 | 11111 | 11 | 1100011 | 100011 |
Color Harmonies of #AF0A01
Complementary color
Monochromatic Colors of #AF0A01
Black with #AF0A01
Text Example
Text Example
White with #AF0A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0A01; }
p { color: rgb(175,10,1); }
H1.HeaderClassName
{
color: #AF0A01;
}
.AnyTagClassName
{
color: #AF0A01;
}
</style>
background-color css
<style>
a { background-color: #AF0A01; }
a { background-color: rgb(175,10,1); }
div.DivClassName
{
background-color: #AF0A01;
}
.BgClassName
{
background-color: #AF0A01;
}
</style>
border-color css
<style>
span { border-color: #AF0A01; }
span { border-color: rgb(175,10,1); }
td.TdClassName
{
border-color: #AF0A01;
}
.TagClassName
{
border-color: #AF0A01;
}
</style>