Shades of Free Speech Red #AF0D0B
Tints of Free Speech Red #AF0D0B
RGB
CMYK
RGB Variations
Color information
#AF0D0B (or 0xAF0D0B) is known color: Free Speech Red. HEX triplet: AF, 0D and 0B. RGB value is (175,13,11). Sum of RGB (Red+Green+Blue) = 175+13+11=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0D0B is #50F2F4. Grayscale: #3D3D3D. Windows color (decimal): -5305077 or 724399. OLE color: 724399.
HSL color Cylindrical-coordinate representation of color #AF0D0B: hue angle of 0.73º degrees, saturation: 0.88, 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 #AF0D0B is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 13 | 11 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.31 |
| HSL | 0.73º | 0.88% | 0.36% | - |
| HSV(B) | 0.73º | 0.94% | 0.69% | - |
| XYZ | 17.88 | 9.43 | 1.19 | - |
| YUV | 61.21 | 99.67 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 13 | 11 | 0 | 0.93 | 0.94 | 0.31 | 0.73 | 0.88 | 0.36 |
| Hex | AF | D | B | 0 | 5D | 5E | 1F | 1 | 58 | 24 |
| Octal | 257 | 15 | 13 | 0 | 135 | 136 | 37 | 1 | 130 | 44 |
| Binary | 10101111 | 1101 | 1011 | 0 | 1011101 | 1011110 | 11111 | 1 | 1011000 | 100100 |
Color Harmonies of #AF0D0B
Complementary color
Monochromatic Colors of #AF0D0B
Black with #AF0D0B
Text Example
Text Example
White with #AF0D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0D0B; }
p { color: rgb(175,13,11); }
H1.HeaderClassName
{
color: #AF0D0B;
}
.AnyTagClassName
{
color: #AF0D0B;
}
</style>
background-color css
<style>
a { background-color: #AF0D0B; }
a { background-color: rgb(175,13,11); }
div.DivClassName
{
background-color: #AF0D0B;
}
.BgClassName
{
background-color: #AF0D0B;
}
</style>
border-color css
<style>
span { border-color: #AF0D0B; }
span { border-color: rgb(175,13,11); }
td.TdClassName
{
border-color: #AF0D0B;
}
.TagClassName
{
border-color: #AF0D0B;
}
</style>