Shades of Free Speech Red #AD1105
Tints of Free Speech Red #AD1105
RGB
CMYK
RGB Variations
Color information
#AD1105 (or 0xAD1105) is known color: Free Speech Red. HEX triplet: AD, 11 and 05. RGB value is (173,17,5). Sum of RGB (Red+Green+Blue) = 173+17+5=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1105 is #52EEFA. Grayscale: #3E3E3E. Windows color (decimal): -5435131 or 332205. OLE color: 332205.
HSL color Cylindrical-coordinate representation of color #AD1105: hue angle of 4.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD1105 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.32 |
| HSL | 4.29º | 0.94% | 0.35% | - |
| HSV(B) | 4.29º | 0.97% | 0.68% | - |
| XYZ | 17.46 | 9.3 | 1.02 | - |
| YUV | 62.28 | 95.68 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 5 | 0 | 0.90 | 0.97 | 0.32 | 4.29 | 0.94 | 0.35 |
| Hex | AD | 11 | 5 | 0 | 5A | 61 | 20 | 4 | 5E | 23 |
| Octal | 255 | 21 | 5 | 0 | 132 | 141 | 40 | 4 | 136 | 43 |
| Binary | 10101101 | 10001 | 101 | 0 | 1011010 | 1100001 | 100000 | 100 | 1011110 | 100011 |
Color Harmonies of #AD1105
Complementary color
Monochromatic Colors of #AD1105
Black with #AD1105
Text Example
Text Example
White with #AD1105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1105; }
p { color: rgb(173,17,5); }
H1.HeaderClassName
{
color: #AD1105;
}
.AnyTagClassName
{
color: #AD1105;
}
</style>
background-color css
<style>
a { background-color: #AD1105; }
a { background-color: rgb(173,17,5); }
div.DivClassName
{
background-color: #AD1105;
}
.BgClassName
{
background-color: #AD1105;
}
</style>
border-color css
<style>
span { border-color: #AD1105; }
span { border-color: rgb(173,17,5); }
td.TdClassName
{
border-color: #AD1105;
}
.TagClassName
{
border-color: #AD1105;
}
</style>