Shades of Free Speech Red #AC1701
Tints of Free Speech Red #AC1701
RGB
CMYK
RGB Variations
Color information
#AC1701 (or 0xAC1701) is known color: Free Speech Red. HEX triplet: AC, 17 and 01. RGB value is (172,23,1). Sum of RGB (Red+Green+Blue) = 172+23+1=196 (25% of max value = 765). Red value is 172 (67.58% from 255 or 87.76% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1701 is #53E8FE. Grayscale: #414141. Windows color (decimal): -5499135 or 71596. OLE color: 71596.
HSL color Cylindrical-coordinate representation of color #AC1701: hue angle of 7.72º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC1701 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 23 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.33 |
| HSL | 7.72º | 0.99% | 0.34% | - |
| HSV(B) | 7.72º | 0.99% | 0.67% | - |
| XYZ | 17.33 | 9.39 | 0.93 | - |
| YUV | 65.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 23 | 1 | 0 | 0.87 | 0.99 | 0.33 | 7.72 | 0.99 | 0.34 |
| Hex | AC | 17 | 1 | 0 | 57 | 63 | 21 | 8 | 63 | 22 |
| Octal | 254 | 27 | 1 | 0 | 127 | 143 | 41 | 10 | 143 | 42 |
| Binary | 10101100 | 10111 | 1 | 0 | 1010111 | 1100011 | 100001 | 1000 | 1100011 | 100010 |
Color Harmonies of #AC1701
Complementary color
Monochromatic Colors of #AC1701
Black with #AC1701
Text Example
Text Example
White with #AC1701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1701; }
p { color: rgb(172,23,1); }
H1.HeaderClassName
{
color: #AC1701;
}
.AnyTagClassName
{
color: #AC1701;
}
</style>
background-color css
<style>
a { background-color: #AC1701; }
a { background-color: rgb(172,23,1); }
div.DivClassName
{
background-color: #AC1701;
}
.BgClassName
{
background-color: #AC1701;
}
</style>
border-color css
<style>
span { border-color: #AC1701; }
span { border-color: rgb(172,23,1); }
td.TdClassName
{
border-color: #AC1701;
}
.TagClassName
{
border-color: #AC1701;
}
</style>