Shades of Free Speech Red #AE0D0D
Tints of Free Speech Red #AE0D0D
RGB
CMYK
RGB Variations
Color information
#AE0D0D (or 0xAE0D0D) is known color: Free Speech Red. HEX triplet: AE, 0D and 0D. RGB value is (174,13,13). Sum of RGB (Red+Green+Blue) = 174+13+13=200 (26% of max value = 765). Red value is 174 (68.36% from 255 or 87% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 13 (5.47% from 255 or 6.5% from 200); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0D0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0D0D is #51F2F2. Grayscale: #3D3D3D. Windows color (decimal): -5370611 or 855470. OLE color: 855470.
HSL color Cylindrical-coordinate representation of color #AE0D0D: hue angle of 0º 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 #AE0D0D is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 13 | 13 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.32 |
| HSL | 0º | 0.86% | 0.37% | - |
| HSV(B) | 0º | 0.93% | 0.68% | - |
| XYZ | 17.67 | 9.32 | 1.25 | - |
| YUV | 61.14 | 100.84 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 13 | 13 | 0 | 0.93 | 0.93 | 0.32 | 0 | 0.86 | 0.37 |
| Hex | AE | D | D | 0 | 5D | 5D | 20 | 0 | 56 | 25 |
| Octal | 256 | 15 | 15 | 0 | 135 | 135 | 40 | 0 | 126 | 45 |
| Binary | 10101110 | 1101 | 1101 | 0 | 1011101 | 1011101 | 100000 | 0 | 1010110 | 100101 |
Color Harmonies of #AE0D0D
Complementary color
Monochromatic Colors of #AE0D0D
Black with #AE0D0D
Text Example
Text Example
White with #AE0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0D0D; }
p { color: rgb(174,13,13); }
H1.HeaderClassName
{
color: #AE0D0D;
}
.AnyTagClassName
{
color: #AE0D0D;
}
</style>
background-color css
<style>
a { background-color: #AE0D0D; }
a { background-color: rgb(174,13,13); }
div.DivClassName
{
background-color: #AE0D0D;
}
.BgClassName
{
background-color: #AE0D0D;
}
</style>
border-color css
<style>
span { border-color: #AE0D0D; }
span { border-color: rgb(174,13,13); }
td.TdClassName
{
border-color: #AE0D0D;
}
.TagClassName
{
border-color: #AE0D0D;
}
</style>