Shades of Free Speech Red #AE0C09
Tints of Free Speech Red #AE0C09
RGB
CMYK
RGB Variations
Color information
#AE0C09 (or 0xAE0C09) is known color: Free Speech Red. HEX triplet: AE, 0C and 09. RGB value is (174,12,9). Sum of RGB (Red+Green+Blue) = 174+12+9=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C09 is #51F3F6. Grayscale: #3C3C3C. Windows color (decimal): -5370871 or 593070. OLE color: 593070.
HSL color Cylindrical-coordinate representation of color #AE0C09: hue angle of 1.09º 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 #AE0C09 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 9 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.32 |
| HSL | 1.09º | 0.9% | 0.36% | - |
| HSV(B) | 1.09º | 0.95% | 0.68% | - |
| XYZ | 17.64 | 9.28 | 1.12 | - |
| YUV | 60.1 | 99.17 | 209.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 9 | 0 | 0.93 | 0.95 | 0.32 | 1.09 | 0.9 | 0.36 |
| Hex | AE | C | 9 | 0 | 5D | 5F | 20 | 1 | 5A | 24 |
| Octal | 256 | 14 | 11 | 0 | 135 | 137 | 40 | 1 | 132 | 44 |
| Binary | 10101110 | 1100 | 1001 | 0 | 1011101 | 1011111 | 100000 | 1 | 1011010 | 100100 |
Color Harmonies of #AE0C09
Complementary color
Monochromatic Colors of #AE0C09
Black with #AE0C09
Text Example
Text Example
White with #AE0C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C09; }
p { color: rgb(174,12,9); }
H1.HeaderClassName
{
color: #AE0C09;
}
.AnyTagClassName
{
color: #AE0C09;
}
</style>
background-color css
<style>
a { background-color: #AE0C09; }
a { background-color: rgb(174,12,9); }
div.DivClassName
{
background-color: #AE0C09;
}
.BgClassName
{
background-color: #AE0C09;
}
</style>
border-color css
<style>
span { border-color: #AE0C09; }
span { border-color: rgb(174,12,9); }
td.TdClassName
{
border-color: #AE0C09;
}
.TagClassName
{
border-color: #AE0C09;
}
</style>