Shades of Free Speech Red #AF0C08
Tints of Free Speech Red #AF0C08
RGB
CMYK
RGB Variations
Color information
#AF0C08 (or 0xAF0C08) is known color: Free Speech Red. HEX triplet: AF, 0C and 08. RGB value is (175,12,8). Sum of RGB (Red+Green+Blue) = 175+12+8=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C08 is #50F3F7. Grayscale: #3C3C3C. Windows color (decimal): -5305336 or 527535. OLE color: 527535.
HSL color Cylindrical-coordinate representation of color #AF0C08: hue angle of 1.44º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0C08 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 8 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.31 |
| HSL | 1.44º | 0.91% | 0.36% | - |
| HSV(B) | 1.44º | 0.95% | 0.69% | - |
| XYZ | 17.85 | 9.39 | 1.1 | - |
| YUV | 60.28 | 98.5 | 209.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 8 | 0 | 0.93 | 0.95 | 0.31 | 1.44 | 0.91 | 0.36 |
| Hex | AF | C | 8 | 0 | 5D | 5F | 1F | 1 | 5B | 24 |
| Octal | 257 | 14 | 10 | 0 | 135 | 137 | 37 | 1 | 133 | 44 |
| Binary | 10101111 | 1100 | 1000 | 0 | 1011101 | 1011111 | 11111 | 1 | 1011011 | 100100 |
Color Harmonies of #AF0C08
Complementary color
Monochromatic Colors of #AF0C08
Black with #AF0C08
Text Example
Text Example
White with #AF0C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0C08; }
p { color: rgb(175,12,8); }
H1.HeaderClassName
{
color: #AF0C08;
}
.AnyTagClassName
{
color: #AF0C08;
}
</style>
background-color css
<style>
a { background-color: #AF0C08; }
a { background-color: rgb(175,12,8); }
div.DivClassName
{
background-color: #AF0C08;
}
.BgClassName
{
background-color: #AF0C08;
}
</style>
border-color css
<style>
span { border-color: #AF0C08; }
span { border-color: rgb(175,12,8); }
td.TdClassName
{
border-color: #AF0C08;
}
.TagClassName
{
border-color: #AF0C08;
}
</style>