Shades of Free Speech Red #AE0800
Tints of Free Speech Red #AE0800
RGB
CMYK
RGB Variations
Color information
#AE0800 (or 0xAE0800) is known color: Free Speech Red. HEX triplet: AE, 08 and 00. RGB value is (174,8,0). Sum of RGB (Red+Green+Blue) = 174+8+0=182 (24% of max value = 765). Red value is 174 (68.36% from 255 or 95.60% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0800 is #51F7FF. Grayscale: #383838. Windows color (decimal): -5371904 or 2222. OLE color: 2222.
HSL color Cylindrical-coordinate representation of color #AE0800: hue angle of 2.76º 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 #AE0800 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 8 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.32 |
| HSL | 2.76º | 1% | 0.34% | - |
| HSV(B) | 2.76º | 1% | 0.68% | - |
| XYZ | 17.54 | 9.17 | 0.85 | - |
| YUV | 56.72 | 96 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 8 | 0 | 0 | 0.95 | 1 | 0.32 | 2.76 | 1 | 0.34 |
| Hex | AE | 8 | 0 | 0 | 5F | 64 | 20 | 3 | 64 | 22 |
| Octal | 256 | 10 | 0 | 0 | 137 | 144 | 40 | 3 | 144 | 42 |
| Binary | 10101110 | 1000 | 0 | 0 | 1011111 | 1100100 | 100000 | 11 | 1100100 | 100010 |
Color Harmonies of #AE0800
Complementary color
Monochromatic Colors of #AE0800
Black with #AE0800
Text Example
Text Example
White with #AE0800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0800; }
p { color: rgb(174,8,0); }
H1.HeaderClassName
{
color: #AE0800;
}
.AnyTagClassName
{
color: #AE0800;
}
</style>
background-color css
<style>
a { background-color: #AE0800; }
a { background-color: rgb(174,8,0); }
div.DivClassName
{
background-color: #AE0800;
}
.BgClassName
{
background-color: #AE0800;
}
</style>
border-color css
<style>
span { border-color: #AE0800; }
span { border-color: rgb(174,8,0); }
td.TdClassName
{
border-color: #AE0800;
}
.TagClassName
{
border-color: #AE0800;
}
</style>