Shades of Fire Engine Red #AE1D22
Tints of Fire Engine Red #AE1D22
RGB
CMYK
RGB Variations
Color information
#AE1D22 (or 0xAE1D22) is known color: Fire Engine Red. HEX triplet: AE, 1D and 22. RGB value is (174,29,34). Sum of RGB (Red+Green+Blue) = 174+29+34=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 29 (11.72% from 255 or 12.24% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1D22 is #51E2DD. Grayscale: #494949. Windows color (decimal): -5366494 or 2235822. OLE color: 2235822.
HSL color Cylindrical-coordinate representation of color #AE1D22: hue angle of 357.93º 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 #AE1D22 is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 29 | 34 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.32 |
| HSL | 357.93º | 0.71% | 0.4% | - |
| HSV(B) | 357.93º | 0.83% | 0.68% | - |
| XYZ | 18.18 | 9.99 | 2.48 | - |
| YUV | 72.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 29 | 34 | 0 | 0.83 | 0.80 | 0.32 | 357.93 | 0.71 | 0.4 |
| Hex | AE | 1D | 22 | 0 | 53 | 50 | 20 | 166 | 47 | 28 |
| Octal | 256 | 35 | 42 | 0 | 123 | 120 | 40 | 546 | 107 | 50 |
| Binary | 10101110 | 11101 | 100010 | 0 | 1010011 | 1010000 | 100000 | 101100110 | 1000111 | 101000 |
Color Harmonies of #AE1D22
Complementary color
Monochromatic Colors of #AE1D22
Black with #AE1D22
Text Example
Text Example
White with #AE1D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1D22; }
p { color: rgb(174,29,34); }
H1.HeaderClassName
{
color: #AE1D22;
}
.AnyTagClassName
{
color: #AE1D22;
}
</style>
background-color css
<style>
a { background-color: #AE1D22; }
a { background-color: rgb(174,29,34); }
div.DivClassName
{
background-color: #AE1D22;
}
.BgClassName
{
background-color: #AE1D22;
}
</style>
border-color css
<style>
span { border-color: #AE1D22; }
span { border-color: rgb(174,29,34); }
td.TdClassName
{
border-color: #AE1D22;
}
.TagClassName
{
border-color: #AE1D22;
}
</style>