Shades of Fire Engine Red #AD1D20
Tints of Fire Engine Red #AD1D20
RGB
CMYK
RGB Variations
Color information
#AD1D20 (or 0xAD1D20) is known color: Fire Engine Red. HEX triplet: AD, 1D and 20. RGB value is (173,29,32). Sum of RGB (Red+Green+Blue) = 173+29+32=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 29 (11.72% from 255 or 12.39% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1D20 is #52E2DF. Grayscale: #484848. Windows color (decimal): -5432032 or 2104749. OLE color: 2104749.
HSL color Cylindrical-coordinate representation of color #AD1D20: hue angle of 358.75º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD1D20 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 32 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.32 |
| HSL | 358.75º | 0.71% | 0.4% | - |
| HSV(B) | 358.75º | 0.83% | 0.68% | - |
| XYZ | 17.93 | 9.87 | 2.33 | - |
| YUV | 72.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 32 | 0 | 0.83 | 0.82 | 0.32 | 358.75 | 0.71 | 0.4 |
| Hex | AD | 1D | 20 | 0 | 53 | 52 | 20 | 167 | 47 | 28 |
| Octal | 255 | 35 | 40 | 0 | 123 | 122 | 40 | 547 | 107 | 50 |
| Binary | 10101101 | 11101 | 100000 | 0 | 1010011 | 1010010 | 100000 | 101100111 | 1000111 | 101000 |
Color Harmonies of #AD1D20
Complementary color
Monochromatic Colors of #AD1D20
Black with #AD1D20
Text Example
Text Example
White with #AD1D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D20; }
p { color: rgb(173,29,32); }
H1.HeaderClassName
{
color: #AD1D20;
}
.AnyTagClassName
{
color: #AD1D20;
}
</style>
background-color css
<style>
a { background-color: #AD1D20; }
a { background-color: rgb(173,29,32); }
div.DivClassName
{
background-color: #AD1D20;
}
.BgClassName
{
background-color: #AD1D20;
}
</style>
border-color css
<style>
span { border-color: #AD1D20; }
span { border-color: rgb(173,29,32); }
td.TdClassName
{
border-color: #AD1D20;
}
.TagClassName
{
border-color: #AD1D20;
}
</style>