Shades of Fire Brick #AE250E
Tints of Fire Brick #AE250E
RGB
CMYK
RGB Variations
Color information
#AE250E (or 0xAE250E) is known color: Fire Brick. HEX triplet: AE, 25 and 0E. RGB value is (174,37,14). Sum of RGB (Red+Green+Blue) = 174+37+14=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE250E is #51DAF1. Grayscale: #4B4B4B. Windows color (decimal): -5364466 or 927150. OLE color: 927150.
HSL color Cylindrical-coordinate representation of color #AE250E: hue angle of 8.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE250E is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 14 | - |
| CMYK | 0 | 0.79 | 0.92 | 0.32 |
| HSL | 8.63º | 0.85% | 0.37% | - |
| HSV(B) | 8.63º | 0.92% | 0.68% | - |
| XYZ | 18.2 | 10.35 | 1.45 | - |
| YUV | 75.34 | 93.39 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 14 | 0 | 0.79 | 0.92 | 0.32 | 8.63 | 0.85 | 0.37 |
| Hex | AE | 25 | E | 0 | 4F | 5C | 20 | 9 | 55 | 25 |
| Octal | 256 | 45 | 16 | 0 | 117 | 134 | 40 | 11 | 125 | 45 |
| Binary | 10101110 | 100101 | 1110 | 0 | 1001111 | 1011100 | 100000 | 1001 | 1010101 | 100101 |
Color Harmonies of #AE250E
Complementary color
Monochromatic Colors of #AE250E
Black with #AE250E
Text Example
Text Example
White with #AE250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE250E; }
p { color: rgb(174,37,14); }
H1.HeaderClassName
{
color: #AE250E;
}
.AnyTagClassName
{
color: #AE250E;
}
</style>
background-color css
<style>
a { background-color: #AE250E; }
a { background-color: rgb(174,37,14); }
div.DivClassName
{
background-color: #AE250E;
}
.BgClassName
{
background-color: #AE250E;
}
</style>
border-color css
<style>
span { border-color: #AE250E; }
span { border-color: rgb(174,37,14); }
td.TdClassName
{
border-color: #AE250E;
}
.TagClassName
{
border-color: #AE250E;
}
</style>