Shades of Free Speech Red #AD0F0D
Tints of Free Speech Red #AD0F0D
RGB
CMYK
RGB Variations
Color information
#AD0F0D (or 0xAD0F0D) is known color: Free Speech Red. HEX triplet: AD, 0F and 0D. RGB value is (173,15,13). Sum of RGB (Red+Green+Blue) = 173+15+13=201 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.07% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0F0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0F0D is #52F0F2. Grayscale: #3E3E3E. Windows color (decimal): -5435635 or 855981. OLE color: 855981.
HSL color Cylindrical-coordinate representation of color #AD0F0D: hue angle of 0.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD0F0D is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 15 | 13 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.32 |
| HSL | 0.75º | 0.86% | 0.36% | - |
| HSV(B) | 0.75º | 0.92% | 0.68% | - |
| XYZ | 17.48 | 9.25 | 1.25 | - |
| YUV | 62.01 | 100.35 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 15 | 13 | 0 | 0.91 | 0.92 | 0.32 | 0.75 | 0.86 | 0.36 |
| Hex | AD | F | D | 0 | 5B | 5C | 20 | 1 | 56 | 24 |
| Octal | 255 | 17 | 15 | 0 | 133 | 134 | 40 | 1 | 126 | 44 |
| Binary | 10101101 | 1111 | 1101 | 0 | 1011011 | 1011100 | 100000 | 1 | 1010110 | 100100 |
Color Harmonies of #AD0F0D
Complementary color
Monochromatic Colors of #AD0F0D
Black with #AD0F0D
Text Example
Text Example
White with #AD0F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD0F0D; }
p { color: rgb(173,15,13); }
H1.HeaderClassName
{
color: #AD0F0D;
}
.AnyTagClassName
{
color: #AD0F0D;
}
</style>
background-color css
<style>
a { background-color: #AD0F0D; }
a { background-color: rgb(173,15,13); }
div.DivClassName
{
background-color: #AD0F0D;
}
.BgClassName
{
background-color: #AD0F0D;
}
</style>
border-color css
<style>
span { border-color: #AD0F0D; }
span { border-color: rgb(173,15,13); }
td.TdClassName
{
border-color: #AD0F0D;
}
.TagClassName
{
border-color: #AD0F0D;
}
</style>