Shades of Fire Brick #AE211F
Tints of Fire Brick #AE211F
RGB
CMYK
RGB Variations
Color information
#AE211F (or 0xAE211F) is known color: Fire Brick. HEX triplet: AE, 21 and 1F. RGB value is (174,33,31). Sum of RGB (Red+Green+Blue) = 174+33+31=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE211F is #51DEE0. Grayscale: #4B4B4B. Windows color (decimal): -5365473 or 2040238. OLE color: 2040238.
HSL color Cylindrical-coordinate representation of color #AE211F: hue angle of 0.84º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE211F is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 33 | 31 | - |
| CMYK | 0 | 0.81 | 0.82 | 0.32 |
| HSL | 0.84º | 0.7% | 0.4% | - |
| HSV(B) | 0.84º | 0.82% | 0.68% | - |
| XYZ | 18.25 | 10.19 | 2.3 | - |
| YUV | 74.93 | 103.21 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 33 | 31 | 0 | 0.81 | 0.82 | 0.32 | 0.84 | 0.7 | 0.4 |
| Hex | AE | 21 | 1F | 0 | 51 | 52 | 20 | 1 | 46 | 28 |
| Octal | 256 | 41 | 37 | 0 | 121 | 122 | 40 | 1 | 106 | 50 |
| Binary | 10101110 | 100001 | 11111 | 0 | 1010001 | 1010010 | 100000 | 1 | 1000110 | 101000 |
Color Harmonies of #AE211F
Complementary color
Monochromatic Colors of #AE211F
Black with #AE211F
Text Example
Text Example
White with #AE211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE211F; }
p { color: rgb(174,33,31); }
H1.HeaderClassName
{
color: #AE211F;
}
.AnyTagClassName
{
color: #AE211F;
}
</style>
background-color css
<style>
a { background-color: #AE211F; }
a { background-color: rgb(174,33,31); }
div.DivClassName
{
background-color: #AE211F;
}
.BgClassName
{
background-color: #AE211F;
}
</style>
border-color css
<style>
span { border-color: #AE211F; }
span { border-color: rgb(174,33,31); }
td.TdClassName
{
border-color: #AE211F;
}
.TagClassName
{
border-color: #AE211F;
}
</style>