Shades of Free Speech Red #AB1901
Tints of Free Speech Red #AB1901
RGB
CMYK
RGB Variations
Color information
#AB1901 (or 0xAB1901) is known color: Free Speech Red. HEX triplet: AB, 19 and 01. RGB value is (171,25,1). Sum of RGB (Red+Green+Blue) = 171+25+1=197 (26% of max value = 765). Red value is 171 (67.19% from 255 or 86.80% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1901 is #54E6FE. Grayscale: #424242. Windows color (decimal): -5564159 or 72107. OLE color: 72107.
HSL color Cylindrical-coordinate representation of color #AB1901: hue angle of 8.47º 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 #AB1901 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.33 |
| HSL | 8.47º | 0.99% | 0.34% | - |
| HSV(B) | 8.47º | 0.99% | 0.67% | - |
| XYZ | 17.15 | 9.36 | 0.93 | - |
| YUV | 65.92 | 91.37 | 202.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 1 | 0 | 0.85 | 0.99 | 0.33 | 8.47 | 0.99 | 0.34 |
| Hex | AB | 19 | 1 | 0 | 55 | 63 | 21 | 8 | 63 | 22 |
| Octal | 253 | 31 | 1 | 0 | 125 | 143 | 41 | 10 | 143 | 42 |
| Binary | 10101011 | 11001 | 1 | 0 | 1010101 | 1100011 | 100001 | 1000 | 1100011 | 100010 |
Color Harmonies of #AB1901
Complementary color
Monochromatic Colors of #AB1901
Black with #AB1901
Text Example
Text Example
White with #AB1901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1901; }
p { color: rgb(171,25,1); }
H1.HeaderClassName
{
color: #AB1901;
}
.AnyTagClassName
{
color: #AB1901;
}
</style>
background-color css
<style>
a { background-color: #AB1901; }
a { background-color: rgb(171,25,1); }
div.DivClassName
{
background-color: #AB1901;
}
.BgClassName
{
background-color: #AB1901;
}
</style>
border-color css
<style>
span { border-color: #AB1901; }
span { border-color: rgb(171,25,1); }
td.TdClassName
{
border-color: #AB1901;
}
.TagClassName
{
border-color: #AB1901;
}
</style>