Shades of Fire Engine Red #AD1A1F
Tints of Fire Engine Red #AD1A1F
RGB
CMYK
RGB Variations
Color information
#AD1A1F (or 0xAD1A1F) is known color: Fire Engine Red. HEX triplet: AD, 1A and 1F. RGB value is (173,26,31). Sum of RGB (Red+Green+Blue) = 173+26+31=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A1F is #52E5E0. Grayscale: #464646. Windows color (decimal): -5432801 or 2038445. OLE color: 2038445.
HSL color Cylindrical-coordinate representation of color #AD1A1F: hue angle of 357.96º 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 #AD1A1F is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 31 | - |
| CMYK | 0 | 0.85 | 0.82 | 0.32 |
| HSL | 357.96º | 0.74% | 0.39% | - |
| HSV(B) | 357.96º | 0.85% | 0.68% | - |
| XYZ | 17.85 | 9.72 | 2.23 | - |
| YUV | 70.52 | 105.7 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 31 | 0 | 0.85 | 0.82 | 0.32 | 357.96 | 0.74 | 0.39 |
| Hex | AD | 1A | 1F | 0 | 55 | 52 | 20 | 166 | 4A | 27 |
| Octal | 255 | 32 | 37 | 0 | 125 | 122 | 40 | 546 | 112 | 47 |
| Binary | 10101101 | 11010 | 11111 | 0 | 1010101 | 1010010 | 100000 | 101100110 | 1001010 | 100111 |
Color Harmonies of #AD1A1F
Complementary color
Monochromatic Colors of #AD1A1F
Black with #AD1A1F
Text Example
Text Example
White with #AD1A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A1F; }
p { color: rgb(173,26,31); }
H1.HeaderClassName
{
color: #AD1A1F;
}
.AnyTagClassName
{
color: #AD1A1F;
}
</style>
background-color css
<style>
a { background-color: #AD1A1F; }
a { background-color: rgb(173,26,31); }
div.DivClassName
{
background-color: #AD1A1F;
}
.BgClassName
{
background-color: #AD1A1F;
}
</style>
border-color css
<style>
span { border-color: #AD1A1F; }
span { border-color: rgb(173,26,31); }
td.TdClassName
{
border-color: #AD1A1F;
}
.TagClassName
{
border-color: #AD1A1F;
}
</style>