Shades of Fire Engine Red #AE1A1D
Tints of Fire Engine Red #AE1A1D
RGB
CMYK
RGB Variations
Color information
#AE1A1D (or 0xAE1A1D) is known color: Fire Engine Red. HEX triplet: AE, 1A and 1D. RGB value is (174,26,29). Sum of RGB (Red+Green+Blue) = 174+26+29=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 26 (10.55% from 255 or 11.35% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1A1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE1A1D is #51E5E2. Grayscale: #464646. Windows color (decimal): -5367267 or 1907374. OLE color: 1907374.
HSL color Cylindrical-coordinate representation of color #AE1A1D: hue angle of 358.78º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE1A1D is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 26 | 29 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.32 |
| HSL | 358.78º | 0.74% | 0.39% | - |
| HSV(B) | 358.78º | 0.85% | 0.68% | - |
| XYZ | 18.05 | 9.83 | 2.11 | - |
| YUV | 70.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 26 | 29 | 0 | 0.85 | 0.83 | 0.32 | 358.78 | 0.74 | 0.39 |
| Hex | AE | 1A | 1D | 0 | 55 | 53 | 20 | 167 | 4A | 27 |
| Octal | 256 | 32 | 35 | 0 | 125 | 123 | 40 | 547 | 112 | 47 |
| Binary | 10101110 | 11010 | 11101 | 0 | 1010101 | 1010011 | 100000 | 101100111 | 1001010 | 100111 |
Color Harmonies of #AE1A1D
Complementary color
Monochromatic Colors of #AE1A1D
Black with #AE1A1D
Text Example
Text Example
White with #AE1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE1A1D; }
p { color: rgb(174,26,29); }
H1.HeaderClassName
{
color: #AE1A1D;
}
.AnyTagClassName
{
color: #AE1A1D;
}
</style>
background-color css
<style>
a { background-color: #AE1A1D; }
a { background-color: rgb(174,26,29); }
div.DivClassName
{
background-color: #AE1A1D;
}
.BgClassName
{
background-color: #AE1A1D;
}
</style>
border-color css
<style>
span { border-color: #AE1A1D; }
span { border-color: rgb(174,26,29); }
td.TdClassName
{
border-color: #AE1A1D;
}
.TagClassName
{
border-color: #AE1A1D;
}
</style>