Shades of Free Speech Red #AD0A07
Tints of Free Speech Red #AD0A07
RGB
CMYK
RGB Variations
Color information
#AD0A07 (or 0xAD0A07) is known color: Free Speech Red. HEX triplet: AD, 0A and 07. RGB value is (173,10,7). Sum of RGB (Red+Green+Blue) = 173+10+7=190 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.05% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A07 is #52F5F8. Grayscale: #3A3A3A. Windows color (decimal): -5436921 or 461485. OLE color: 461485.
HSL color Cylindrical-coordinate representation of color #AD0A07: hue angle of 1.08º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AD0A07 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 10 | 7 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.32 |
| HSL | 1.08º | 0.92% | 0.35% | - |
| HSV(B) | 1.08º | 0.96% | 0.68% | - |
| XYZ | 17.38 | 9.12 | 1.04 | - |
| YUV | 58.4 | 99 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 10 | 7 | 0 | 0.94 | 0.96 | 0.32 | 1.08 | 0.92 | 0.35 |
| Hex | AD | A | 7 | 0 | 5E | 60 | 20 | 1 | 5C | 23 |
| Octal | 255 | 12 | 7 | 0 | 136 | 140 | 40 | 1 | 134 | 43 |
| Binary | 10101101 | 1010 | 111 | 0 | 1011110 | 1100000 | 100000 | 1 | 1011100 | 100011 |
Color Harmonies of #AD0A07
Complementary color
Monochromatic Colors of #AD0A07
Black with #AD0A07
Text Example
Text Example
White with #AD0A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0A07; }
p { color: rgb(173,10,7); }
H1.HeaderClassName
{
color: #AD0A07;
}
.AnyTagClassName
{
color: #AD0A07;
}
</style>
background-color css
<style>
a { background-color: #AD0A07; }
a { background-color: rgb(173,10,7); }
div.DivClassName
{
background-color: #AD0A07;
}
.BgClassName
{
background-color: #AD0A07;
}
</style>
border-color css
<style>
span { border-color: #AD0A07; }
span { border-color: rgb(173,10,7); }
td.TdClassName
{
border-color: #AD0A07;
}
.TagClassName
{
border-color: #AD0A07;
}
</style>