Shades of Free Speech Red #AD1901
Tints of Free Speech Red #AD1901
RGB
CMYK
RGB Variations
Color information
#AD1901 (or 0xAD1901) is known color: Free Speech Red. HEX triplet: AD, 19 and 01. RGB value is (173,25,1). Sum of RGB (Red+Green+Blue) = 173+25+1=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1901 is #52E6FE. Grayscale: #424242. Windows color (decimal): -5433087 or 72109. OLE color: 72109.
HSL color Cylindrical-coordinate representation of color #AD1901: hue angle of 8.37º degrees, saturation: 0.99, 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 #AD1901 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.32 |
| HSL | 8.37º | 0.99% | 0.34% | - |
| HSV(B) | 8.37º | 0.99% | 0.68% | - |
| XYZ | 17.59 | 9.58 | 0.95 | - |
| YUV | 66.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 1 | 0 | 0.86 | 0.99 | 0.32 | 8.37 | 0.99 | 0.34 |
| Hex | AD | 19 | 1 | 0 | 56 | 63 | 20 | 8 | 63 | 22 |
| Octal | 255 | 31 | 1 | 0 | 126 | 143 | 40 | 10 | 143 | 42 |
| Binary | 10101101 | 11001 | 1 | 0 | 1010110 | 1100011 | 100000 | 1000 | 1100011 | 100010 |
Color Harmonies of #AD1901
Complementary color
Monochromatic Colors of #AD1901
Black with #AD1901
Text Example
Text Example
White with #AD1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1901; }
p { color: rgb(173,25,1); }
H1.HeaderClassName
{
color: #AD1901;
}
.AnyTagClassName
{
color: #AD1901;
}
</style>
background-color css
<style>
a { background-color: #AD1901; }
a { background-color: rgb(173,25,1); }
div.DivClassName
{
background-color: #AD1901;
}
.BgClassName
{
background-color: #AD1901;
}
</style>
border-color css
<style>
span { border-color: #AD1901; }
span { border-color: rgb(173,25,1); }
td.TdClassName
{
border-color: #AD1901;
}
.TagClassName
{
border-color: #AD1901;
}
</style>