Shades of Free Speech Red #AD0802
Tints of Free Speech Red #AD0802
RGB
CMYK
RGB Variations
Color information
#AD0802 (or 0xAD0802) is known color: Free Speech Red. HEX triplet: AD, 08 and 02. RGB value is (173,8,2). Sum of RGB (Red+Green+Blue) = 173+8+2=183 (24% of max value = 765). Red value is 173 (67.97% from 255 or 94.54% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0802 is #52F7FD. Grayscale: #383838. Windows color (decimal): -5437438 or 133293. OLE color: 133293.
HSL color Cylindrical-coordinate representation of color #AD0802: hue angle of 2.11º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD0802 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 8 | 2 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.32 |
| HSL | 2.11º | 0.98% | 0.34% | - |
| HSV(B) | 2.11º | 0.99% | 0.68% | - |
| XYZ | 17.33 | 9.06 | 0.89 | - |
| YUV | 56.65 | 97.16 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 8 | 2 | 0 | 0.95 | 0.99 | 0.32 | 2.11 | 0.98 | 0.34 |
| Hex | AD | 8 | 2 | 0 | 5F | 63 | 20 | 2 | 62 | 22 |
| Octal | 255 | 10 | 2 | 0 | 137 | 143 | 40 | 2 | 142 | 42 |
| Binary | 10101101 | 1000 | 10 | 0 | 1011111 | 1100011 | 100000 | 10 | 1100010 | 100010 |
Color Harmonies of #AD0802
Complementary color
Monochromatic Colors of #AD0802
Black with #AD0802
Text Example
Text Example
White with #AD0802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0802; }
p { color: rgb(173,8,2); }
H1.HeaderClassName
{
color: #AD0802;
}
.AnyTagClassName
{
color: #AD0802;
}
</style>
background-color css
<style>
a { background-color: #AD0802; }
a { background-color: rgb(173,8,2); }
div.DivClassName
{
background-color: #AD0802;
}
.BgClassName
{
background-color: #AD0802;
}
</style>
border-color css
<style>
span { border-color: #AD0802; }
span { border-color: rgb(173,8,2); }
td.TdClassName
{
border-color: #AD0802;
}
.TagClassName
{
border-color: #AD0802;
}
</style>