Shades of Fire Engine Red #AD191F
Tints of Fire Engine Red #AD191F
RGB
CMYK
RGB Variations
Color information
#AD191F (or 0xAD191F) is known color: Fire Engine Red. HEX triplet: AD, 19 and 1F. RGB value is (173,25,31). Sum of RGB (Red+Green+Blue) = 173+25+31=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD191F is #52E6E0. Grayscale: #464646. Windows color (decimal): -5433057 or 2038189. OLE color: 2038189.
HSL color Cylindrical-coordinate representation of color #AD191F: hue angle of 357.57º 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 #AD191F is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 31 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.32 |
| HSL | 357.57º | 0.75% | 0.39% | - |
| HSV(B) | 357.57º | 0.86% | 0.68% | - |
| XYZ | 17.83 | 9.68 | 2.22 | - |
| YUV | 69.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 31 | 0 | 0.86 | 0.82 | 0.32 | 357.57 | 0.75 | 0.39 |
| Hex | AD | 19 | 1F | 0 | 56 | 52 | 20 | 166 | 4B | 27 |
| Octal | 255 | 31 | 37 | 0 | 126 | 122 | 40 | 546 | 113 | 47 |
| Binary | 10101101 | 11001 | 11111 | 0 | 1010110 | 1010010 | 100000 | 101100110 | 1001011 | 100111 |
Color Harmonies of #AD191F
Complementary color
Monochromatic Colors of #AD191F
Black with #AD191F
Text Example
Text Example
White with #AD191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD191F; }
p { color: rgb(173,25,31); }
H1.HeaderClassName
{
color: #AD191F;
}
.AnyTagClassName
{
color: #AD191F;
}
</style>
background-color css
<style>
a { background-color: #AD191F; }
a { background-color: rgb(173,25,31); }
div.DivClassName
{
background-color: #AD191F;
}
.BgClassName
{
background-color: #AD191F;
}
</style>
border-color css
<style>
span { border-color: #AD191F; }
span { border-color: rgb(173,25,31); }
td.TdClassName
{
border-color: #AD191F;
}
.TagClassName
{
border-color: #AD191F;
}
</style>