Shades of Fire Engine Red #AD1823
Tints of Fire Engine Red #AD1823
RGB
CMYK
RGB Variations
Color information
#AD1823 (or 0xAD1823) is known color: Fire Engine Red. HEX triplet: AD, 18 and 23. RGB value is (173,24,35). Sum of RGB (Red+Green+Blue) = 173+24+35=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1823 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD1823 is #52E7DC. Grayscale: #454545. Windows color (decimal): -5433309 or 2300077. OLE color: 2300077.
HSL color Cylindrical-coordinate representation of color #AD1823: hue angle of 355.57º degrees, saturation: 0.76, 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 #AD1823 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 35 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.32 |
| HSL | 355.57º | 0.76% | 0.39% | - |
| HSV(B) | 355.57º | 0.86% | 0.68% | - |
| XYZ | 17.86 | 9.66 | 2.51 | - |
| YUV | 69.81 | 108.36 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 35 | 0 | 0.86 | 0.80 | 0.32 | 355.57 | 0.76 | 0.39 |
| Hex | AD | 18 | 23 | 0 | 56 | 50 | 20 | 164 | 4C | 27 |
| Octal | 255 | 30 | 43 | 0 | 126 | 120 | 40 | 544 | 114 | 47 |
| Binary | 10101101 | 11000 | 100011 | 0 | 1010110 | 1010000 | 100000 | 101100100 | 1001100 | 100111 |
Color Harmonies of #AD1823
Complementary color
Monochromatic Colors of #AD1823
Black with #AD1823
Text Example
Text Example
White with #AD1823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1823; }
p { color: rgb(173,24,35); }
H1.HeaderClassName
{
color: #AD1823;
}
.AnyTagClassName
{
color: #AD1823;
}
</style>
background-color css
<style>
a { background-color: #AD1823; }
a { background-color: rgb(173,24,35); }
div.DivClassName
{
background-color: #AD1823;
}
.BgClassName
{
background-color: #AD1823;
}
</style>
border-color css
<style>
span { border-color: #AD1823; }
span { border-color: rgb(173,24,35); }
td.TdClassName
{
border-color: #AD1823;
}
.TagClassName
{
border-color: #AD1823;
}
</style>