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