Shades of Free Speech Red #AD1902
Tints of Free Speech Red #AD1902
RGB
CMYK
RGB Variations
Color information
#AD1902 (or 0xAD1902) is known color: Free Speech Red. HEX triplet: AD, 19 and 02. RGB value is (173,25,2). Sum of RGB (Red+Green+Blue) = 173+25+2=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 25 (10.16% from 255 or 12.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1902 is #52E6FD. Grayscale: #424242. Windows color (decimal): -5433086 or 137645. OLE color: 137645.
HSL color Cylindrical-coordinate representation of color #AD1902: hue angle of 8.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD1902 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.32 |
| HSL | 8.07º | 0.98% | 0.34% | - |
| HSV(B) | 8.07º | 0.99% | 0.68% | - |
| XYZ | 17.59 | 9.58 | 0.98 | - |
| YUV | 66.63 | 91.53 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 2 | 0 | 0.86 | 0.99 | 0.32 | 8.07 | 0.98 | 0.34 |
| Hex | AD | 19 | 2 | 0 | 56 | 63 | 20 | 8 | 62 | 22 |
| Octal | 255 | 31 | 2 | 0 | 126 | 143 | 40 | 10 | 142 | 42 |
| Binary | 10101101 | 11001 | 10 | 0 | 1010110 | 1100011 | 100000 | 1000 | 1100010 | 100010 |
Color Harmonies of #AD1902
Complementary color
Monochromatic Colors of #AD1902
Black with #AD1902
Text Example
Text Example
White with #AD1902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1902; }
p { color: rgb(173,25,2); }
H1.HeaderClassName
{
color: #AD1902;
}
.AnyTagClassName
{
color: #AD1902;
}
</style>
background-color css
<style>
a { background-color: #AD1902; }
a { background-color: rgb(173,25,2); }
div.DivClassName
{
background-color: #AD1902;
}
.BgClassName
{
background-color: #AD1902;
}
</style>
border-color css
<style>
span { border-color: #AD1902; }
span { border-color: rgb(173,25,2); }
td.TdClassName
{
border-color: #AD1902;
}
.TagClassName
{
border-color: #AD1902;
}
</style>