Shades of Fire Engine Red #AD1721
Tints of Fire Engine Red #AD1721
RGB
CMYK
RGB Variations
Color information
#AD1721 (or 0xAD1721) is known color: Fire Engine Red. HEX triplet: AD, 17 and 21. RGB value is (173,23,33). Sum of RGB (Red+Green+Blue) = 173+23+33=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 23 (9.38% from 255 or 10.04% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1721 is #52E8DE. Grayscale: #454545. Windows color (decimal): -5433567 or 2168749. OLE color: 2168749.
HSL color Cylindrical-coordinate representation of color #AD1721: hue angle of 356º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD1721 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 33 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.32 |
| HSL | 356º | 0.77% | 0.38% | - |
| HSV(B) | 356º | 0.87% | 0.68% | - |
| XYZ | 17.81 | 9.61 | 2.35 | - |
| YUV | 68.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 33 | 0 | 0.87 | 0.81 | 0.32 | 356 | 0.77 | 0.38 |
| Hex | AD | 17 | 21 | 0 | 57 | 51 | 20 | 164 | 4D | 26 |
| Octal | 255 | 27 | 41 | 0 | 127 | 121 | 40 | 544 | 115 | 46 |
| Binary | 10101101 | 10111 | 100001 | 0 | 1010111 | 1010001 | 100000 | 101100100 | 1001101 | 100110 |
Color Harmonies of #AD1721
Complementary color
Monochromatic Colors of #AD1721
Black with #AD1721
Text Example
Text Example
White with #AD1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1721; }
p { color: rgb(173,23,33); }
H1.HeaderClassName
{
color: #AD1721;
}
.AnyTagClassName
{
color: #AD1721;
}
</style>
background-color css
<style>
a { background-color: #AD1721; }
a { background-color: rgb(173,23,33); }
div.DivClassName
{
background-color: #AD1721;
}
.BgClassName
{
background-color: #AD1721;
}
</style>
border-color css
<style>
span { border-color: #AD1721; }
span { border-color: rgb(173,23,33); }
td.TdClassName
{
border-color: #AD1721;
}
.TagClassName
{
border-color: #AD1721;
}
</style>