Shades of Free Speech Red #AE1900
Tints of Free Speech Red #AE1900
RGB
CMYK
RGB Variations
Color information
#AE1900 (or 0xAE1900) is known color: Free Speech Red. HEX triplet: AE, 19 and 00. RGB value is (174,25,0). Sum of RGB (Red+Green+Blue) = 174+25+0=199 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87.44% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1900 is #51E6FF. Grayscale: #424242. Windows color (decimal): -5367552 or 6574. OLE color: 6574.
HSL color Cylindrical-coordinate representation of color #AE1900: hue angle of 8.62º 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 #AE1900 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 25 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.32 |
| HSL | 8.62º | 1% | 0.34% | - |
| HSV(B) | 8.62º | 1% | 0.68% | - |
| XYZ | 17.8 | 9.69 | 0.93 | - |
| YUV | 66.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 25 | 0 | 0 | 0.86 | 1 | 0.32 | 8.62 | 1 | 0.34 |
| Hex | AE | 19 | 0 | 0 | 56 | 64 | 20 | 9 | 64 | 22 |
| Octal | 256 | 31 | 0 | 0 | 126 | 144 | 40 | 11 | 144 | 42 |
| Binary | 10101110 | 11001 | 0 | 0 | 1010110 | 1100100 | 100000 | 1001 | 1100100 | 100010 |
Color Harmonies of #AE1900
Complementary color
Monochromatic Colors of #AE1900
Black with #AE1900
Text Example
Text Example
White with #AE1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1900; }
p { color: rgb(174,25,0); }
H1.HeaderClassName
{
color: #AE1900;
}
.AnyTagClassName
{
color: #AE1900;
}
</style>
background-color css
<style>
a { background-color: #AE1900; }
a { background-color: rgb(174,25,0); }
div.DivClassName
{
background-color: #AE1900;
}
.BgClassName
{
background-color: #AE1900;
}
</style>
border-color css
<style>
span { border-color: #AE1900; }
span { border-color: rgb(174,25,0); }
td.TdClassName
{
border-color: #AE1900;
}
.TagClassName
{
border-color: #AE1900;
}
</style>