Shades of Free Speech Red #AD0300
Tints of Free Speech Red #AD0300
RGB
CMYK
RGB Variations
Color information
#AD0300 (or 0xAD0300) is known color: Free Speech Red. HEX triplet: AD, 03 and 00. RGB value is (173,3,0). Sum of RGB (Red+Green+Blue) = 173+3+0=176 (23% of max value = 765). Red value is 173 (67.97% from 255 or 98.30% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0300 is #52FCFF. Grayscale: #353535. Windows color (decimal): -5438720 or 941. OLE color: 941.
HSL color Cylindrical-coordinate representation of color #AD0300: hue angle of 1.04º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD0300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.32 |
| HSL | 1.04º | 1% | 0.34% | - |
| HSV(B) | 1.04º | 1% | 0.68% | - |
| XYZ | 17.27 | 8.95 | 0.82 | - |
| YUV | 53.49 | 97.82 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 3 | 0 | 0 | 0.98 | 1 | 0.32 | 1.04 | 1 | 0.34 |
| Hex | AD | 3 | 0 | 0 | 62 | 64 | 20 | 1 | 64 | 22 |
| Octal | 255 | 3 | 0 | 0 | 142 | 144 | 40 | 1 | 144 | 42 |
| Binary | 10101101 | 11 | 0 | 0 | 1100010 | 1100100 | 100000 | 1 | 1100100 | 100010 |
Color Harmonies of #AD0300
Complementary color
Monochromatic Colors of #AD0300
Black with #AD0300
Text Example
Text Example
White with #AD0300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0300; }
p { color: rgb(173,3,0); }
H1.HeaderClassName
{
color: #AD0300;
}
.AnyTagClassName
{
color: #AD0300;
}
</style>
background-color css
<style>
a { background-color: #AD0300; }
a { background-color: rgb(173,3,0); }
div.DivClassName
{
background-color: #AD0300;
}
.BgClassName
{
background-color: #AD0300;
}
</style>
border-color css
<style>
span { border-color: #AD0300; }
span { border-color: rgb(173,3,0); }
td.TdClassName
{
border-color: #AD0300;
}
.TagClassName
{
border-color: #AD0300;
}
</style>