Shades of Free Speech Red #AD0606
Tints of Free Speech Red #AD0606
RGB
CMYK
RGB Variations
Color information
#AD0606 (or 0xAD0606) is known color: Free Speech Red. HEX triplet: AD, 06 and 06. RGB value is (173,6,6). Sum of RGB (Red+Green+Blue) = 173+6+6=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0606 is #52F9F9. Grayscale: #383838. Windows color (decimal): -5437946 or 394925. OLE color: 394925.
HSL color Cylindrical-coordinate representation of color #AD0606: hue angle of 0º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD0606 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 6 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.32 |
| HSL | 0º | 0.93% | 0.35% | - |
| HSV(B) | 0º | 0.97% | 0.68% | - |
| XYZ | 17.33 | 9.03 | 1 | - |
| YUV | 55.93 | 99.83 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 6 | 0 | 0.97 | 0.97 | 0.32 | 0 | 0.93 | 0.35 |
| Hex | AD | 6 | 6 | 0 | 61 | 61 | 20 | 0 | 5D | 23 |
| Octal | 255 | 6 | 6 | 0 | 141 | 141 | 40 | 0 | 135 | 43 |
| Binary | 10101101 | 110 | 110 | 0 | 1100001 | 1100001 | 100000 | 0 | 1011101 | 100011 |
Color Harmonies of #AD0606
Complementary color
Monochromatic Colors of #AD0606
Black with #AD0606
Text Example
Text Example
White with #AD0606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0606; }
p { color: rgb(173,6,6); }
H1.HeaderClassName
{
color: #AD0606;
}
.AnyTagClassName
{
color: #AD0606;
}
</style>
background-color css
<style>
a { background-color: #AD0606; }
a { background-color: rgb(173,6,6); }
div.DivClassName
{
background-color: #AD0606;
}
.BgClassName
{
background-color: #AD0606;
}
</style>
border-color css
<style>
span { border-color: #AD0606; }
span { border-color: rgb(173,6,6); }
td.TdClassName
{
border-color: #AD0606;
}
.TagClassName
{
border-color: #AD0606;
}
</style>