Shades of Free Speech Red #AD1302
Tints of Free Speech Red #AD1302
RGB
CMYK
RGB Variations
Color information
#AD1302 (or 0xAD1302) is known color: Free Speech Red. HEX triplet: AD, 13 and 02. RGB value is (173,19,2). Sum of RGB (Red+Green+Blue) = 173+19+2=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1302 is #52ECFD. Grayscale: #3F3F3F. Windows color (decimal): -5434622 or 136109. OLE color: 136109.
HSL color Cylindrical-coordinate representation of color #AD1302: hue angle of 5.96º 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 #AD1302 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.32 |
| HSL | 5.96º | 0.98% | 0.34% | - |
| HSV(B) | 5.96º | 0.99% | 0.68% | - |
| XYZ | 17.48 | 9.35 | 0.94 | - |
| YUV | 63.11 | 93.52 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 2 | 0 | 0.89 | 0.99 | 0.32 | 5.96 | 0.98 | 0.34 |
| Hex | AD | 13 | 2 | 0 | 59 | 63 | 20 | 6 | 62 | 22 |
| Octal | 255 | 23 | 2 | 0 | 131 | 143 | 40 | 6 | 142 | 42 |
| Binary | 10101101 | 10011 | 10 | 0 | 1011001 | 1100011 | 100000 | 110 | 1100010 | 100010 |
Color Harmonies of #AD1302
Complementary color
Monochromatic Colors of #AD1302
Black with #AD1302
Text Example
Text Example
White with #AD1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1302; }
p { color: rgb(173,19,2); }
H1.HeaderClassName
{
color: #AD1302;
}
.AnyTagClassName
{
color: #AD1302;
}
</style>
background-color css
<style>
a { background-color: #AD1302; }
a { background-color: rgb(173,19,2); }
div.DivClassName
{
background-color: #AD1302;
}
.BgClassName
{
background-color: #AD1302;
}
</style>
border-color css
<style>
span { border-color: #AD1302; }
span { border-color: rgb(173,19,2); }
td.TdClassName
{
border-color: #AD1302;
}
.TagClassName
{
border-color: #AD1302;
}
</style>