Shades of Free Speech Red #AF0F0D
Tints of Free Speech Red #AF0F0D
RGB
CMYK
RGB Variations
Color information
#AF0F0D (or 0xAF0F0D) is known color: Free Speech Red. HEX triplet: AF, 0F and 0D. RGB value is (175,15,13). Sum of RGB (Red+Green+Blue) = 175+15+13=203 (26% of max value = 765). Red value is 175 (68.75% from 255 or 86.21% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0F0D is #50F0F2. Grayscale: #3E3E3E. Windows color (decimal): -5304563 or 855983. OLE color: 855983.
HSL color Cylindrical-coordinate representation of color #AF0F0D: hue angle of 0.74º degrees, saturation: 0.86, 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 #AF0F0D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 15 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.31 |
| HSL | 0.74º | 0.86% | 0.37% | - |
| HSV(B) | 0.74º | 0.93% | 0.69% | - |
| XYZ | 17.92 | 9.48 | 1.27 | - |
| YUV | 62.61 | 100.01 | 208.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 15 | 13 | 0 | 0.91 | 0.93 | 0.31 | 0.74 | 0.86 | 0.37 |
| Hex | AF | F | D | 0 | 5B | 5D | 1F | 1 | 56 | 25 |
| Octal | 257 | 17 | 15 | 0 | 133 | 135 | 37 | 1 | 126 | 45 |
| Binary | 10101111 | 1111 | 1101 | 0 | 1011011 | 1011101 | 11111 | 1 | 1010110 | 100101 |
Color Harmonies of #AF0F0D
Complementary color
Monochromatic Colors of #AF0F0D
Black with #AF0F0D
Text Example
Text Example
White with #AF0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0F0D; }
p { color: rgb(175,15,13); }
H1.HeaderClassName
{
color: #AF0F0D;
}
.AnyTagClassName
{
color: #AF0F0D;
}
</style>
background-color css
<style>
a { background-color: #AF0F0D; }
a { background-color: rgb(175,15,13); }
div.DivClassName
{
background-color: #AF0F0D;
}
.BgClassName
{
background-color: #AF0F0D;
}
</style>
border-color css
<style>
span { border-color: #AF0F0D; }
span { border-color: rgb(175,15,13); }
td.TdClassName
{
border-color: #AF0F0D;
}
.TagClassName
{
border-color: #AF0F0D;
}
</style>