Shades of Free Speech Red #AD0C04
Tints of Free Speech Red #AD0C04
RGB
CMYK
RGB Variations
Color information
#AD0C04 (or 0xAD0C04) is known color: Free Speech Red. HEX triplet: AD, 0C and 04. RGB value is (173,12,4). Sum of RGB (Red+Green+Blue) = 173+12+4=189 (25% of max value = 765). Red value is 173 (67.97% from 255 or 91.53% from 189); Green value is 12 (5.08% from 255 or 6.35% from 189); Blue value is 4 (1.95% from 255 or 2.12% from 189); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0C04 is #52F3FB. Grayscale: #3B3B3B. Windows color (decimal): -5436412 or 265389. OLE color: 265389.
HSL color Cylindrical-coordinate representation of color #AD0C04: hue angle of 2.84º 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 #AD0C04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 12 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.32 |
| HSL | 2.84º | 0.95% | 0.35% | - |
| HSV(B) | 2.84º | 0.98% | 0.68% | - |
| XYZ | 17.39 | 9.16 | 0.97 | - |
| YUV | 59.23 | 96.84 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 12 | 4 | 0 | 0.93 | 0.98 | 0.32 | 2.84 | 0.95 | 0.35 |
| Hex | AD | C | 4 | 0 | 5D | 62 | 20 | 3 | 5F | 23 |
| Octal | 255 | 14 | 4 | 0 | 135 | 142 | 40 | 3 | 137 | 43 |
| Binary | 10101101 | 1100 | 100 | 0 | 1011101 | 1100010 | 100000 | 11 | 1011111 | 100011 |
Color Harmonies of #AD0C04
Complementary color
Monochromatic Colors of #AD0C04
Black with #AD0C04
Text Example
Text Example
White with #AD0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0C04; }
p { color: rgb(173,12,4); }
H1.HeaderClassName
{
color: #AD0C04;
}
.AnyTagClassName
{
color: #AD0C04;
}
</style>
background-color css
<style>
a { background-color: #AD0C04; }
a { background-color: rgb(173,12,4); }
div.DivClassName
{
background-color: #AD0C04;
}
.BgClassName
{
background-color: #AD0C04;
}
</style>
border-color css
<style>
span { border-color: #AD0C04; }
span { border-color: rgb(173,12,4); }
td.TdClassName
{
border-color: #AD0C04;
}
.TagClassName
{
border-color: #AD0C04;
}
</style>