Shades of Free Speech Red #AD1803
Tints of Free Speech Red #AD1803
RGB
CMYK
RGB Variations
Color information
#AD1803 (or 0xAD1803) is known color: Free Speech Red. HEX triplet: AD, 18 and 03. RGB value is (173,24,3). Sum of RGB (Red+Green+Blue) = 173+24+3=200 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.5% from 200); Green value is 24 (9.77% from 255 or 12% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1803 is #52E7FC. Grayscale: #424242. Windows color (decimal): -5433341 or 202925. OLE color: 202925.
HSL color Cylindrical-coordinate representation of color #AD1803: hue angle of 7.41º 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 #AD1803 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.32 |
| HSL | 7.41º | 0.97% | 0.35% | - |
| HSV(B) | 7.41º | 0.98% | 0.68% | - |
| XYZ | 17.58 | 9.54 | 1 | - |
| YUV | 66.16 | 92.36 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 3 | 0 | 0.86 | 0.98 | 0.32 | 7.41 | 0.97 | 0.35 |
| Hex | AD | 18 | 3 | 0 | 56 | 62 | 20 | 7 | 61 | 23 |
| Octal | 255 | 30 | 3 | 0 | 126 | 142 | 40 | 7 | 141 | 43 |
| Binary | 10101101 | 11000 | 11 | 0 | 1010110 | 1100010 | 100000 | 111 | 1100001 | 100011 |
Color Harmonies of #AD1803
Complementary color
Monochromatic Colors of #AD1803
Black with #AD1803
Text Example
Text Example
White with #AD1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1803; }
p { color: rgb(173,24,3); }
H1.HeaderClassName
{
color: #AD1803;
}
.AnyTagClassName
{
color: #AD1803;
}
</style>
background-color css
<style>
a { background-color: #AD1803; }
a { background-color: rgb(173,24,3); }
div.DivClassName
{
background-color: #AD1803;
}
.BgClassName
{
background-color: #AD1803;
}
</style>
border-color css
<style>
span { border-color: #AD1803; }
span { border-color: rgb(173,24,3); }
td.TdClassName
{
border-color: #AD1803;
}
.TagClassName
{
border-color: #AD1803;
}
</style>