Shades of Free Speech Red #AE0000
Tints of Free Speech Red #AE0000
RGB
CMYK
RGB Variations
Color information
#AE0000 (or 0xAE0000) is known color: Free Speech Red. HEX triplet: AE, 00 and 00. RGB value is (174,0,0). Sum of RGB (Red+Green+Blue) = 174+0+0=174 (23% of max value = 765). Red value is 174 (68.36% from 255 or 100% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0000 is #51FFFF. Grayscale: #343434. Windows color (decimal): -5373952 or 174. OLE color: 174.
HSL color Cylindrical-coordinate representation of color #AE0000: hue angle of 0º 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 #AE0000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.32 |
| HSL | 0º | 1% | 0.34% | - |
| HSV(B) | 0º | 1% | 0.68% | - |
| XYZ | 17.46 | 9 | 0.82 | - |
| YUV | 52.03 | 98.65 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 0 | 0 | 1 | 1 | 0.32 | 0 | 1 | 0.34 |
| Hex | AE | 0 | 0 | 0 | 64 | 64 | 20 | 0 | 64 | 22 |
| Octal | 256 | 0 | 0 | 0 | 144 | 144 | 40 | 0 | 144 | 42 |
| Binary | 10101110 | 0 | 0 | 0 | 1100100 | 1100100 | 100000 | 0 | 1100100 | 100010 |
Color Harmonies of #AE0000
Complementary color
Monochromatic Colors of #AE0000
Black with #AE0000
Text Example
Text Example
White with #AE0000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0000; }
p { color: rgb(174,0,0); }
H1.HeaderClassName
{
color: #AE0000;
}
.AnyTagClassName
{
color: #AE0000;
}
</style>
background-color css
<style>
a { background-color: #AE0000; }
a { background-color: rgb(174,0,0); }
div.DivClassName
{
background-color: #AE0000;
}
.BgClassName
{
background-color: #AE0000;
}
</style>
border-color css
<style>
span { border-color: #AE0000; }
span { border-color: rgb(174,0,0); }
td.TdClassName
{
border-color: #AE0000;
}
.TagClassName
{
border-color: #AE0000;
}
</style>