Shades of Fire Brick #AE251D
Tints of Fire Brick #AE251D
RGB
CMYK
RGB Variations
Color information
#AE251D (or 0xAE251D) is known color: Fire Brick. HEX triplet: AE, 25 and 1D. RGB value is (174,37,29). Sum of RGB (Red+Green+Blue) = 174+37+29=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE251D is #51DAE2. Grayscale: #4D4D4D. Windows color (decimal): -5364451 or 1910190. OLE color: 1910190.
HSL color Cylindrical-coordinate representation of color #AE251D: hue angle of 3.31º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE251D is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 37 | 29 | - |
| CMYK | 0 | 0.79 | 0.83 | 0.32 |
| HSL | 3.31º | 0.71% | 0.4% | - |
| HSV(B) | 3.31º | 0.83% | 0.68% | - |
| XYZ | 18.34 | 10.41 | 2.21 | - |
| YUV | 77.05 | 100.89 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 37 | 29 | 0 | 0.79 | 0.83 | 0.32 | 3.31 | 0.71 | 0.4 |
| Hex | AE | 25 | 1D | 0 | 4F | 53 | 20 | 3 | 47 | 28 |
| Octal | 256 | 45 | 35 | 0 | 117 | 123 | 40 | 3 | 107 | 50 |
| Binary | 10101110 | 100101 | 11101 | 0 | 1001111 | 1010011 | 100000 | 11 | 1000111 | 101000 |
Color Harmonies of #AE251D
Complementary color
Monochromatic Colors of #AE251D
Black with #AE251D
Text Example
Text Example
White with #AE251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE251D; }
p { color: rgb(174,37,29); }
H1.HeaderClassName
{
color: #AE251D;
}
.AnyTagClassName
{
color: #AE251D;
}
</style>
background-color css
<style>
a { background-color: #AE251D; }
a { background-color: rgb(174,37,29); }
div.DivClassName
{
background-color: #AE251D;
}
.BgClassName
{
background-color: #AE251D;
}
</style>
border-color css
<style>
span { border-color: #AE251D; }
span { border-color: rgb(174,37,29); }
td.TdClassName
{
border-color: #AE251D;
}
.TagClassName
{
border-color: #AE251D;
}
</style>