Shades of Free Speech Red #AE100D
Tints of Free Speech Red #AE100D
RGB
CMYK
RGB Variations
Color information
#AE100D (or 0xAE100D) is known color: Free Speech Red. HEX triplet: AE, 10 and 0D. RGB value is (174,16,13). Sum of RGB (Red+Green+Blue) = 174+16+13=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE100D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE100D is #51EFF2. Grayscale: #3F3F3F. Windows color (decimal): -5369843 or 856238. OLE color: 856238.
HSL color Cylindrical-coordinate representation of color #AE100D: hue angle of 1.12º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE100D is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 16 | 13 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.32 |
| HSL | 1.12º | 0.86% | 0.37% | - |
| HSV(B) | 1.12º | 0.93% | 0.68% | - |
| XYZ | 17.71 | 9.4 | 1.26 | - |
| YUV | 62.9 | 99.85 | 207.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 16 | 13 | 0 | 0.91 | 0.93 | 0.32 | 1.12 | 0.86 | 0.37 |
| Hex | AE | 10 | D | 0 | 5B | 5D | 20 | 1 | 56 | 25 |
| Octal | 256 | 20 | 15 | 0 | 133 | 135 | 40 | 1 | 126 | 45 |
| Binary | 10101110 | 10000 | 1101 | 0 | 1011011 | 1011101 | 100000 | 1 | 1010110 | 100101 |
Color Harmonies of #AE100D
Complementary color
Monochromatic Colors of #AE100D
Black with #AE100D
Text Example
Text Example
White with #AE100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE100D; }
p { color: rgb(174,16,13); }
H1.HeaderClassName
{
color: #AE100D;
}
.AnyTagClassName
{
color: #AE100D;
}
</style>
background-color css
<style>
a { background-color: #AE100D; }
a { background-color: rgb(174,16,13); }
div.DivClassName
{
background-color: #AE100D;
}
.BgClassName
{
background-color: #AE100D;
}
</style>
border-color css
<style>
span { border-color: #AE100D; }
span { border-color: rgb(174,16,13); }
td.TdClassName
{
border-color: #AE100D;
}
.TagClassName
{
border-color: #AE100D;
}
</style>