Shades of Free Speech Red #AD1400
Tints of Free Speech Red #AD1400
RGB
CMYK
RGB Variations
Color information
#AD1400 (or 0xAD1400) is known color: Free Speech Red. HEX triplet: AD, 14 and 00. RGB value is (173,20,0). Sum of RGB (Red+Green+Blue) = 173+20+0=193 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.64% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1400 is #52EBFF. Grayscale: #3F3F3F. Windows color (decimal): -5434368 or 5293. OLE color: 5293.
HSL color Cylindrical-coordinate representation of color #AD1400: hue angle of 6.94º 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 #AD1400 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.32 |
| HSL | 6.94º | 1% | 0.34% | - |
| HSV(B) | 6.94º | 1% | 0.68% | - |
| XYZ | 17.48 | 9.38 | 0.89 | - |
| YUV | 63.47 | 92.19 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 0 | 0 | 0.88 | 1 | 0.32 | 6.94 | 1 | 0.34 |
| Hex | AD | 14 | 0 | 0 | 58 | 64 | 20 | 7 | 64 | 22 |
| Octal | 255 | 24 | 0 | 0 | 130 | 144 | 40 | 7 | 144 | 42 |
| Binary | 10101101 | 10100 | 0 | 0 | 1011000 | 1100100 | 100000 | 111 | 1100100 | 100010 |
Color Harmonies of #AD1400
Complementary color
Monochromatic Colors of #AD1400
Black with #AD1400
Text Example
Text Example
White with #AD1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1400; }
p { color: rgb(173,20,0); }
H1.HeaderClassName
{
color: #AD1400;
}
.AnyTagClassName
{
color: #AD1400;
}
</style>
background-color css
<style>
a { background-color: #AD1400; }
a { background-color: rgb(173,20,0); }
div.DivClassName
{
background-color: #AD1400;
}
.BgClassName
{
background-color: #AD1400;
}
</style>
border-color css
<style>
span { border-color: #AD1400; }
span { border-color: rgb(173,20,0); }
td.TdClassName
{
border-color: #AD1400;
}
.TagClassName
{
border-color: #AD1400;
}
</style>