Shades of Free Speech Red #AE0900
Tints of Free Speech Red #AE0900
RGB
CMYK
RGB Variations
Color information
#AE0900 (or 0xAE0900) is known color: Free Speech Red. HEX triplet: AE, 09 and 00. RGB value is (174,9,0). Sum of RGB (Red+Green+Blue) = 174+9+0=183 (24% of max value = 765). Red value is 174 (68.36% from 255 or 95.08% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0900 is #51F6FF. Grayscale: #393939. Windows color (decimal): -5371648 or 2478. OLE color: 2478.
HSL color Cylindrical-coordinate representation of color #AE0900: hue angle of 3.1º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0900 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 9 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.32 |
| HSL | 3.1º | 1% | 0.34% | - |
| HSV(B) | 3.1º | 1% | 0.68% | - |
| XYZ | 17.55 | 9.19 | 0.85 | - |
| YUV | 57.31 | 95.66 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 9 | 0 | 0 | 0.95 | 1 | 0.32 | 3.1 | 1 | 0.34 |
| Hex | AE | 9 | 0 | 0 | 5F | 64 | 20 | 3 | 64 | 22 |
| Octal | 256 | 11 | 0 | 0 | 137 | 144 | 40 | 3 | 144 | 42 |
| Binary | 10101110 | 1001 | 0 | 0 | 1011111 | 1100100 | 100000 | 11 | 1100100 | 100010 |
Color Harmonies of #AE0900
Complementary color
Monochromatic Colors of #AE0900
Black with #AE0900
Text Example
Text Example
White with #AE0900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0900; }
p { color: rgb(174,9,0); }
H1.HeaderClassName
{
color: #AE0900;
}
.AnyTagClassName
{
color: #AE0900;
}
</style>
background-color css
<style>
a { background-color: #AE0900; }
a { background-color: rgb(174,9,0); }
div.DivClassName
{
background-color: #AE0900;
}
.BgClassName
{
background-color: #AE0900;
}
</style>
border-color css
<style>
span { border-color: #AE0900; }
span { border-color: rgb(174,9,0); }
td.TdClassName
{
border-color: #AE0900;
}
.TagClassName
{
border-color: #AE0900;
}
</style>