Shades of Free Speech Red #AD1504
Tints of Free Speech Red #AD1504
RGB
CMYK
RGB Variations
Color information
#AD1504 (or 0xAD1504) is known color: Free Speech Red. HEX triplet: AD, 15 and 04. RGB value is (173,21,4). Sum of RGB (Red+Green+Blue) = 173+21+4=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1504 is #52EAFB. Grayscale: #404040. Windows color (decimal): -5434108 or 267693. OLE color: 267693.
HSL color Cylindrical-coordinate representation of color #AD1504: hue angle of 6.04º 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 #AD1504 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 4 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.32 |
| HSL | 6.04º | 0.95% | 0.35% | - |
| HSV(B) | 6.04º | 0.98% | 0.68% | - |
| XYZ | 17.52 | 9.43 | 1.01 | - |
| YUV | 64.51 | 93.86 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 4 | 0 | 0.88 | 0.98 | 0.32 | 6.04 | 0.95 | 0.35 |
| Hex | AD | 15 | 4 | 0 | 58 | 62 | 20 | 6 | 5F | 23 |
| Octal | 255 | 25 | 4 | 0 | 130 | 142 | 40 | 6 | 137 | 43 |
| Binary | 10101101 | 10101 | 100 | 0 | 1011000 | 1100010 | 100000 | 110 | 1011111 | 100011 |
Color Harmonies of #AD1504
Complementary color
Monochromatic Colors of #AD1504
Black with #AD1504
Text Example
Text Example
White with #AD1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1504; }
p { color: rgb(173,21,4); }
H1.HeaderClassName
{
color: #AD1504;
}
.AnyTagClassName
{
color: #AD1504;
}
</style>
background-color css
<style>
a { background-color: #AD1504; }
a { background-color: rgb(173,21,4); }
div.DivClassName
{
background-color: #AD1504;
}
.BgClassName
{
background-color: #AD1504;
}
</style>
border-color css
<style>
span { border-color: #AD1504; }
span { border-color: rgb(173,21,4); }
td.TdClassName
{
border-color: #AD1504;
}
.TagClassName
{
border-color: #AD1504;
}
</style>