Shades of Free Speech Red #AD0903
Tints of Free Speech Red #AD0903
RGB
CMYK
RGB Variations
Color information
#AD0903 (or 0xAD0903) is known color: Free Speech Red. HEX triplet: AD, 09 and 03. RGB value is (173,9,3). Sum of RGB (Red+Green+Blue) = 173+9+3=185 (24% of max value = 765). Red value is 173 (67.97% from 255 or 93.51% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0903 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0903 is #52F6FC. Grayscale: #393939. Windows color (decimal): -5437181 or 199085. OLE color: 199085.
HSL color Cylindrical-coordinate representation of color #AD0903: hue angle of 2.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD0903 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 9 | 3 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.32 |
| HSL | 2.12º | 0.97% | 0.35% | - |
| HSV(B) | 2.12º | 0.98% | 0.68% | - |
| XYZ | 17.35 | 9.09 | 0.93 | - |
| YUV | 57.35 | 97.33 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 9 | 3 | 0 | 0.95 | 0.98 | 0.32 | 2.12 | 0.97 | 0.35 |
| Hex | AD | 9 | 3 | 0 | 5F | 62 | 20 | 2 | 61 | 23 |
| Octal | 255 | 11 | 3 | 0 | 137 | 142 | 40 | 2 | 141 | 43 |
| Binary | 10101101 | 1001 | 11 | 0 | 1011111 | 1100010 | 100000 | 10 | 1100001 | 100011 |
Color Harmonies of #AD0903
Complementary color
Monochromatic Colors of #AD0903
Black with #AD0903
Text Example
Text Example
White with #AD0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0903; }
p { color: rgb(173,9,3); }
H1.HeaderClassName
{
color: #AD0903;
}
.AnyTagClassName
{
color: #AD0903;
}
</style>
background-color css
<style>
a { background-color: #AD0903; }
a { background-color: rgb(173,9,3); }
div.DivClassName
{
background-color: #AD0903;
}
.BgClassName
{
background-color: #AD0903;
}
</style>
border-color css
<style>
span { border-color: #AD0903; }
span { border-color: rgb(173,9,3); }
td.TdClassName
{
border-color: #AD0903;
}
.TagClassName
{
border-color: #AD0903;
}
</style>