Shades of Free Speech Red #AD1C00
Tints of Free Speech Red #AD1C00
RGB
CMYK
RGB Variations
Color information
#AD1C00 (or 0xAD1C00) is known color: Free Speech Red. HEX triplet: AD, 1C and 00. RGB value is (173,28,0). Sum of RGB (Red+Green+Blue) = 173+28+0=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1C00 is #52E3FF. Grayscale: #444444. Windows color (decimal): -5432320 or 7341. OLE color: 7341.
HSL color Cylindrical-coordinate representation of color #AD1C00: hue angle of 9.71º 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 #AD1C00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.32 |
| HSL | 9.71º | 1% | 0.34% | - |
| HSV(B) | 9.71º | 1% | 0.68% | - |
| XYZ | 17.65 | 9.71 | 0.94 | - |
| YUV | 68.16 | 89.54 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 0 | 0 | 0.84 | 1 | 0.32 | 9.71 | 1 | 0.34 |
| Hex | AD | 1C | 0 | 0 | 54 | 64 | 20 | A | 64 | 22 |
| Octal | 255 | 34 | 0 | 0 | 124 | 144 | 40 | 12 | 144 | 42 |
| Binary | 10101101 | 11100 | 0 | 0 | 1010100 | 1100100 | 100000 | 1010 | 1100100 | 100010 |
Color Harmonies of #AD1C00
Complementary color
Monochromatic Colors of #AD1C00
Black with #AD1C00
Text Example
Text Example
White with #AD1C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C00; }
p { color: rgb(173,28,0); }
H1.HeaderClassName
{
color: #AD1C00;
}
.AnyTagClassName
{
color: #AD1C00;
}
</style>
background-color css
<style>
a { background-color: #AD1C00; }
a { background-color: rgb(173,28,0); }
div.DivClassName
{
background-color: #AD1C00;
}
.BgClassName
{
background-color: #AD1C00;
}
</style>
border-color css
<style>
span { border-color: #AD1C00; }
span { border-color: rgb(173,28,0); }
td.TdClassName
{
border-color: #AD1C00;
}
.TagClassName
{
border-color: #AD1C00;
}
</style>