Shades of Free Speech Red #AD1501
Tints of Free Speech Red #AD1501
RGB
CMYK
RGB Variations
Color information
#AD1501 (or 0xAD1501) is known color: Free Speech Red. HEX triplet: AD, 15 and 01. RGB value is (173,21,1). Sum of RGB (Red+Green+Blue) = 173+21+1=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1501 is #52EAFE. Grayscale: #404040. Windows color (decimal): -5434111 or 71085. OLE color: 71085.
HSL color Cylindrical-coordinate representation of color #AD1501: hue angle of 6.98º 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 #AD1501 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.32 |
| HSL | 6.98º | 0.99% | 0.34% | - |
| HSV(B) | 6.98º | 0.99% | 0.68% | - |
| XYZ | 17.51 | 9.42 | 0.92 | - |
| YUV | 64.17 | 92.36 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 1 | 0 | 0.88 | 0.99 | 0.32 | 6.98 | 0.99 | 0.34 |
| Hex | AD | 15 | 1 | 0 | 58 | 63 | 20 | 7 | 63 | 22 |
| Octal | 255 | 25 | 1 | 0 | 130 | 143 | 40 | 7 | 143 | 42 |
| Binary | 10101101 | 10101 | 1 | 0 | 1011000 | 1100011 | 100000 | 111 | 1100011 | 100010 |
Color Harmonies of #AD1501
Complementary color
Monochromatic Colors of #AD1501
Black with #AD1501
Text Example
Text Example
White with #AD1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1501; }
p { color: rgb(173,21,1); }
H1.HeaderClassName
{
color: #AD1501;
}
.AnyTagClassName
{
color: #AD1501;
}
</style>
background-color css
<style>
a { background-color: #AD1501; }
a { background-color: rgb(173,21,1); }
div.DivClassName
{
background-color: #AD1501;
}
.BgClassName
{
background-color: #AD1501;
}
</style>
border-color css
<style>
span { border-color: #AD1501; }
span { border-color: rgb(173,21,1); }
td.TdClassName
{
border-color: #AD1501;
}
.TagClassName
{
border-color: #AD1501;
}
</style>