Shades of Fire Engine Red #AD191E
Tints of Fire Engine Red #AD191E
RGB
CMYK
RGB Variations
Color information
#AD191E (or 0xAD191E) is known color: Fire Engine Red. HEX triplet: AD, 19 and 1E. RGB value is (173,25,30). Sum of RGB (Red+Green+Blue) = 173+25+30=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 25 (10.16% from 255 or 10.96% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD191E is #52E6E1. Grayscale: #454545. Windows color (decimal): -5433058 or 1972653. OLE color: 1972653.
HSL color Cylindrical-coordinate representation of color #AD191E: hue angle of 357.97º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AD191E is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 30 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.32 |
| HSL | 357.97º | 0.75% | 0.39% | - |
| HSV(B) | 357.97º | 0.86% | 0.68% | - |
| XYZ | 17.82 | 9.67 | 2.16 | - |
| YUV | 69.82 | 105.53 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 30 | 0 | 0.86 | 0.83 | 0.32 | 357.97 | 0.75 | 0.39 |
| Hex | AD | 19 | 1E | 0 | 56 | 53 | 20 | 166 | 4B | 27 |
| Octal | 255 | 31 | 36 | 0 | 126 | 123 | 40 | 546 | 113 | 47 |
| Binary | 10101101 | 11001 | 11110 | 0 | 1010110 | 1010011 | 100000 | 101100110 | 1001011 | 100111 |
Color Harmonies of #AD191E
Complementary color
Monochromatic Colors of #AD191E
Black with #AD191E
Text Example
Text Example
White with #AD191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD191E; }
p { color: rgb(173,25,30); }
H1.HeaderClassName
{
color: #AD191E;
}
.AnyTagClassName
{
color: #AD191E;
}
</style>
background-color css
<style>
a { background-color: #AD191E; }
a { background-color: rgb(173,25,30); }
div.DivClassName
{
background-color: #AD191E;
}
.BgClassName
{
background-color: #AD191E;
}
</style>
border-color css
<style>
span { border-color: #AD191E; }
span { border-color: rgb(173,25,30); }
td.TdClassName
{
border-color: #AD191E;
}
.TagClassName
{
border-color: #AD191E;
}
</style>