Shades of Free Speech Red #AB1400
Tints of Free Speech Red #AB1400
RGB
CMYK
RGB Variations
Color information
#AB1400 (or 0xAB1400) is known color: Free Speech Red. HEX triplet: AB, 14 and 00. RGB value is (171,20,0). Sum of RGB (Red+Green+Blue) = 171+20+0=191 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.53% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1400 is #54EBFF. Grayscale: #3F3F3F. Windows color (decimal): -5565440 or 5291. OLE color: 5291.
HSL color Cylindrical-coordinate representation of color #AB1400: hue angle of 7.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB1400 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.33 |
| HSL | 7.02º | 1% | 0.34% | - |
| HSV(B) | 7.02º | 1% | 0.67% | - |
| XYZ | 17.04 | 9.16 | 0.87 | - |
| YUV | 62.87 | 92.53 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 0 | 0 | 0.88 | 1 | 0.33 | 7.02 | 1 | 0.34 |
| Hex | AB | 14 | 0 | 0 | 58 | 64 | 21 | 7 | 64 | 22 |
| Octal | 253 | 24 | 0 | 0 | 130 | 144 | 41 | 7 | 144 | 42 |
| Binary | 10101011 | 10100 | 0 | 0 | 1011000 | 1100100 | 100001 | 111 | 1100100 | 100010 |
Color Harmonies of #AB1400
Complementary color
Monochromatic Colors of #AB1400
Black with #AB1400
Text Example
Text Example
White with #AB1400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1400; }
p { color: rgb(171,20,0); }
H1.HeaderClassName
{
color: #AB1400;
}
.AnyTagClassName
{
color: #AB1400;
}
</style>
background-color css
<style>
a { background-color: #AB1400; }
a { background-color: rgb(171,20,0); }
div.DivClassName
{
background-color: #AB1400;
}
.BgClassName
{
background-color: #AB1400;
}
</style>
border-color css
<style>
span { border-color: #AB1400; }
span { border-color: rgb(171,20,0); }
td.TdClassName
{
border-color: #AB1400;
}
.TagClassName
{
border-color: #AB1400;
}
</style>