Shades of Free Speech Red #AB0E07
Tints of Free Speech Red #AB0E07
RGB
CMYK
RGB Variations
Color information
#AB0E07 (or 0xAB0E07) is known color: Free Speech Red. HEX triplet: AB, 0E and 07. RGB value is (171,14,7). Sum of RGB (Red+Green+Blue) = 171+14+7=192 (25% of max value = 765). Red value is 171 (67.19% from 255 or 89.06% from 192); Green value is 14 (5.86% from 255 or 7.29% from 192); Blue value is 7 (3.12% from 255 or 3.65% from 192); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0E07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0E07 is #54F1F8. Grayscale: #3C3C3C. Windows color (decimal): -5566969 or 462507. OLE color: 462507.
HSL color Cylindrical-coordinate representation of color #AB0E07: hue angle of 2.56º 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 #AB0E07 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 14 | 7 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.33 |
| HSL | 2.56º | 0.92% | 0.35% | - |
| HSV(B) | 2.56º | 0.96% | 0.67% | - |
| XYZ | 16.99 | 8.99 | 1.04 | - |
| YUV | 60.15 | 98.01 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 14 | 7 | 0 | 0.92 | 0.96 | 0.33 | 2.56 | 0.92 | 0.35 |
| Hex | AB | E | 7 | 0 | 5C | 60 | 21 | 3 | 5C | 23 |
| Octal | 253 | 16 | 7 | 0 | 134 | 140 | 41 | 3 | 134 | 43 |
| Binary | 10101011 | 1110 | 111 | 0 | 1011100 | 1100000 | 100001 | 11 | 1011100 | 100011 |
Color Harmonies of #AB0E07
Complementary color
Monochromatic Colors of #AB0E07
Black with #AB0E07
Text Example
Text Example
White with #AB0E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0E07; }
p { color: rgb(171,14,7); }
H1.HeaderClassName
{
color: #AB0E07;
}
.AnyTagClassName
{
color: #AB0E07;
}
</style>
background-color css
<style>
a { background-color: #AB0E07; }
a { background-color: rgb(171,14,7); }
div.DivClassName
{
background-color: #AB0E07;
}
.BgClassName
{
background-color: #AB0E07;
}
</style>
border-color css
<style>
span { border-color: #AB0E07; }
span { border-color: rgb(171,14,7); }
td.TdClassName
{
border-color: #AB0E07;
}
.TagClassName
{
border-color: #AB0E07;
}
</style>