Shades of Free Speech Red #AD0E08
Tints of Free Speech Red #AD0E08
RGB
CMYK
RGB Variations
Color information
#AD0E08 (or 0xAD0E08) is known color: Free Speech Red. HEX triplet: AD, 0E and 08. RGB value is (173,14,8). Sum of RGB (Red+Green+Blue) = 173+14+8=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 14 (5.86% from 255 or 7.18% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0E08 is #52F1F7. Grayscale: #3D3D3D. Windows color (decimal): -5435896 or 528045. OLE color: 528045.
HSL color Cylindrical-coordinate representation of color #AD0E08: hue angle of 2.18º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0E08 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 14 | 8 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.32 |
| HSL | 2.18º | 0.91% | 0.35% | - |
| HSV(B) | 2.18º | 0.95% | 0.68% | - |
| XYZ | 17.43 | 9.22 | 1.09 | - |
| YUV | 60.86 | 98.18 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 14 | 8 | 0 | 0.92 | 0.95 | 0.32 | 2.18 | 0.91 | 0.35 |
| Hex | AD | E | 8 | 0 | 5C | 5F | 20 | 2 | 5B | 23 |
| Octal | 255 | 16 | 10 | 0 | 134 | 137 | 40 | 2 | 133 | 43 |
| Binary | 10101101 | 1110 | 1000 | 0 | 1011100 | 1011111 | 100000 | 10 | 1011011 | 100011 |
Color Harmonies of #AD0E08
Complementary color
Monochromatic Colors of #AD0E08
Black with #AD0E08
Text Example
Text Example
White with #AD0E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0E08; }
p { color: rgb(173,14,8); }
H1.HeaderClassName
{
color: #AD0E08;
}
.AnyTagClassName
{
color: #AD0E08;
}
</style>
background-color css
<style>
a { background-color: #AD0E08; }
a { background-color: rgb(173,14,8); }
div.DivClassName
{
background-color: #AD0E08;
}
.BgClassName
{
background-color: #AD0E08;
}
</style>
border-color css
<style>
span { border-color: #AD0E08; }
span { border-color: rgb(173,14,8); }
td.TdClassName
{
border-color: #AD0E08;
}
.TagClassName
{
border-color: #AD0E08;
}
</style>