Shades of Free Speech Red #AE1102
Tints of Free Speech Red #AE1102
RGB
CMYK
RGB Variations
Color information
#AE1102 (or 0xAE1102) is known color: Free Speech Red. HEX triplet: AE, 11 and 02. RGB value is (174,17,2). Sum of RGB (Red+Green+Blue) = 174+17+2=193 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.16% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1102 is #51EEFD. Grayscale: #3E3E3E. Windows color (decimal): -5369598 or 135598. OLE color: 135598.
HSL color Cylindrical-coordinate representation of color #AE1102: hue angle of 5.23º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE1102 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 17 | 2 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.32 |
| HSL | 5.23º | 0.98% | 0.35% | - |
| HSV(B) | 5.23º | 0.99% | 0.68% | - |
| XYZ | 17.67 | 9.4 | 0.94 | - |
| YUV | 62.23 | 94.01 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 17 | 2 | 0 | 0.90 | 0.99 | 0.32 | 5.23 | 0.98 | 0.35 |
| Hex | AE | 11 | 2 | 0 | 5A | 63 | 20 | 5 | 62 | 23 |
| Octal | 256 | 21 | 2 | 0 | 132 | 143 | 40 | 5 | 142 | 43 |
| Binary | 10101110 | 10001 | 10 | 0 | 1011010 | 1100011 | 100000 | 101 | 1100010 | 100011 |
Color Harmonies of #AE1102
Complementary color
Monochromatic Colors of #AE1102
Black with #AE1102
Text Example
Text Example
White with #AE1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1102; }
p { color: rgb(174,17,2); }
H1.HeaderClassName
{
color: #AE1102;
}
.AnyTagClassName
{
color: #AE1102;
}
</style>
background-color css
<style>
a { background-color: #AE1102; }
a { background-color: rgb(174,17,2); }
div.DivClassName
{
background-color: #AE1102;
}
.BgClassName
{
background-color: #AE1102;
}
</style>
border-color css
<style>
span { border-color: #AE1102; }
span { border-color: rgb(174,17,2); }
td.TdClassName
{
border-color: #AE1102;
}
.TagClassName
{
border-color: #AE1102;
}
</style>