Shades of Free Speech Red #AD0F06
Tints of Free Speech Red #AD0F06
RGB
CMYK
RGB Variations
Color information
#AD0F06 (or 0xAD0F06) is known color: Free Speech Red. HEX triplet: AD, 0F and 06. RGB value is (173,15,6). Sum of RGB (Red+Green+Blue) = 173+15+6=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F06 is #52F0F9. Grayscale: #3D3D3D. Windows color (decimal): -5435642 or 397229. OLE color: 397229.
HSL color Cylindrical-coordinate representation of color #AD0F06: hue angle of 3.23º 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 #AD0F06 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 6 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.32 |
| HSL | 3.23º | 0.93% | 0.35% | - |
| HSV(B) | 3.23º | 0.97% | 0.68% | - |
| XYZ | 17.44 | 9.24 | 1.04 | - |
| YUV | 61.22 | 96.85 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 6 | 0 | 0.91 | 0.97 | 0.32 | 3.23 | 0.93 | 0.35 |
| Hex | AD | F | 6 | 0 | 5B | 61 | 20 | 3 | 5D | 23 |
| Octal | 255 | 17 | 6 | 0 | 133 | 141 | 40 | 3 | 135 | 43 |
| Binary | 10101101 | 1111 | 110 | 0 | 1011011 | 1100001 | 100000 | 11 | 1011101 | 100011 |
Color Harmonies of #AD0F06
Complementary color
Monochromatic Colors of #AD0F06
Black with #AD0F06
Text Example
Text Example
White with #AD0F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F06; }
p { color: rgb(173,15,6); }
H1.HeaderClassName
{
color: #AD0F06;
}
.AnyTagClassName
{
color: #AD0F06;
}
</style>
background-color css
<style>
a { background-color: #AD0F06; }
a { background-color: rgb(173,15,6); }
div.DivClassName
{
background-color: #AD0F06;
}
.BgClassName
{
background-color: #AD0F06;
}
</style>
border-color css
<style>
span { border-color: #AD0F06; }
span { border-color: rgb(173,15,6); }
td.TdClassName
{
border-color: #AD0F06;
}
.TagClassName
{
border-color: #AD0F06;
}
</style>