Shades of Fire Engine Red #AD1623
Tints of Fire Engine Red #AD1623
RGB
CMYK
RGB Variations
Color information
#AD1623 (or 0xAD1623) is known color: Fire Engine Red. HEX triplet: AD, 16 and 23. RGB value is (173,22,35). Sum of RGB (Red+Green+Blue) = 173+22+35=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1623 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1623 is #52E9DC. Grayscale: #444444. Windows color (decimal): -5433821 or 2299565. OLE color: 2299565.
HSL color Cylindrical-coordinate representation of color #AD1623: hue angle of 354.83º 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 #AD1623 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 35 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.32 |
| HSL | 354.83º | 0.77% | 0.38% | - |
| HSV(B) | 354.83º | 0.87% | 0.68% | - |
| XYZ | 17.82 | 9.58 | 2.5 | - |
| YUV | 68.63 | 109.03 | 202.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 35 | 0 | 0.87 | 0.80 | 0.32 | 354.83 | 0.77 | 0.38 |
| Hex | AD | 16 | 23 | 0 | 57 | 50 | 20 | 163 | 4D | 26 |
| Octal | 255 | 26 | 43 | 0 | 127 | 120 | 40 | 543 | 115 | 46 |
| Binary | 10101101 | 10110 | 100011 | 0 | 1010111 | 1010000 | 100000 | 101100011 | 1001101 | 100110 |
Color Harmonies of #AD1623
Complementary color
Monochromatic Colors of #AD1623
Black with #AD1623
Text Example
Text Example
White with #AD1623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1623; }
p { color: rgb(173,22,35); }
H1.HeaderClassName
{
color: #AD1623;
}
.AnyTagClassName
{
color: #AD1623;
}
</style>
background-color css
<style>
a { background-color: #AD1623; }
a { background-color: rgb(173,22,35); }
div.DivClassName
{
background-color: #AD1623;
}
.BgClassName
{
background-color: #AD1623;
}
</style>
border-color css
<style>
span { border-color: #AD1623; }
span { border-color: rgb(173,22,35); }
td.TdClassName
{
border-color: #AD1623;
}
.TagClassName
{
border-color: #AD1623;
}
</style>