Shades of Free Speech Red #A70D04
Tints of Free Speech Red #A70D04
RGB
CMYK
RGB Variations
Color information
#A70D04 (or 0xA70D04) is known color: Free Speech Red. HEX triplet: A7, 0D and 04. RGB value is (167,13,4). Sum of RGB (Red+Green+Blue) = 167+13+4=184 (24% of max value = 765). Red value is 167 (65.62% from 255 or 90.76% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70D04 is #58F2FB. Grayscale: #3A3A3A. Windows color (decimal): -5829372 or 265639. OLE color: 265639.
HSL color Cylindrical-coordinate representation of color #A70D04: hue angle of 3.31º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A70D04 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 13 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.35 |
| HSL | 3.31º | 0.95% | 0.34% | - |
| HSV(B) | 3.31º | 0.98% | 0.65% | - |
| XYZ | 16.1 | 8.51 | 0.91 | - |
| YUV | 58.02 | 97.52 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 13 | 4 | 0 | 0.92 | 0.98 | 0.35 | 3.31 | 0.95 | 0.34 |
| Hex | A7 | D | 4 | 0 | 5C | 62 | 23 | 3 | 5F | 22 |
| Octal | 247 | 15 | 4 | 0 | 134 | 142 | 43 | 3 | 137 | 42 |
| Binary | 10100111 | 1101 | 100 | 0 | 1011100 | 1100010 | 100011 | 11 | 1011111 | 100010 |
Color Harmonies of #A70D04
Complementary color
Monochromatic Colors of #A70D04
Black with #A70D04
Text Example
Text Example
White with #A70D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70D04; }
p { color: rgb(167,13,4); }
H1.HeaderClassName
{
color: #A70D04;
}
.AnyTagClassName
{
color: #A70D04;
}
</style>
background-color css
<style>
a { background-color: #A70D04; }
a { background-color: rgb(167,13,4); }
div.DivClassName
{
background-color: #A70D04;
}
.BgClassName
{
background-color: #A70D04;
}
</style>
border-color css
<style>
span { border-color: #A70D04; }
span { border-color: rgb(167,13,4); }
td.TdClassName
{
border-color: #A70D04;
}
.TagClassName
{
border-color: #A70D04;
}
</style>