Shades of Free Speech Red #AD0700
Tints of Free Speech Red #AD0700
RGB
CMYK
RGB Variations
Color information
#AD0700 (or 0xAD0700) is known color: Free Speech Red. HEX triplet: AD, 07 and 00. RGB value is (173,7,0). Sum of RGB (Red+Green+Blue) = 173+7+0=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0700 is #52F8FF. Grayscale: #383838. Windows color (decimal): -5437696 or 1965. OLE color: 1965.
HSL color Cylindrical-coordinate representation of color #AD0700: hue angle of 2.43º 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 #AD0700 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 7 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.32 |
| HSL | 2.43º | 1% | 0.34% | - |
| HSV(B) | 2.43º | 1% | 0.68% | - |
| XYZ | 17.31 | 9.04 | 0.83 | - |
| YUV | 55.84 | 96.5 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 0 | 0 | 0.96 | 1 | 0.32 | 2.43 | 1 | 0.34 |
| Hex | AD | 7 | 0 | 0 | 60 | 64 | 20 | 2 | 64 | 22 |
| Octal | 255 | 7 | 0 | 0 | 140 | 144 | 40 | 2 | 144 | 42 |
| Binary | 10101101 | 111 | 0 | 0 | 1100000 | 1100100 | 100000 | 10 | 1100100 | 100010 |
Color Harmonies of #AD0700
Complementary color
Monochromatic Colors of #AD0700
Black with #AD0700
Text Example
Text Example
White with #AD0700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0700; }
p { color: rgb(173,7,0); }
H1.HeaderClassName
{
color: #AD0700;
}
.AnyTagClassName
{
color: #AD0700;
}
</style>
background-color css
<style>
a { background-color: #AD0700; }
a { background-color: rgb(173,7,0); }
div.DivClassName
{
background-color: #AD0700;
}
.BgClassName
{
background-color: #AD0700;
}
</style>
border-color css
<style>
span { border-color: #AD0700; }
span { border-color: rgb(173,7,0); }
td.TdClassName
{
border-color: #AD0700;
}
.TagClassName
{
border-color: #AD0700;
}
</style>