Shades of Free Speech Red #AD1303
Tints of Free Speech Red #AD1303
RGB
CMYK
RGB Variations
Color information
#AD1303 (or 0xAD1303) is known color: Free Speech Red. HEX triplet: AD, 13 and 03. RGB value is (173,19,3). Sum of RGB (Red+Green+Blue) = 173+19+3=195 (25% of max value = 765). Red value is 173 (67.97% from 255 or 88.72% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1303 is #52ECFC. Grayscale: #3F3F3F. Windows color (decimal): -5434621 or 201645. OLE color: 201645.
HSL color Cylindrical-coordinate representation of color #AD1303: hue angle of 5.65º 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 #AD1303 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 19 | 3 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.32 |
| HSL | 5.65º | 0.97% | 0.35% | - |
| HSV(B) | 5.65º | 0.98% | 0.68% | - |
| XYZ | 17.48 | 9.36 | 0.97 | - |
| YUV | 63.22 | 94.02 | 206.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 19 | 3 | 0 | 0.89 | 0.98 | 0.32 | 5.65 | 0.97 | 0.35 |
| Hex | AD | 13 | 3 | 0 | 59 | 62 | 20 | 6 | 61 | 23 |
| Octal | 255 | 23 | 3 | 0 | 131 | 142 | 40 | 6 | 141 | 43 |
| Binary | 10101101 | 10011 | 11 | 0 | 1011001 | 1100010 | 100000 | 110 | 1100001 | 100011 |
Color Harmonies of #AD1303
Complementary color
Monochromatic Colors of #AD1303
Black with #AD1303
Text Example
Text Example
White with #AD1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1303; }
p { color: rgb(173,19,3); }
H1.HeaderClassName
{
color: #AD1303;
}
.AnyTagClassName
{
color: #AD1303;
}
</style>
background-color css
<style>
a { background-color: #AD1303; }
a { background-color: rgb(173,19,3); }
div.DivClassName
{
background-color: #AD1303;
}
.BgClassName
{
background-color: #AD1303;
}
</style>
border-color css
<style>
span { border-color: #AD1303; }
span { border-color: rgb(173,19,3); }
td.TdClassName
{
border-color: #AD1303;
}
.TagClassName
{
border-color: #AD1303;
}
</style>