Shades of Free Speech Red #A70D00
Tints of Free Speech Red #A70D00
RGB
CMYK
RGB Variations
Color information
#A70D00 (or 0xA70D00) is known color: Free Speech Red. HEX triplet: A7, 0D and 00. RGB value is (167,13,0). Sum of RGB (Red+Green+Blue) = 167+13+0=180 (23% of max value = 765). Red value is 167 (65.62% from 255 or 92.78% from 180); Green value is 13 (5.47% from 255 or 7.22% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70D00 is #58F2FF. Grayscale: #393939. Windows color (decimal): -5829376 or 3495. OLE color: 3495.
HSL color Cylindrical-coordinate representation of color #A70D00: hue angle of 4.67º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70D00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.35 |
| HSL | 4.67º | 1% | 0.33% | - |
| HSV(B) | 4.67º | 1% | 0.65% | - |
| XYZ | 16.08 | 8.5 | 0.79 | - |
| YUV | 57.56 | 95.52 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 0 | 0 | 0.92 | 1 | 0.35 | 4.67 | 1 | 0.33 |
| Hex | A7 | D | 0 | 0 | 5C | 64 | 23 | 5 | 64 | 21 |
| Octal | 247 | 15 | 0 | 0 | 134 | 144 | 43 | 5 | 144 | 41 |
| Binary | 10100111 | 1101 | 0 | 0 | 1011100 | 1100100 | 100011 | 101 | 1100100 | 100001 |
Color Harmonies of #A70D00
Complementary color
Monochromatic Colors of #A70D00
Black with #A70D00
Text Example
Text Example
White with #A70D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D00; }
p { color: rgb(167,13,0); }
H1.HeaderClassName
{
color: #A70D00;
}
.AnyTagClassName
{
color: #A70D00;
}
</style>
background-color css
<style>
a { background-color: #A70D00; }
a { background-color: rgb(167,13,0); }
div.DivClassName
{
background-color: #A70D00;
}
.BgClassName
{
background-color: #A70D00;
}
</style>
border-color css
<style>
span { border-color: #A70D00; }
span { border-color: rgb(167,13,0); }
td.TdClassName
{
border-color: #A70D00;
}
.TagClassName
{
border-color: #A70D00;
}
</style>