Shades of Free Speech Red #AC1407
Tints of Free Speech Red #AC1407
RGB
CMYK
RGB Variations
Color information
#AC1407 (or 0xAC1407) is known color: Free Speech Red. HEX triplet: AC, 14 and 07. RGB value is (172,20,7). Sum of RGB (Red+Green+Blue) = 172+20+7=199 (26% of max value = 765). Red value is 172 (67.58% from 255 or 86.43% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 7 (3.12% from 255 or 3.52% from 199); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1407 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1407 is #53EBF8. Grayscale: #404040. Windows color (decimal): -5499897 or 464044. OLE color: 464044.
HSL color Cylindrical-coordinate representation of color #AC1407: hue angle of 4.73º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AC1407 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 7 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.33 |
| HSL | 4.73º | 0.92% | 0.35% | - |
| HSV(B) | 4.73º | 0.96% | 0.67% | - |
| XYZ | 17.3 | 9.29 | 1.08 | - |
| YUV | 63.97 | 95.86 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 7 | 0 | 0.88 | 0.96 | 0.33 | 4.73 | 0.92 | 0.35 |
| Hex | AC | 14 | 7 | 0 | 58 | 60 | 21 | 5 | 5C | 23 |
| Octal | 254 | 24 | 7 | 0 | 130 | 140 | 41 | 5 | 134 | 43 |
| Binary | 10101100 | 10100 | 111 | 0 | 1011000 | 1100000 | 100001 | 101 | 1011100 | 100011 |
Color Harmonies of #AC1407
Complementary color
Monochromatic Colors of #AC1407
Black with #AC1407
Text Example
Text Example
White with #AC1407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1407; }
p { color: rgb(172,20,7); }
H1.HeaderClassName
{
color: #AC1407;
}
.AnyTagClassName
{
color: #AC1407;
}
</style>
background-color css
<style>
a { background-color: #AC1407; }
a { background-color: rgb(172,20,7); }
div.DivClassName
{
background-color: #AC1407;
}
.BgClassName
{
background-color: #AC1407;
}
</style>
border-color css
<style>
span { border-color: #AC1407; }
span { border-color: rgb(172,20,7); }
td.TdClassName
{
border-color: #AC1407;
}
.TagClassName
{
border-color: #AC1407;
}
</style>