Shades of Free Speech Red #AE1109
Tints of Free Speech Red #AE1109
RGB
CMYK
RGB Variations
Color information
#AE1109 (or 0xAE1109) is known color: Free Speech Red. HEX triplet: AE, 11 and 09. RGB value is (174,17,9). Sum of RGB (Red+Green+Blue) = 174+17+9=200 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1109 is #51EEF6. Grayscale: #3F3F3F. Windows color (decimal): -5369591 or 594350. OLE color: 594350.
HSL color Cylindrical-coordinate representation of color #AE1109: hue angle of 2.91º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE1109 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 9 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.32 |
| HSL | 2.91º | 0.9% | 0.36% | - |
| HSV(B) | 2.91º | 0.95% | 0.68% | - |
| XYZ | 17.71 | 9.42 | 1.14 | - |
| YUV | 63.03 | 97.51 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 9 | 0 | 0.90 | 0.95 | 0.32 | 2.91 | 0.9 | 0.36 |
| Hex | AE | 11 | 9 | 0 | 5A | 5F | 20 | 3 | 5A | 24 |
| Octal | 256 | 21 | 11 | 0 | 132 | 137 | 40 | 3 | 132 | 44 |
| Binary | 10101110 | 10001 | 1001 | 0 | 1011010 | 1011111 | 100000 | 11 | 1011010 | 100100 |
Color Harmonies of #AE1109
Complementary color
Monochromatic Colors of #AE1109
Black with #AE1109
Text Example
Text Example
White with #AE1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1109; }
p { color: rgb(174,17,9); }
H1.HeaderClassName
{
color: #AE1109;
}
.AnyTagClassName
{
color: #AE1109;
}
</style>
background-color css
<style>
a { background-color: #AE1109; }
a { background-color: rgb(174,17,9); }
div.DivClassName
{
background-color: #AE1109;
}
.BgClassName
{
background-color: #AE1109;
}
</style>
border-color css
<style>
span { border-color: #AE1109; }
span { border-color: rgb(174,17,9); }
td.TdClassName
{
border-color: #AE1109;
}
.TagClassName
{
border-color: #AE1109;
}
</style>