Shades of Free Speech Red #AD1D00
Tints of Free Speech Red #AD1D00
RGB
CMYK
RGB Variations
Color information
#AD1D00 (or 0xAD1D00) is known color: Free Speech Red. HEX triplet: AD, 1D and 00. RGB value is (173,29,0). Sum of RGB (Red+Green+Blue) = 173+29+0=202 (26% of max value = 765). Red value is 173 (67.97% from 255 or 85.64% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D00 is #52E2FF. Grayscale: #454545. Windows color (decimal): -5432064 or 7597. OLE color: 7597.
HSL color Cylindrical-coordinate representation of color #AD1D00: hue angle of 10.06º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD1D00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.32 |
| HSL | 10.06º | 1% | 0.34% | - |
| HSV(B) | 10.06º | 1% | 0.68% | - |
| XYZ | 17.67 | 9.76 | 0.95 | - |
| YUV | 68.75 | 89.21 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 0 | 0 | 0.83 | 1 | 0.32 | 10.06 | 1 | 0.34 |
| Hex | AD | 1D | 0 | 0 | 53 | 64 | 20 | A | 64 | 22 |
| Octal | 255 | 35 | 0 | 0 | 123 | 144 | 40 | 12 | 144 | 42 |
| Binary | 10101101 | 11101 | 0 | 0 | 1010011 | 1100100 | 100000 | 1010 | 1100100 | 100010 |
Color Harmonies of #AD1D00
Complementary color
Monochromatic Colors of #AD1D00
Black with #AD1D00
Text Example
Text Example
White with #AD1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D00; }
p { color: rgb(173,29,0); }
H1.HeaderClassName
{
color: #AD1D00;
}
.AnyTagClassName
{
color: #AD1D00;
}
</style>
background-color css
<style>
a { background-color: #AD1D00; }
a { background-color: rgb(173,29,0); }
div.DivClassName
{
background-color: #AD1D00;
}
.BgClassName
{
background-color: #AD1D00;
}
</style>
border-color css
<style>
span { border-color: #AD1D00; }
span { border-color: rgb(173,29,0); }
td.TdClassName
{
border-color: #AD1D00;
}
.TagClassName
{
border-color: #AD1D00;
}
</style>