Shades of Free Speech Red #AD1506
Tints of Free Speech Red #AD1506
RGB
CMYK
RGB Variations
Color information
#AD1506 (or 0xAD1506) is known color: Free Speech Red. HEX triplet: AD, 15 and 06. RGB value is (173,21,6). Sum of RGB (Red+Green+Blue) = 173+21+6=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1506 is #52EAF9. Grayscale: #404040. Windows color (decimal): -5434106 or 398765. OLE color: 398765.
HSL color Cylindrical-coordinate representation of color #AD1506: hue angle of 5.39º degrees, saturation: 0.93, 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 #AD1506 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 6 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.32 |
| HSL | 5.39º | 0.93% | 0.35% | - |
| HSV(B) | 5.39º | 0.97% | 0.68% | - |
| XYZ | 17.53 | 9.43 | 1.07 | - |
| YUV | 64.74 | 94.86 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 6 | 0 | 0.88 | 0.97 | 0.32 | 5.39 | 0.93 | 0.35 |
| Hex | AD | 15 | 6 | 0 | 58 | 61 | 20 | 5 | 5D | 23 |
| Octal | 255 | 25 | 6 | 0 | 130 | 141 | 40 | 5 | 135 | 43 |
| Binary | 10101101 | 10101 | 110 | 0 | 1011000 | 1100001 | 100000 | 101 | 1011101 | 100011 |
Color Harmonies of #AD1506
Complementary color
Monochromatic Colors of #AD1506
Black with #AD1506
Text Example
Text Example
White with #AD1506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1506; }
p { color: rgb(173,21,6); }
H1.HeaderClassName
{
color: #AD1506;
}
.AnyTagClassName
{
color: #AD1506;
}
</style>
background-color css
<style>
a { background-color: #AD1506; }
a { background-color: rgb(173,21,6); }
div.DivClassName
{
background-color: #AD1506;
}
.BgClassName
{
background-color: #AD1506;
}
</style>
border-color css
<style>
span { border-color: #AD1506; }
span { border-color: rgb(173,21,6); }
td.TdClassName
{
border-color: #AD1506;
}
.TagClassName
{
border-color: #AD1506;
}
</style>