Shades of Fire Engine Red #AD1524
Tints of Fire Engine Red #AD1524
RGB
CMYK
RGB Variations
Color information
#AD1524 (or 0xAD1524) is known color: Fire Engine Red. HEX triplet: AD, 15 and 24. RGB value is (173,21,36). Sum of RGB (Red+Green+Blue) = 173+21+36=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1524 is #52EADB. Grayscale: #444444. Windows color (decimal): -5434076 or 2364845. OLE color: 2364845.
HSL color Cylindrical-coordinate representation of color #AD1524: hue angle of 354.08º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1524 is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 21 | 36 | - |
| CMYK | 0 | 0.88 | 0.79 | 0.32 |
| HSL | 354.08º | 0.78% | 0.38% | - |
| HSV(B) | 354.08º | 0.88% | 0.68% | - |
| XYZ | 17.82 | 9.55 | 2.57 | - |
| YUV | 68.16 | 109.86 | 202.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 21 | 36 | 0 | 0.88 | 0.79 | 0.32 | 354.08 | 0.78 | 0.38 |
| Hex | AD | 15 | 24 | 0 | 58 | 4F | 20 | 162 | 4E | 26 |
| Octal | 255 | 25 | 44 | 0 | 130 | 117 | 40 | 542 | 116 | 46 |
| Binary | 10101101 | 10101 | 100100 | 0 | 1011000 | 1001111 | 100000 | 101100010 | 1001110 | 100110 |
Color Harmonies of #AD1524
Complementary color
Monochromatic Colors of #AD1524
Black with #AD1524
Text Example
Text Example
White with #AD1524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1524; }
p { color: rgb(173,21,36); }
H1.HeaderClassName
{
color: #AD1524;
}
.AnyTagClassName
{
color: #AD1524;
}
</style>
background-color css
<style>
a { background-color: #AD1524; }
a { background-color: rgb(173,21,36); }
div.DivClassName
{
background-color: #AD1524;
}
.BgClassName
{
background-color: #AD1524;
}
</style>
border-color css
<style>
span { border-color: #AD1524; }
span { border-color: rgb(173,21,36); }
td.TdClassName
{
border-color: #AD1524;
}
.TagClassName
{
border-color: #AD1524;
}
</style>