Shades of Free Speech Red #AD1402
Tints of Free Speech Red #AD1402
RGB
CMYK
RGB Variations
Color information
#AD1402 (or 0xAD1402) is known color: Free Speech Red. HEX triplet: AD, 14 and 02. RGB value is (173,20,2). Sum of RGB (Red+Green+Blue) = 173+20+2=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1402 is #52EBFD. Grayscale: #3F3F3F. Windows color (decimal): -5434366 or 136365. OLE color: 136365.
HSL color Cylindrical-coordinate representation of color #AD1402: hue angle of 6.32º 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 #AD1402 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 20 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.32 |
| HSL | 6.32º | 0.98% | 0.34% | - |
| HSV(B) | 6.32º | 0.99% | 0.68% | - |
| XYZ | 17.49 | 9.39 | 0.95 | - |
| YUV | 63.7 | 93.19 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 20 | 2 | 0 | 0.88 | 0.99 | 0.32 | 6.32 | 0.98 | 0.34 |
| Hex | AD | 14 | 2 | 0 | 58 | 63 | 20 | 6 | 62 | 22 |
| Octal | 255 | 24 | 2 | 0 | 130 | 143 | 40 | 6 | 142 | 42 |
| Binary | 10101101 | 10100 | 10 | 0 | 1011000 | 1100011 | 100000 | 110 | 1100010 | 100010 |
Color Harmonies of #AD1402
Complementary color
Monochromatic Colors of #AD1402
Black with #AD1402
Text Example
Text Example
White with #AD1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1402; }
p { color: rgb(173,20,2); }
H1.HeaderClassName
{
color: #AD1402;
}
.AnyTagClassName
{
color: #AD1402;
}
</style>
background-color css
<style>
a { background-color: #AD1402; }
a { background-color: rgb(173,20,2); }
div.DivClassName
{
background-color: #AD1402;
}
.BgClassName
{
background-color: #AD1402;
}
</style>
border-color css
<style>
span { border-color: #AD1402; }
span { border-color: rgb(173,20,2); }
td.TdClassName
{
border-color: #AD1402;
}
.TagClassName
{
border-color: #AD1402;
}
</style>