Shades of Free Speech Red #AD1102
Tints of Free Speech Red #AD1102
RGB
CMYK
RGB Variations
Color information
#AD1102 (or 0xAD1102) is known color: Free Speech Red. HEX triplet: AD, 11 and 02. RGB value is (173,17,2). Sum of RGB (Red+Green+Blue) = 173+17+2=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1102 is #52EEFD. Grayscale: #3E3E3E. Windows color (decimal): -5435134 or 135597. OLE color: 135597.
HSL color Cylindrical-coordinate representation of color #AD1102: hue angle of 5.26º 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 #AD1102 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 17 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.32 |
| HSL | 5.26º | 0.98% | 0.34% | - |
| HSV(B) | 5.26º | 0.99% | 0.68% | - |
| XYZ | 17.44 | 9.29 | 0.93 | - |
| YUV | 61.93 | 94.18 | 207.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 17 | 2 | 0 | 0.90 | 0.99 | 0.32 | 5.26 | 0.98 | 0.34 |
| Hex | AD | 11 | 2 | 0 | 5A | 63 | 20 | 5 | 62 | 22 |
| Octal | 255 | 21 | 2 | 0 | 132 | 143 | 40 | 5 | 142 | 42 |
| Binary | 10101101 | 10001 | 10 | 0 | 1011010 | 1100011 | 100000 | 101 | 1100010 | 100010 |
Color Harmonies of #AD1102
Complementary color
Monochromatic Colors of #AD1102
Black with #AD1102
Text Example
Text Example
White with #AD1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1102; }
p { color: rgb(173,17,2); }
H1.HeaderClassName
{
color: #AD1102;
}
.AnyTagClassName
{
color: #AD1102;
}
</style>
background-color css
<style>
a { background-color: #AD1102; }
a { background-color: rgb(173,17,2); }
div.DivClassName
{
background-color: #AD1102;
}
.BgClassName
{
background-color: #AD1102;
}
</style>
border-color css
<style>
span { border-color: #AD1102; }
span { border-color: rgb(173,17,2); }
td.TdClassName
{
border-color: #AD1102;
}
.TagClassName
{
border-color: #AD1102;
}
</style>