Shades of Free Speech Red #AD110B
Tints of Free Speech Red #AD110B
RGB
CMYK
RGB Variations
Color information
#AD110B (or 0xAD110B) is known color: Free Speech Red. HEX triplet: AD, 11 and 0B. RGB value is (173,17,11). Sum of RGB (Red+Green+Blue) = 173+17+11=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD110B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD110B is #52EEF4. Grayscale: #3F3F3F. Windows color (decimal): -5435125 or 725421. OLE color: 725421.
HSL color Cylindrical-coordinate representation of color #AD110B: hue angle of 2.22º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD110B is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 11 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.32 |
| HSL | 2.22º | 0.88% | 0.36% | - |
| HSV(B) | 2.22º | 0.94% | 0.68% | - |
| XYZ | 17.49 | 9.31 | 1.19 | - |
| YUV | 62.96 | 98.68 | 206.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 11 | 0 | 0.90 | 0.94 | 0.32 | 2.22 | 0.88 | 0.36 |
| Hex | AD | 11 | B | 0 | 5A | 5E | 20 | 2 | 58 | 24 |
| Octal | 255 | 21 | 13 | 0 | 132 | 136 | 40 | 2 | 130 | 44 |
| Binary | 10101101 | 10001 | 1011 | 0 | 1011010 | 1011110 | 100000 | 10 | 1011000 | 100100 |
Color Harmonies of #AD110B
Complementary color
Monochromatic Colors of #AD110B
Black with #AD110B
Text Example
Text Example
White with #AD110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD110B; }
p { color: rgb(173,17,11); }
H1.HeaderClassName
{
color: #AD110B;
}
.AnyTagClassName
{
color: #AD110B;
}
</style>
background-color css
<style>
a { background-color: #AD110B; }
a { background-color: rgb(173,17,11); }
div.DivClassName
{
background-color: #AD110B;
}
.BgClassName
{
background-color: #AD110B;
}
</style>
border-color css
<style>
span { border-color: #AD110B; }
span { border-color: rgb(173,17,11); }
td.TdClassName
{
border-color: #AD110B;
}
.TagClassName
{
border-color: #AD110B;
}
</style>