Shades of Fire Engine Red #AC1A1E
Tints of Fire Engine Red #AC1A1E
RGB
CMYK
RGB Variations
Color information
#AC1A1E (or 0xAC1A1E) is known color: Fire Engine Red. HEX triplet: AC, 1A and 1E. RGB value is (172,26,30). Sum of RGB (Red+Green+Blue) = 172+26+30=228 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.44% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC1A1E is #53E5E1. Grayscale: #464646. Windows color (decimal): -5498338 or 1972908. OLE color: 1972908.
HSL color Cylindrical-coordinate representation of color #AC1A1E: hue angle of 358.36º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A1E is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 30 | - |
| CMYK | 0 | 0.85 | 0.83 | 0.33 |
| HSL | 358.36º | 0.74% | 0.39% | - |
| HSV(B) | 358.36º | 0.85% | 0.67% | - |
| XYZ | 17.62 | 9.6 | 2.15 | - |
| YUV | 70.11 | 105.37 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 30 | 0 | 0.85 | 0.83 | 0.33 | 358.36 | 0.74 | 0.39 |
| Hex | AC | 1A | 1E | 0 | 55 | 53 | 21 | 166 | 4A | 27 |
| Octal | 254 | 32 | 36 | 0 | 125 | 123 | 41 | 546 | 112 | 47 |
| Binary | 10101100 | 11010 | 11110 | 0 | 1010101 | 1010011 | 100001 | 101100110 | 1001010 | 100111 |
Color Harmonies of #AC1A1E
Complementary color
Monochromatic Colors of #AC1A1E
Black with #AC1A1E
Text Example
Text Example
White with #AC1A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A1E; }
p { color: rgb(172,26,30); }
H1.HeaderClassName
{
color: #AC1A1E;
}
.AnyTagClassName
{
color: #AC1A1E;
}
</style>
background-color css
<style>
a { background-color: #AC1A1E; }
a { background-color: rgb(172,26,30); }
div.DivClassName
{
background-color: #AC1A1E;
}
.BgClassName
{
background-color: #AC1A1E;
}
</style>
border-color css
<style>
span { border-color: #AC1A1E; }
span { border-color: rgb(172,26,30); }
td.TdClassName
{
border-color: #AC1A1E;
}
.TagClassName
{
border-color: #AC1A1E;
}
</style>