Shades of Fire Brick #AE240D
Tints of Fire Brick #AE240D
RGB
CMYK
RGB Variations
Color information
#AE240D (or 0xAE240D) is known color: Fire Brick. HEX triplet: AE, 24 and 0D. RGB value is (174,36,13). Sum of RGB (Red+Green+Blue) = 174+36+13=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE240D is #51DBF2. Grayscale: #4A4A4A. Windows color (decimal): -5364723 or 861358. OLE color: 861358.
HSL color Cylindrical-coordinate representation of color #AE240D: hue angle of 8.57º 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 #AE240D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 36 | 13 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.32 |
| HSL | 8.57º | 0.86% | 0.37% | - |
| HSV(B) | 8.57º | 0.93% | 0.68% | - |
| XYZ | 18.16 | 10.29 | 1.41 | - |
| YUV | 74.64 | 93.22 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 36 | 13 | 0 | 0.79 | 0.93 | 0.32 | 8.57 | 0.86 | 0.37 |
| Hex | AE | 24 | D | 0 | 4F | 5D | 20 | 9 | 56 | 25 |
| Octal | 256 | 44 | 15 | 0 | 117 | 135 | 40 | 11 | 126 | 45 |
| Binary | 10101110 | 100100 | 1101 | 0 | 1001111 | 1011101 | 100000 | 1001 | 1010110 | 100101 |
Color Harmonies of #AE240D
Complementary color
Monochromatic Colors of #AE240D
Black with #AE240D
Text Example
Text Example
White with #AE240D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE240D; }
p { color: rgb(174,36,13); }
H1.HeaderClassName
{
color: #AE240D;
}
.AnyTagClassName
{
color: #AE240D;
}
</style>
background-color css
<style>
a { background-color: #AE240D; }
a { background-color: rgb(174,36,13); }
div.DivClassName
{
background-color: #AE240D;
}
.BgClassName
{
background-color: #AE240D;
}
</style>
border-color css
<style>
span { border-color: #AE240D; }
span { border-color: rgb(174,36,13); }
td.TdClassName
{
border-color: #AE240D;
}
.TagClassName
{
border-color: #AE240D;
}
</style>