Shades of Free Speech Red #AD0402
Tints of Free Speech Red #AD0402
RGB
CMYK
RGB Variations
Color information
#AD0402 (or 0xAD0402) is known color: Free Speech Red. HEX triplet: AD, 04 and 02. RGB value is (173,4,2). Sum of RGB (Red+Green+Blue) = 173+4+2=179 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.65% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0402 is #52FBFD. Grayscale: #363636. Windows color (decimal): -5438462 or 132269. OLE color: 132269.
HSL color Cylindrical-coordinate representation of color #AD0402: hue angle of 0.7º 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 #AD0402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.32 |
| HSL | 0.7º | 0.98% | 0.34% | - |
| HSV(B) | 0.7º | 0.99% | 0.68% | - |
| XYZ | 17.29 | 8.98 | 0.88 | - |
| YUV | 54.3 | 98.49 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 4 | 2 | 0 | 0.98 | 0.99 | 0.32 | 0.7 | 0.98 | 0.34 |
| Hex | AD | 4 | 2 | 0 | 62 | 63 | 20 | 1 | 62 | 22 |
| Octal | 255 | 4 | 2 | 0 | 142 | 143 | 40 | 1 | 142 | 42 |
| Binary | 10101101 | 100 | 10 | 0 | 1100010 | 1100011 | 100000 | 1 | 1100010 | 100010 |
Color Harmonies of #AD0402
Complementary color
Monochromatic Colors of #AD0402
Black with #AD0402
Text Example
Text Example
White with #AD0402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0402; }
p { color: rgb(173,4,2); }
H1.HeaderClassName
{
color: #AD0402;
}
.AnyTagClassName
{
color: #AD0402;
}
</style>
background-color css
<style>
a { background-color: #AD0402; }
a { background-color: rgb(173,4,2); }
div.DivClassName
{
background-color: #AD0402;
}
.BgClassName
{
background-color: #AD0402;
}
</style>
border-color css
<style>
span { border-color: #AD0402; }
span { border-color: rgb(173,4,2); }
td.TdClassName
{
border-color: #AD0402;
}
.TagClassName
{
border-color: #AD0402;
}
</style>