Shades of Fire Engine Red #AD1C21
Tints of Fire Engine Red #AD1C21
RGB
CMYK
RGB Variations
Color information
#AD1C21 (or 0xAD1C21) is known color: Fire Engine Red. HEX triplet: AD, 1C and 21. RGB value is (173,28,33). Sum of RGB (Red+Green+Blue) = 173+28+33=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1C21 is #52E3DE. Grayscale: #484848. Windows color (decimal): -5432287 or 2170029. OLE color: 2170029.
HSL color Cylindrical-coordinate representation of color #AD1C21: hue angle of 357.93º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD1C21 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 28 | 33 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.32 |
| HSL | 357.93º | 0.72% | 0.39% | - |
| HSV(B) | 357.93º | 0.84% | 0.68% | - |
| XYZ | 17.92 | 9.82 | 2.39 | - |
| YUV | 71.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 28 | 33 | 0 | 0.84 | 0.81 | 0.32 | 357.93 | 0.72 | 0.39 |
| Hex | AD | 1C | 21 | 0 | 54 | 51 | 20 | 166 | 48 | 27 |
| Octal | 255 | 34 | 41 | 0 | 124 | 121 | 40 | 546 | 110 | 47 |
| Binary | 10101101 | 11100 | 100001 | 0 | 1010100 | 1010001 | 100000 | 101100110 | 1001000 | 100111 |
Color Harmonies of #AD1C21
Complementary color
Monochromatic Colors of #AD1C21
Black with #AD1C21
Text Example
Text Example
White with #AD1C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1C21; }
p { color: rgb(173,28,33); }
H1.HeaderClassName
{
color: #AD1C21;
}
.AnyTagClassName
{
color: #AD1C21;
}
</style>
background-color css
<style>
a { background-color: #AD1C21; }
a { background-color: rgb(173,28,33); }
div.DivClassName
{
background-color: #AD1C21;
}
.BgClassName
{
background-color: #AD1C21;
}
</style>
border-color css
<style>
span { border-color: #AD1C21; }
span { border-color: rgb(173,28,33); }
td.TdClassName
{
border-color: #AD1C21;
}
.TagClassName
{
border-color: #AD1C21;
}
</style>