Shades of Free Speech Red #AD1003
Tints of Free Speech Red #AD1003
RGB
CMYK
RGB Variations
Color information
#AD1003 (or 0xAD1003) is known color: Free Speech Red. HEX triplet: AD, 10 and 03. RGB value is (173,16,3). Sum of RGB (Red+Green+Blue) = 173+16+3=192 (25% of max value = 765). Red value is 173 (67.97% from 255 or 90.10% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1003 is #52EFFC. Grayscale: #3D3D3D. Windows color (decimal): -5435389 or 200877. OLE color: 200877.
HSL color Cylindrical-coordinate representation of color #AD1003: hue angle of 4.59º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD1003 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 16 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.32 |
| HSL | 4.59º | 0.97% | 0.35% | - |
| HSV(B) | 4.59º | 0.98% | 0.68% | - |
| XYZ | 17.44 | 9.26 | 0.95 | - |
| YUV | 61.46 | 95.01 | 207.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 16 | 3 | 0 | 0.91 | 0.98 | 0.32 | 4.59 | 0.97 | 0.35 |
| Hex | AD | 10 | 3 | 0 | 5B | 62 | 20 | 5 | 61 | 23 |
| Octal | 255 | 20 | 3 | 0 | 133 | 142 | 40 | 5 | 141 | 43 |
| Binary | 10101101 | 10000 | 11 | 0 | 1011011 | 1100010 | 100000 | 101 | 1100001 | 100011 |
Color Harmonies of #AD1003
Complementary color
Monochromatic Colors of #AD1003
Black with #AD1003
Text Example
Text Example
White with #AD1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1003; }
p { color: rgb(173,16,3); }
H1.HeaderClassName
{
color: #AD1003;
}
.AnyTagClassName
{
color: #AD1003;
}
</style>
background-color css
<style>
a { background-color: #AD1003; }
a { background-color: rgb(173,16,3); }
div.DivClassName
{
background-color: #AD1003;
}
.BgClassName
{
background-color: #AD1003;
}
</style>
border-color css
<style>
span { border-color: #AD1003; }
span { border-color: rgb(173,16,3); }
td.TdClassName
{
border-color: #AD1003;
}
.TagClassName
{
border-color: #AD1003;
}
</style>