Shades of Fire Engine Red #AD1A21
Tints of Fire Engine Red #AD1A21
RGB
CMYK
RGB Variations
Color information
#AD1A21 (or 0xAD1A21) is known color: Fire Engine Red. HEX triplet: AD, 1A and 21. RGB value is (173,26,33). Sum of RGB (Red+Green+Blue) = 173+26+33=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1A21 is #52E5DE. Grayscale: #464646. Windows color (decimal): -5432799 or 2169517. OLE color: 2169517.
HSL color Cylindrical-coordinate representation of color #AD1A21: hue angle of 357.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD1A21 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 26 | 33 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.32 |
| HSL | 357.14º | 0.74% | 0.39% | - |
| HSV(B) | 357.14º | 0.85% | 0.68% | - |
| XYZ | 17.88 | 9.73 | 2.38 | - |
| YUV | 70.75 | 106.7 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 26 | 33 | 0 | 0.85 | 0.81 | 0.32 | 357.14 | 0.74 | 0.39 |
| Hex | AD | 1A | 21 | 0 | 55 | 51 | 20 | 165 | 4A | 27 |
| Octal | 255 | 32 | 41 | 0 | 125 | 121 | 40 | 545 | 112 | 47 |
| Binary | 10101101 | 11010 | 100001 | 0 | 1010101 | 1010001 | 100000 | 101100101 | 1001010 | 100111 |
Color Harmonies of #AD1A21
Complementary color
Monochromatic Colors of #AD1A21
Black with #AD1A21
Text Example
Text Example
White with #AD1A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1A21; }
p { color: rgb(173,26,33); }
H1.HeaderClassName
{
color: #AD1A21;
}
.AnyTagClassName
{
color: #AD1A21;
}
</style>
background-color css
<style>
a { background-color: #AD1A21; }
a { background-color: rgb(173,26,33); }
div.DivClassName
{
background-color: #AD1A21;
}
.BgClassName
{
background-color: #AD1A21;
}
</style>
border-color css
<style>
span { border-color: #AD1A21; }
span { border-color: rgb(173,26,33); }
td.TdClassName
{
border-color: #AD1A21;
}
.TagClassName
{
border-color: #AD1A21;
}
</style>