Shades of Free Speech Red #AE1A00
Tints of Free Speech Red #AE1A00
RGB
CMYK
RGB Variations
Color information
#AE1A00 (or 0xAE1A00) is known color: Free Speech Red. HEX triplet: AE, 1A and 00. RGB value is (174,26,0). Sum of RGB (Red+Green+Blue) = 174+26+0=200 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87% from 200); Green value is 26 (10.55% from 255 or 13% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1A00 is #51E5FF. Grayscale: #434343. Windows color (decimal): -5367296 or 6830. OLE color: 6830.
HSL color Cylindrical-coordinate representation of color #AE1A00: hue angle of 8.97º 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 #AE1A00 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.32 |
| HSL | 8.97º | 1% | 0.34% | - |
| HSV(B) | 8.97º | 1% | 0.68% | - |
| XYZ | 17.82 | 9.74 | 0.94 | - |
| YUV | 67.29 | 90.03 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 0 | 0 | 0.85 | 1 | 0.32 | 8.97 | 1 | 0.34 |
| Hex | AE | 1A | 0 | 0 | 55 | 64 | 20 | 9 | 64 | 22 |
| Octal | 256 | 32 | 0 | 0 | 125 | 144 | 40 | 11 | 144 | 42 |
| Binary | 10101110 | 11010 | 0 | 0 | 1010101 | 1100100 | 100000 | 1001 | 1100100 | 100010 |
Color Harmonies of #AE1A00
Complementary color
Monochromatic Colors of #AE1A00
Black with #AE1A00
Text Example
Text Example
White with #AE1A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A00; }
p { color: rgb(174,26,0); }
H1.HeaderClassName
{
color: #AE1A00;
}
.AnyTagClassName
{
color: #AE1A00;
}
</style>
background-color css
<style>
a { background-color: #AE1A00; }
a { background-color: rgb(174,26,0); }
div.DivClassName
{
background-color: #AE1A00;
}
.BgClassName
{
background-color: #AE1A00;
}
</style>
border-color css
<style>
span { border-color: #AE1A00; }
span { border-color: rgb(174,26,0); }
td.TdClassName
{
border-color: #AE1A00;
}
.TagClassName
{
border-color: #AE1A00;
}
</style>