Shades of Free Speech Red #AD0D02
Tints of Free Speech Red #AD0D02
RGB
CMYK
RGB Variations
Color information
#AD0D02 (or 0xAD0D02) is known color: Free Speech Red. HEX triplet: AD, 0D and 02. RGB value is (173,13,2). Sum of RGB (Red+Green+Blue) = 173+13+2=188 (24% of max value = 765). Red value is 173 (67.97% from 255 or 92.02% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0D02 is #52F2FD. Grayscale: #3B3B3B. Windows color (decimal): -5436158 or 134573. OLE color: 134573.
HSL color Cylindrical-coordinate representation of color #AD0D02: hue angle of 3.86º 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 #AD0D02 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 13 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.32 |
| HSL | 3.86º | 0.98% | 0.34% | - |
| HSV(B) | 3.86º | 0.99% | 0.68% | - |
| XYZ | 17.39 | 9.18 | 0.91 | - |
| YUV | 59.59 | 95.51 | 208.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 13 | 2 | 0 | 0.92 | 0.99 | 0.32 | 3.86 | 0.98 | 0.34 |
| Hex | AD | D | 2 | 0 | 5C | 63 | 20 | 4 | 62 | 22 |
| Octal | 255 | 15 | 2 | 0 | 134 | 143 | 40 | 4 | 142 | 42 |
| Binary | 10101101 | 1101 | 10 | 0 | 1011100 | 1100011 | 100000 | 100 | 1100010 | 100010 |
Color Harmonies of #AD0D02
Complementary color
Monochromatic Colors of #AD0D02
Black with #AD0D02
Text Example
Text Example
White with #AD0D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0D02; }
p { color: rgb(173,13,2); }
H1.HeaderClassName
{
color: #AD0D02;
}
.AnyTagClassName
{
color: #AD0D02;
}
</style>
background-color css
<style>
a { background-color: #AD0D02; }
a { background-color: rgb(173,13,2); }
div.DivClassName
{
background-color: #AD0D02;
}
.BgClassName
{
background-color: #AD0D02;
}
</style>
border-color css
<style>
span { border-color: #AD0D02; }
span { border-color: rgb(173,13,2); }
td.TdClassName
{
border-color: #AD0D02;
}
.TagClassName
{
border-color: #AD0D02;
}
</style>