Shades of Fire Engine Red #AD1920
Tints of Fire Engine Red #AD1920
RGB
CMYK
RGB Variations
Color information
#AD1920 (or 0xAD1920) is known color: Fire Engine Red. HEX triplet: AD, 19 and 20. RGB value is (173,25,32). Sum of RGB (Red+Green+Blue) = 173+25+32=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1920 is #52E6DF. Grayscale: #464646. Windows color (decimal): -5433056 or 2103725. OLE color: 2103725.
HSL color Cylindrical-coordinate representation of color #AD1920: hue angle of 357.16º 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 #AD1920 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 32 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.32 |
| HSL | 357.16º | 0.75% | 0.39% | - |
| HSV(B) | 357.16º | 0.86% | 0.68% | - |
| XYZ | 17.84 | 9.68 | 2.3 | - |
| YUV | 70.05 | 106.53 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 32 | 0 | 0.86 | 0.82 | 0.32 | 357.16 | 0.75 | 0.39 |
| Hex | AD | 19 | 20 | 0 | 56 | 52 | 20 | 165 | 4B | 27 |
| Octal | 255 | 31 | 40 | 0 | 126 | 122 | 40 | 545 | 113 | 47 |
| Binary | 10101101 | 11001 | 100000 | 0 | 1010110 | 1010010 | 100000 | 101100101 | 1001011 | 100111 |
Color Harmonies of #AD1920
Complementary color
Monochromatic Colors of #AD1920
Black with #AD1920
Text Example
Text Example
White with #AD1920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1920; }
p { color: rgb(173,25,32); }
H1.HeaderClassName
{
color: #AD1920;
}
.AnyTagClassName
{
color: #AD1920;
}
</style>
background-color css
<style>
a { background-color: #AD1920; }
a { background-color: rgb(173,25,32); }
div.DivClassName
{
background-color: #AD1920;
}
.BgClassName
{
background-color: #AD1920;
}
</style>
border-color css
<style>
span { border-color: #AD1920; }
span { border-color: rgb(173,25,32); }
td.TdClassName
{
border-color: #AD1920;
}
.TagClassName
{
border-color: #AD1920;
}
</style>