Shades of Free Speech Red #AD1500
Tints of Free Speech Red #AD1500
RGB
CMYK
RGB Variations
Color information
#AD1500 (or 0xAD1500) is known color: Free Speech Red. HEX triplet: AD, 15 and 00. RGB value is (173,21,0). Sum of RGB (Red+Green+Blue) = 173+21+0=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1500 is #52EAFF. Grayscale: #404040. Windows color (decimal): -5434112 or 5549. OLE color: 5549.
HSL color Cylindrical-coordinate representation of color #AD1500: hue angle of 7.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD1500 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.32 |
| HSL | 7.28º | 1% | 0.34% | - |
| HSV(B) | 7.28º | 1% | 0.68% | - |
| XYZ | 17.5 | 9.42 | 0.9 | - |
| YUV | 64.05 | 91.86 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 0 | 0 | 0.88 | 1 | 0.32 | 7.28 | 1 | 0.34 |
| Hex | AD | 15 | 0 | 0 | 58 | 64 | 20 | 7 | 64 | 22 |
| Octal | 255 | 25 | 0 | 0 | 130 | 144 | 40 | 7 | 144 | 42 |
| Binary | 10101101 | 10101 | 0 | 0 | 1011000 | 1100100 | 100000 | 111 | 1100100 | 100010 |
Color Harmonies of #AD1500
Complementary color
Monochromatic Colors of #AD1500
Black with #AD1500
Text Example
Text Example
White with #AD1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1500; }
p { color: rgb(173,21,0); }
H1.HeaderClassName
{
color: #AD1500;
}
.AnyTagClassName
{
color: #AD1500;
}
</style>
background-color css
<style>
a { background-color: #AD1500; }
a { background-color: rgb(173,21,0); }
div.DivClassName
{
background-color: #AD1500;
}
.BgClassName
{
background-color: #AD1500;
}
</style>
border-color css
<style>
span { border-color: #AD1500; }
span { border-color: rgb(173,21,0); }
td.TdClassName
{
border-color: #AD1500;
}
.TagClassName
{
border-color: #AD1500;
}
</style>