Shades of Free Speech Red #AD0907
Tints of Free Speech Red #AD0907
RGB
CMYK
RGB Variations
Color information
#AD0907 (or 0xAD0907) is known color: Free Speech Red. HEX triplet: AD, 09 and 07. RGB value is (173,9,7). Sum of RGB (Red+Green+Blue) = 173+9+7=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0907 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0907 is #52F6F8. Grayscale: #393939. Windows color (decimal): -5437177 or 461229. OLE color: 461229.
HSL color Cylindrical-coordinate representation of color #AD0907: hue angle of 0.72º 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 #AD0907 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 7 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.32 |
| HSL | 0.72º | 0.92% | 0.35% | - |
| HSV(B) | 0.72º | 0.96% | 0.68% | - |
| XYZ | 17.37 | 9.09 | 1.04 | - |
| YUV | 57.81 | 99.33 | 210.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 7 | 0 | 0.95 | 0.96 | 0.32 | 0.72 | 0.92 | 0.35 |
| Hex | AD | 9 | 7 | 0 | 5F | 60 | 20 | 1 | 5C | 23 |
| Octal | 255 | 11 | 7 | 0 | 137 | 140 | 40 | 1 | 134 | 43 |
| Binary | 10101101 | 1001 | 111 | 0 | 1011111 | 1100000 | 100000 | 1 | 1011100 | 100011 |
Color Harmonies of #AD0907
Complementary color
Monochromatic Colors of #AD0907
Black with #AD0907
Text Example
Text Example
White with #AD0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0907; }
p { color: rgb(173,9,7); }
H1.HeaderClassName
{
color: #AD0907;
}
.AnyTagClassName
{
color: #AD0907;
}
</style>
background-color css
<style>
a { background-color: #AD0907; }
a { background-color: rgb(173,9,7); }
div.DivClassName
{
background-color: #AD0907;
}
.BgClassName
{
background-color: #AD0907;
}
</style>
border-color css
<style>
span { border-color: #AD0907; }
span { border-color: rgb(173,9,7); }
td.TdClassName
{
border-color: #AD0907;
}
.TagClassName
{
border-color: #AD0907;
}
</style>