Shades of Free Speech Red #AD0F09
Tints of Free Speech Red #AD0F09
RGB
CMYK
RGB Variations
Color information
#AD0F09 (or 0xAD0F09) is known color: Free Speech Red. HEX triplet: AD, 0F and 09. RGB value is (173,15,9). Sum of RGB (Red+Green+Blue) = 173+15+9=197 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.82% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 9 (3.91% from 255 or 4.57% from 197); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F09 is #52F0F6. Grayscale: #3D3D3D. Windows color (decimal): -5435639 or 593837. OLE color: 593837.
HSL color Cylindrical-coordinate representation of color #AD0F09: hue angle of 2.2º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0F09 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 9 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.32 |
| HSL | 2.2º | 0.9% | 0.36% | - |
| HSV(B) | 2.2º | 0.95% | 0.68% | - |
| XYZ | 17.45 | 9.25 | 1.12 | - |
| YUV | 61.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 9 | 0 | 0.91 | 0.95 | 0.32 | 2.2 | 0.9 | 0.36 |
| Hex | AD | F | 9 | 0 | 5B | 5F | 20 | 2 | 5A | 24 |
| Octal | 255 | 17 | 11 | 0 | 133 | 137 | 40 | 2 | 132 | 44 |
| Binary | 10101101 | 1111 | 1001 | 0 | 1011011 | 1011111 | 100000 | 10 | 1011010 | 100100 |
Color Harmonies of #AD0F09
Complementary color
Monochromatic Colors of #AD0F09
Black with #AD0F09
Text Example
Text Example
White with #AD0F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F09; }
p { color: rgb(173,15,9); }
H1.HeaderClassName
{
color: #AD0F09;
}
.AnyTagClassName
{
color: #AD0F09;
}
</style>
background-color css
<style>
a { background-color: #AD0F09; }
a { background-color: rgb(173,15,9); }
div.DivClassName
{
background-color: #AD0F09;
}
.BgClassName
{
background-color: #AD0F09;
}
</style>
border-color css
<style>
span { border-color: #AD0F09; }
span { border-color: rgb(173,15,9); }
td.TdClassName
{
border-color: #AD0F09;
}
.TagClassName
{
border-color: #AD0F09;
}
</style>