Shades of Free Speech Red #AD1702
Tints of Free Speech Red #AD1702
RGB
CMYK
RGB Variations
Color information
#AD1702 (or 0xAD1702) is known color: Free Speech Red. HEX triplet: AD, 17 and 02. RGB value is (173,23,2). Sum of RGB (Red+Green+Blue) = 173+23+2=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 2 (1.17% from 255 or 1.01% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1702 is #52E8FD. Grayscale: #414141. Windows color (decimal): -5433598 or 137133. OLE color: 137133.
HSL color Cylindrical-coordinate representation of color #AD1702: hue angle of 7.37º 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 #AD1702 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.32 |
| HSL | 7.37º | 0.98% | 0.34% | - |
| HSV(B) | 7.37º | 0.99% | 0.68% | - |
| XYZ | 17.55 | 9.5 | 0.97 | - |
| YUV | 65.46 | 92.2 | 204.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 2 | 0 | 0.87 | 0.99 | 0.32 | 7.37 | 0.98 | 0.34 |
| Hex | AD | 17 | 2 | 0 | 57 | 63 | 20 | 7 | 62 | 22 |
| Octal | 255 | 27 | 2 | 0 | 127 | 143 | 40 | 7 | 142 | 42 |
| Binary | 10101101 | 10111 | 10 | 0 | 1010111 | 1100011 | 100000 | 111 | 1100010 | 100010 |
Color Harmonies of #AD1702
Complementary color
Monochromatic Colors of #AD1702
Black with #AD1702
Text Example
Text Example
White with #AD1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1702; }
p { color: rgb(173,23,2); }
H1.HeaderClassName
{
color: #AD1702;
}
.AnyTagClassName
{
color: #AD1702;
}
</style>
background-color css
<style>
a { background-color: #AD1702; }
a { background-color: rgb(173,23,2); }
div.DivClassName
{
background-color: #AD1702;
}
.BgClassName
{
background-color: #AD1702;
}
</style>
border-color css
<style>
span { border-color: #AD1702; }
span { border-color: rgb(173,23,2); }
td.TdClassName
{
border-color: #AD1702;
}
.TagClassName
{
border-color: #AD1702;
}
</style>