Shades of Free Speech Red #AD0601
Tints of Free Speech Red #AD0601
RGB
CMYK
RGB Variations
Color information
#AD0601 (or 0xAD0601) is known color: Free Speech Red. HEX triplet: AD, 06 and 01. RGB value is (173,6,1). Sum of RGB (Red+Green+Blue) = 173+6+1=180 (23% of max value = 765). Red value is 173 (67.97% from 255 or 96.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 1 (0.78% from 255 or 0.56% from 180); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0601 is #52F9FE. Grayscale: #373737. Windows color (decimal): -5437951 or 67245. OLE color: 67245.
HSL color Cylindrical-coordinate representation of color #AD0601: hue angle of 1.74º degrees, saturation: 0.99, 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 #AD0601 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 6 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.32 |
| HSL | 1.74º | 0.99% | 0.34% | - |
| HSV(B) | 1.74º | 0.99% | 0.68% | - |
| XYZ | 17.3 | 9.02 | 0.86 | - |
| YUV | 55.36 | 97.33 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 6 | 1 | 0 | 0.97 | 0.99 | 0.32 | 1.74 | 0.99 | 0.34 |
| Hex | AD | 6 | 1 | 0 | 61 | 63 | 20 | 2 | 63 | 22 |
| Octal | 255 | 6 | 1 | 0 | 141 | 143 | 40 | 2 | 143 | 42 |
| Binary | 10101101 | 110 | 1 | 0 | 1100001 | 1100011 | 100000 | 10 | 1100011 | 100010 |
Color Harmonies of #AD0601
Complementary color
Monochromatic Colors of #AD0601
Black with #AD0601
Text Example
Text Example
White with #AD0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0601; }
p { color: rgb(173,6,1); }
H1.HeaderClassName
{
color: #AD0601;
}
.AnyTagClassName
{
color: #AD0601;
}
</style>
background-color css
<style>
a { background-color: #AD0601; }
a { background-color: rgb(173,6,1); }
div.DivClassName
{
background-color: #AD0601;
}
.BgClassName
{
background-color: #AD0601;
}
</style>
border-color css
<style>
span { border-color: #AD0601; }
span { border-color: rgb(173,6,1); }
td.TdClassName
{
border-color: #AD0601;
}
.TagClassName
{
border-color: #AD0601;
}
</style>