Shades of Free Speech Red #AF120A
Tints of Free Speech Red #AF120A
RGB
CMYK
RGB Variations
Color information
#AF120A (or 0xAF120A) is known color: Free Speech Red. HEX triplet: AF, 12 and 0A. RGB value is (175,18,10). Sum of RGB (Red+Green+Blue) = 175+18+10=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF120A is #50EDF5. Grayscale: #404040. Windows color (decimal): -5303798 or 660143. OLE color: 660143.
HSL color Cylindrical-coordinate representation of color #AF120A: hue angle of 2.91º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF120A is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 10 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.31 |
| HSL | 2.91º | 0.89% | 0.36% | - |
| HSV(B) | 2.91º | 0.94% | 0.69% | - |
| XYZ | 17.95 | 9.57 | 1.19 | - |
| YUV | 64.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 10 | 0 | 0.90 | 0.94 | 0.31 | 2.91 | 0.89 | 0.36 |
| Hex | AF | 12 | A | 0 | 5A | 5E | 1F | 3 | 59 | 24 |
| Octal | 257 | 22 | 12 | 0 | 132 | 136 | 37 | 3 | 131 | 44 |
| Binary | 10101111 | 10010 | 1010 | 0 | 1011010 | 1011110 | 11111 | 11 | 1011001 | 100100 |
Color Harmonies of #AF120A
Complementary color
Monochromatic Colors of #AF120A
Black with #AF120A
Text Example
Text Example
White with #AF120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF120A; }
p { color: rgb(175,18,10); }
H1.HeaderClassName
{
color: #AF120A;
}
.AnyTagClassName
{
color: #AF120A;
}
</style>
background-color css
<style>
a { background-color: #AF120A; }
a { background-color: rgb(175,18,10); }
div.DivClassName
{
background-color: #AF120A;
}
.BgClassName
{
background-color: #AF120A;
}
</style>
border-color css
<style>
span { border-color: #AF120A; }
span { border-color: rgb(175,18,10); }
td.TdClassName
{
border-color: #AF120A;
}
.TagClassName
{
border-color: #AF120A;
}
</style>