Shades of Fire Brick #AE201D
Tints of Fire Brick #AE201D
RGB
CMYK
RGB Variations
Color information
#AE201D (or 0xAE201D) is known color: Fire Brick. HEX triplet: AE, 20 and 1D. RGB value is (174,32,29). Sum of RGB (Red+Green+Blue) = 174+32+29=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE201D is #51DFE2. Grayscale: #4A4A4A. Windows color (decimal): -5365731 or 1908910. OLE color: 1908910.
HSL color Cylindrical-coordinate representation of color #AE201D: hue angle of 1.24º 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 #AE201D is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 32 | 29 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.32 |
| HSL | 1.24º | 0.71% | 0.4% | - |
| HSV(B) | 1.24º | 0.83% | 0.68% | - |
| XYZ | 18.19 | 10.12 | 2.16 | - |
| YUV | 74.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 32 | 29 | 0 | 0.82 | 0.83 | 0.32 | 1.24 | 0.71 | 0.4 |
| Hex | AE | 20 | 1D | 0 | 52 | 53 | 20 | 1 | 47 | 28 |
| Octal | 256 | 40 | 35 | 0 | 122 | 123 | 40 | 1 | 107 | 50 |
| Binary | 10101110 | 100000 | 11101 | 0 | 1010010 | 1010011 | 100000 | 1 | 1000111 | 101000 |
Color Harmonies of #AE201D
Complementary color
Monochromatic Colors of #AE201D
Black with #AE201D
Text Example
Text Example
White with #AE201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE201D; }
p { color: rgb(174,32,29); }
H1.HeaderClassName
{
color: #AE201D;
}
.AnyTagClassName
{
color: #AE201D;
}
</style>
background-color css
<style>
a { background-color: #AE201D; }
a { background-color: rgb(174,32,29); }
div.DivClassName
{
background-color: #AE201D;
}
.BgClassName
{
background-color: #AE201D;
}
</style>
border-color css
<style>
span { border-color: #AE201D; }
span { border-color: rgb(174,32,29); }
td.TdClassName
{
border-color: #AE201D;
}
.TagClassName
{
border-color: #AE201D;
}
</style>