Shades of Free Speech Red #AB0F07
Tints of Free Speech Red #AB0F07
RGB
CMYK
RGB Variations
Color information
#AB0F07 (or 0xAB0F07) is known color: Free Speech Red. HEX triplet: AB, 0F and 07. RGB value is (171,15,7). Sum of RGB (Red+Green+Blue) = 171+15+7=193 (25% of max value = 765). Red value is 171 (67.19% from 255 or 88.60% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 7 (3.12% from 255 or 3.63% from 193); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0F07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB0F07 is #54F0F8. Grayscale: #3C3C3C. Windows color (decimal): -5566713 or 462763. OLE color: 462763.
HSL color Cylindrical-coordinate representation of color #AB0F07: hue angle of 2.93º 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 #AB0F07 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 15 | 7 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.33 |
| HSL | 2.93º | 0.92% | 0.35% | - |
| HSV(B) | 2.93º | 0.96% | 0.67% | - |
| XYZ | 17 | 9.01 | 1.04 | - |
| YUV | 60.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 15 | 7 | 0 | 0.91 | 0.96 | 0.33 | 2.93 | 0.92 | 0.35 |
| Hex | AB | F | 7 | 0 | 5B | 60 | 21 | 3 | 5C | 23 |
| Octal | 253 | 17 | 7 | 0 | 133 | 140 | 41 | 3 | 134 | 43 |
| Binary | 10101011 | 1111 | 111 | 0 | 1011011 | 1100000 | 100001 | 11 | 1011100 | 100011 |
Color Harmonies of #AB0F07
Complementary color
Monochromatic Colors of #AB0F07
Black with #AB0F07
Text Example
Text Example
White with #AB0F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0F07; }
p { color: rgb(171,15,7); }
H1.HeaderClassName
{
color: #AB0F07;
}
.AnyTagClassName
{
color: #AB0F07;
}
</style>
background-color css
<style>
a { background-color: #AB0F07; }
a { background-color: rgb(171,15,7); }
div.DivClassName
{
background-color: #AB0F07;
}
.BgClassName
{
background-color: #AB0F07;
}
</style>
border-color css
<style>
span { border-color: #AB0F07; }
span { border-color: rgb(171,15,7); }
td.TdClassName
{
border-color: #AB0F07;
}
.TagClassName
{
border-color: #AB0F07;
}
</style>