Shades of Free Speech Red #AD1002
Tints of Free Speech Red #AD1002
RGB
CMYK
RGB Variations
Color information
#AD1002 (or 0xAD1002) is known color: Free Speech Red. HEX triplet: AD, 10 and 02. RGB value is (173,16,2). Sum of RGB (Red+Green+Blue) = 173+16+2=191 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.58% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1002 is #52EFFD. Grayscale: #3D3D3D. Windows color (decimal): -5435390 or 135341. OLE color: 135341.
HSL color Cylindrical-coordinate representation of color #AD1002: hue angle of 4.91º 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 #AD1002 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.32 |
| HSL | 4.91º | 0.98% | 0.34% | - |
| HSV(B) | 4.91º | 0.99% | 0.68% | - |
| XYZ | 17.43 | 9.26 | 0.93 | - |
| YUV | 61.35 | 94.51 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 2 | 0 | 0.91 | 0.99 | 0.32 | 4.91 | 0.98 | 0.34 |
| Hex | AD | 10 | 2 | 0 | 5B | 63 | 20 | 5 | 62 | 22 |
| Octal | 255 | 20 | 2 | 0 | 133 | 143 | 40 | 5 | 142 | 42 |
| Binary | 10101101 | 10000 | 10 | 0 | 1011011 | 1100011 | 100000 | 101 | 1100010 | 100010 |
Color Harmonies of #AD1002
Complementary color
Monochromatic Colors of #AD1002
Black with #AD1002
Text Example
Text Example
White with #AD1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1002; }
p { color: rgb(173,16,2); }
H1.HeaderClassName
{
color: #AD1002;
}
.AnyTagClassName
{
color: #AD1002;
}
</style>
background-color css
<style>
a { background-color: #AD1002; }
a { background-color: rgb(173,16,2); }
div.DivClassName
{
background-color: #AD1002;
}
.BgClassName
{
background-color: #AD1002;
}
</style>
border-color css
<style>
span { border-color: #AD1002; }
span { border-color: rgb(173,16,2); }
td.TdClassName
{
border-color: #AD1002;
}
.TagClassName
{
border-color: #AD1002;
}
</style>