Shades of Free Speech Red #AE1502
Tints of Free Speech Red #AE1502
RGB
CMYK
RGB Variations
Color information
#AE1502 (or 0xAE1502) is known color: Free Speech Red. HEX triplet: AE, 15 and 02. RGB value is (174,21,2). Sum of RGB (Red+Green+Blue) = 174+21+2=197 (26% of max value = 765). Red value is 174 (68.36% from 255 or 88.32% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 2 (1.17% from 255 or 1.02% from 197); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1502 is #51EAFD. Grayscale: #404040. Windows color (decimal): -5368574 or 136622. OLE color: 136622.
HSL color Cylindrical-coordinate representation of color #AE1502: hue angle of 6.63º 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 #AE1502 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 21 | 2 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.32 |
| HSL | 6.63º | 0.98% | 0.35% | - |
| HSV(B) | 6.63º | 0.99% | 0.68% | - |
| XYZ | 17.73 | 9.54 | 0.96 | - |
| YUV | 64.58 | 92.69 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 21 | 2 | 0 | 0.88 | 0.99 | 0.32 | 6.63 | 0.98 | 0.35 |
| Hex | AE | 15 | 2 | 0 | 58 | 63 | 20 | 7 | 62 | 23 |
| Octal | 256 | 25 | 2 | 0 | 130 | 143 | 40 | 7 | 142 | 43 |
| Binary | 10101110 | 10101 | 10 | 0 | 1011000 | 1100011 | 100000 | 111 | 1100010 | 100011 |
Color Harmonies of #AE1502
Complementary color
Monochromatic Colors of #AE1502
Black with #AE1502
Text Example
Text Example
White with #AE1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1502; }
p { color: rgb(174,21,2); }
H1.HeaderClassName
{
color: #AE1502;
}
.AnyTagClassName
{
color: #AE1502;
}
</style>
background-color css
<style>
a { background-color: #AE1502; }
a { background-color: rgb(174,21,2); }
div.DivClassName
{
background-color: #AE1502;
}
.BgClassName
{
background-color: #AE1502;
}
</style>
border-color css
<style>
span { border-color: #AE1502; }
span { border-color: rgb(174,21,2); }
td.TdClassName
{
border-color: #AE1502;
}
.TagClassName
{
border-color: #AE1502;
}
</style>