Shades of Free Speech Red #AD1804
Tints of Free Speech Red #AD1804
RGB
CMYK
RGB Variations
Color information
#AD1804 (or 0xAD1804) is known color: Free Speech Red. HEX triplet: AD, 18 and 04. RGB value is (173,24,4). Sum of RGB (Red+Green+Blue) = 173+24+4=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1804 is #52E7FB. Grayscale: #424242. Windows color (decimal): -5433340 or 268461. OLE color: 268461.
HSL color Cylindrical-coordinate representation of color #AD1804: hue angle of 7.1º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD1804 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 4 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.32 |
| HSL | 7.1º | 0.95% | 0.35% | - |
| HSV(B) | 7.1º | 0.98% | 0.68% | - |
| XYZ | 17.58 | 9.55 | 1.03 | - |
| YUV | 66.27 | 92.86 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 4 | 0 | 0.86 | 0.98 | 0.32 | 7.1 | 0.95 | 0.35 |
| Hex | AD | 18 | 4 | 0 | 56 | 62 | 20 | 7 | 5F | 23 |
| Octal | 255 | 30 | 4 | 0 | 126 | 142 | 40 | 7 | 137 | 43 |
| Binary | 10101101 | 11000 | 100 | 0 | 1010110 | 1100010 | 100000 | 111 | 1011111 | 100011 |
Color Harmonies of #AD1804
Complementary color
Monochromatic Colors of #AD1804
Black with #AD1804
Text Example
Text Example
White with #AD1804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1804; }
p { color: rgb(173,24,4); }
H1.HeaderClassName
{
color: #AD1804;
}
.AnyTagClassName
{
color: #AD1804;
}
</style>
background-color css
<style>
a { background-color: #AD1804; }
a { background-color: rgb(173,24,4); }
div.DivClassName
{
background-color: #AD1804;
}
.BgClassName
{
background-color: #AD1804;
}
</style>
border-color css
<style>
span { border-color: #AD1804; }
span { border-color: rgb(173,24,4); }
td.TdClassName
{
border-color: #AD1804;
}
.TagClassName
{
border-color: #AD1804;
}
</style>