Shades of Fire Brick #AE140D
Tints of Fire Brick #AE140D
RGB
CMYK
RGB Variations
Color information
#AE140D (or 0xAE140D) is known color: Fire Brick. HEX triplet: AE, 14 and 0D. RGB value is (174,20,13). Sum of RGB (Red+Green+Blue) = 174+20+13=207 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.06% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 174 - color contains mainly: red. Hex color #AE140D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE140D is #51EBF2. Grayscale: #414141. Windows color (decimal): -5368819 or 857262. OLE color: 857262.
HSL color Cylindrical-coordinate representation of color #AE140D: hue angle of 2.61º 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 #AE140D is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 20 | 13 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.32 |
| HSL | 2.61º | 0.86% | 0.37% | - |
| HSV(B) | 2.61º | 0.93% | 0.68% | - |
| XYZ | 17.78 | 9.53 | 1.28 | - |
| YUV | 65.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 20 | 13 | 0 | 0.89 | 0.93 | 0.32 | 2.61 | 0.86 | 0.37 |
| Hex | AE | 14 | D | 0 | 59 | 5D | 20 | 3 | 56 | 25 |
| Octal | 256 | 24 | 15 | 0 | 131 | 135 | 40 | 3 | 126 | 45 |
| Binary | 10101110 | 10100 | 1101 | 0 | 1011001 | 1011101 | 100000 | 11 | 1010110 | 100101 |
Color Harmonies of #AE140D
Complementary color
Monochromatic Colors of #AE140D
Black with #AE140D
Text Example
Text Example
White with #AE140D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE140D; }
p { color: rgb(174,20,13); }
H1.HeaderClassName
{
color: #AE140D;
}
.AnyTagClassName
{
color: #AE140D;
}
</style>
background-color css
<style>
a { background-color: #AE140D; }
a { background-color: rgb(174,20,13); }
div.DivClassName
{
background-color: #AE140D;
}
.BgClassName
{
background-color: #AE140D;
}
</style>
border-color css
<style>
span { border-color: #AE140D; }
span { border-color: rgb(174,20,13); }
td.TdClassName
{
border-color: #AE140D;
}
.TagClassName
{
border-color: #AE140D;
}
</style>