Shades of Free Speech Red #A70D0A
Tints of Free Speech Red #A70D0A
RGB
CMYK
RGB Variations
Color information
#A70D0A (or 0xA70D0A) is known color: Free Speech Red. HEX triplet: A7, 0D and 0A. RGB value is (167,13,10). Sum of RGB (Red+Green+Blue) = 167+13+10=190 (25% of max value = 765). Red value is 167 (65.62% from 255 or 87.89% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 10 (4.30% from 255 or 5.26% from 190); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70D0A is #58F2F5. Grayscale: #3A3A3A. Windows color (decimal): -5829366 or 658855. OLE color: 658855.
HSL color Cylindrical-coordinate representation of color #A70D0A: hue angle of 1.15º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70D0A is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 10 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.35 |
| HSL | 1.15º | 0.89% | 0.35% | - |
| HSV(B) | 1.15º | 0.94% | 0.65% | - |
| XYZ | 16.14 | 8.53 | 1.08 | - |
| YUV | 58.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 10 | 0 | 0.92 | 0.94 | 0.35 | 1.15 | 0.89 | 0.35 |
| Hex | A7 | D | A | 0 | 5C | 5E | 23 | 1 | 59 | 23 |
| Octal | 247 | 15 | 12 | 0 | 134 | 136 | 43 | 1 | 131 | 43 |
| Binary | 10100111 | 1101 | 1010 | 0 | 1011100 | 1011110 | 100011 | 1 | 1011001 | 100011 |
Color Harmonies of #A70D0A
Complementary color
Monochromatic Colors of #A70D0A
Black with #A70D0A
Text Example
Text Example
White with #A70D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D0A; }
p { color: rgb(167,13,10); }
H1.HeaderClassName
{
color: #A70D0A;
}
.AnyTagClassName
{
color: #A70D0A;
}
</style>
background-color css
<style>
a { background-color: #A70D0A; }
a { background-color: rgb(167,13,10); }
div.DivClassName
{
background-color: #A70D0A;
}
.BgClassName
{
background-color: #A70D0A;
}
</style>
border-color css
<style>
span { border-color: #A70D0A; }
span { border-color: rgb(167,13,10); }
td.TdClassName
{
border-color: #A70D0A;
}
.TagClassName
{
border-color: #A70D0A;
}
</style>