Shades of Fire Brick #AE2221
Tints of Fire Brick #AE2221
RGB
CMYK
RGB Variations
Color information
#AE2221 (or 0xAE2221) is known color: Fire Brick. HEX triplet: AE, 22 and 21. RGB value is (174,34,33). Sum of RGB (Red+Green+Blue) = 174+34+33=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2221 is #51DDDE. Grayscale: #4B4B4B. Windows color (decimal): -5365215 or 2171566. OLE color: 2171566.
HSL color Cylindrical-coordinate representation of color #AE2221: hue angle of 0.43º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AE2221 is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 34 | 33 | - |
| CMYK | 0 | 0.80 | 0.81 | 0.32 |
| HSL | 0.43º | 0.68% | 0.41% | - |
| HSV(B) | 0.43º | 0.81% | 0.68% | - |
| XYZ | 18.3 | 10.25 | 2.45 | - |
| YUV | 75.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 34 | 33 | 0 | 0.80 | 0.81 | 0.32 | 0.43 | 0.68 | 0.41 |
| Hex | AE | 22 | 21 | 0 | 50 | 51 | 20 | 0 | 44 | 29 |
| Octal | 256 | 42 | 41 | 0 | 120 | 121 | 40 | 0 | 104 | 51 |
| Binary | 10101110 | 100010 | 100001 | 0 | 1010000 | 1010001 | 100000 | 0 | 1000100 | 101001 |
Color Harmonies of #AE2221
Complementary color
Monochromatic Colors of #AE2221
Black with #AE2221
Text Example
Text Example
White with #AE2221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE2221; }
p { color: rgb(174,34,33); }
H1.HeaderClassName
{
color: #AE2221;
}
.AnyTagClassName
{
color: #AE2221;
}
</style>
background-color css
<style>
a { background-color: #AE2221; }
a { background-color: rgb(174,34,33); }
div.DivClassName
{
background-color: #AE2221;
}
.BgClassName
{
background-color: #AE2221;
}
</style>
border-color css
<style>
span { border-color: #AE2221; }
span { border-color: rgb(174,34,33); }
td.TdClassName
{
border-color: #AE2221;
}
.TagClassName
{
border-color: #AE2221;
}
</style>