Shades of Free Speech Red #AC1401
Tints of Free Speech Red #AC1401
RGB
CMYK
RGB Variations
Color information
#AC1401 (or 0xAC1401) is known color: Free Speech Red. HEX triplet: AC, 14 and 01. RGB value is (172,20,1). Sum of RGB (Red+Green+Blue) = 172+20+1=193 (25% of max value = 765). Red value is 172 (67.58% from 255 or 89.12% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1401 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1401 is #53EBFE. Grayscale: #3F3F3F. Windows color (decimal): -5499903 or 70828. OLE color: 70828.
HSL color Cylindrical-coordinate representation of color #AC1401: hue angle of 6.67º 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 #AC1401 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 20 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.33 |
| HSL | 6.67º | 0.99% | 0.34% | - |
| HSV(B) | 6.67º | 0.99% | 0.67% | - |
| XYZ | 17.27 | 9.27 | 0.91 | - |
| YUV | 63.28 | 92.86 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 20 | 1 | 0 | 0.88 | 0.99 | 0.33 | 6.67 | 0.99 | 0.34 |
| Hex | AC | 14 | 1 | 0 | 58 | 63 | 21 | 7 | 63 | 22 |
| Octal | 254 | 24 | 1 | 0 | 130 | 143 | 41 | 7 | 143 | 42 |
| Binary | 10101100 | 10100 | 1 | 0 | 1011000 | 1100011 | 100001 | 111 | 1100011 | 100010 |
Color Harmonies of #AC1401
Complementary color
Monochromatic Colors of #AC1401
Black with #AC1401
Text Example
Text Example
White with #AC1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1401; }
p { color: rgb(172,20,1); }
H1.HeaderClassName
{
color: #AC1401;
}
.AnyTagClassName
{
color: #AC1401;
}
</style>
background-color css
<style>
a { background-color: #AC1401; }
a { background-color: rgb(172,20,1); }
div.DivClassName
{
background-color: #AC1401;
}
.BgClassName
{
background-color: #AC1401;
}
</style>
border-color css
<style>
span { border-color: #AC1401; }
span { border-color: rgb(172,20,1); }
td.TdClassName
{
border-color: #AC1401;
}
.TagClassName
{
border-color: #AC1401;
}
</style>