Shades of Free Speech Red #AD0F04
Tints of Free Speech Red #AD0F04
RGB
CMYK
RGB Variations
Color information
#AD0F04 (or 0xAD0F04) is known color: Free Speech Red. HEX triplet: AD, 0F and 04. RGB value is (173,15,4). Sum of RGB (Red+Green+Blue) = 173+15+4=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F04 is #52F0FB. Grayscale: #3D3D3D. Windows color (decimal): -5435644 or 266157. OLE color: 266157.
HSL color Cylindrical-coordinate representation of color #AD0F04: hue angle of 3.91º degrees, saturation: 0.95, 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 #AD0F04 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 4 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.32 |
| HSL | 3.91º | 0.95% | 0.35% | - |
| HSV(B) | 3.91º | 0.98% | 0.68% | - |
| XYZ | 17.43 | 9.23 | 0.98 | - |
| YUV | 60.99 | 95.85 | 207.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 4 | 0 | 0.91 | 0.98 | 0.32 | 3.91 | 0.95 | 0.35 |
| Hex | AD | F | 4 | 0 | 5B | 62 | 20 | 4 | 5F | 23 |
| Octal | 255 | 17 | 4 | 0 | 133 | 142 | 40 | 4 | 137 | 43 |
| Binary | 10101101 | 1111 | 100 | 0 | 1011011 | 1100010 | 100000 | 100 | 1011111 | 100011 |
Color Harmonies of #AD0F04
Complementary color
Monochromatic Colors of #AD0F04
Black with #AD0F04
Text Example
Text Example
White with #AD0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F04; }
p { color: rgb(173,15,4); }
H1.HeaderClassName
{
color: #AD0F04;
}
.AnyTagClassName
{
color: #AD0F04;
}
</style>
background-color css
<style>
a { background-color: #AD0F04; }
a { background-color: rgb(173,15,4); }
div.DivClassName
{
background-color: #AD0F04;
}
.BgClassName
{
background-color: #AD0F04;
}
</style>
border-color css
<style>
span { border-color: #AD0F04; }
span { border-color: rgb(173,15,4); }
td.TdClassName
{
border-color: #AD0F04;
}
.TagClassName
{
border-color: #AD0F04;
}
</style>