Shades of Free Speech Red #AF100D
Tints of Free Speech Red #AF100D
RGB
CMYK
RGB Variations
Color information
#AF100D (or 0xAF100D) is known color: Free Speech Red. HEX triplet: AF, 10 and 0D. RGB value is (175,16,13). Sum of RGB (Red+Green+Blue) = 175+16+13=204 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.78% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 175 - color contains mainly: red. Hex color #AF100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF100D is #50EFF2. Grayscale: #3F3F3F. Windows color (decimal): -5304307 or 856239. OLE color: 856239.
HSL color Cylindrical-coordinate representation of color #AF100D: hue angle of 1.11º 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 #AF100D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.31 |
| HSL | 1.11º | 0.86% | 0.37% | - |
| HSV(B) | 1.11º | 0.93% | 0.69% | - |
| XYZ | 17.94 | 9.51 | 1.27 | - |
| YUV | 63.2 | 99.68 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 13 | 0 | 0.91 | 0.93 | 0.31 | 1.11 | 0.86 | 0.37 |
| Hex | AF | 10 | D | 0 | 5B | 5D | 1F | 1 | 56 | 25 |
| Octal | 257 | 20 | 15 | 0 | 133 | 135 | 37 | 1 | 126 | 45 |
| Binary | 10101111 | 10000 | 1101 | 0 | 1011011 | 1011101 | 11111 | 1 | 1010110 | 100101 |
Color Harmonies of #AF100D
Complementary color
Monochromatic Colors of #AF100D
Black with #AF100D
Text Example
Text Example
White with #AF100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF100D; }
p { color: rgb(175,16,13); }
H1.HeaderClassName
{
color: #AF100D;
}
.AnyTagClassName
{
color: #AF100D;
}
</style>
background-color css
<style>
a { background-color: #AF100D; }
a { background-color: rgb(175,16,13); }
div.DivClassName
{
background-color: #AF100D;
}
.BgClassName
{
background-color: #AF100D;
}
</style>
border-color css
<style>
span { border-color: #AF100D; }
span { border-color: rgb(175,16,13); }
td.TdClassName
{
border-color: #AF100D;
}
.TagClassName
{
border-color: #AF100D;
}
</style>