Shades of Free Speech Red #AE0C04
Tints of Free Speech Red #AE0C04
RGB
CMYK
RGB Variations
Color information
#AE0C04 (or 0xAE0C04) is known color: Free Speech Red. HEX triplet: AE, 0C and 04. RGB value is (174,12,4). Sum of RGB (Red+Green+Blue) = 174+12+4=190 (25% of max value = 765). Red value is 174 (68.36% from 255 or 91.58% from 190); Green value is 12 (5.08% from 255 or 6.32% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0C04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0C04 is #51F3FB. Grayscale: #3B3B3B. Windows color (decimal): -5370876 or 265390. OLE color: 265390.
HSL color Cylindrical-coordinate representation of color #AE0C04: hue angle of 2.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0C04 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 12 | 4 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.32 |
| HSL | 2.82º | 0.96% | 0.35% | - |
| HSV(B) | 2.82º | 0.98% | 0.68% | - |
| XYZ | 17.61 | 9.27 | 0.98 | - |
| YUV | 59.53 | 96.67 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 12 | 4 | 0 | 0.93 | 0.98 | 0.32 | 2.82 | 0.96 | 0.35 |
| Hex | AE | C | 4 | 0 | 5D | 62 | 20 | 3 | 60 | 23 |
| Octal | 256 | 14 | 4 | 0 | 135 | 142 | 40 | 3 | 140 | 43 |
| Binary | 10101110 | 1100 | 100 | 0 | 1011101 | 1100010 | 100000 | 11 | 1100000 | 100011 |
Color Harmonies of #AE0C04
Complementary color
Monochromatic Colors of #AE0C04
Black with #AE0C04
Text Example
Text Example
White with #AE0C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0C04; }
p { color: rgb(174,12,4); }
H1.HeaderClassName
{
color: #AE0C04;
}
.AnyTagClassName
{
color: #AE0C04;
}
</style>
background-color css
<style>
a { background-color: #AE0C04; }
a { background-color: rgb(174,12,4); }
div.DivClassName
{
background-color: #AE0C04;
}
.BgClassName
{
background-color: #AE0C04;
}
</style>
border-color css
<style>
span { border-color: #AE0C04; }
span { border-color: rgb(174,12,4); }
td.TdClassName
{
border-color: #AE0C04;
}
.TagClassName
{
border-color: #AE0C04;
}
</style>