Shades of Fire Engine Red #AD1B21
Tints of Fire Engine Red #AD1B21
RGB
CMYK
RGB Variations
Color information
#AD1B21 (or 0xAD1B21) is known color: Fire Engine Red. HEX triplet: AD, 1B and 21. RGB value is (173,27,33). Sum of RGB (Red+Green+Blue) = 173+27+33=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD1B21 is #52E4DE. Grayscale: #474747. Windows color (decimal): -5432543 or 2169773. OLE color: 2169773.
HSL color Cylindrical-coordinate representation of color #AD1B21: hue angle of 357.53º degrees, saturation: 0.73, 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 #AD1B21 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 27 | 33 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.32 |
| HSL | 357.53º | 0.73% | 0.39% | - |
| HSV(B) | 357.53º | 0.84% | 0.68% | - |
| XYZ | 17.9 | 9.78 | 2.38 | - |
| YUV | 71.34 | 106.37 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 27 | 33 | 0 | 0.84 | 0.81 | 0.32 | 357.53 | 0.73 | 0.39 |
| Hex | AD | 1B | 21 | 0 | 54 | 51 | 20 | 166 | 49 | 27 |
| Octal | 255 | 33 | 41 | 0 | 124 | 121 | 40 | 546 | 111 | 47 |
| Binary | 10101101 | 11011 | 100001 | 0 | 1010100 | 1010001 | 100000 | 101100110 | 1001001 | 100111 |
Color Harmonies of #AD1B21
Complementary color
Monochromatic Colors of #AD1B21
Black with #AD1B21
Text Example
Text Example
White with #AD1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1B21; }
p { color: rgb(173,27,33); }
H1.HeaderClassName
{
color: #AD1B21;
}
.AnyTagClassName
{
color: #AD1B21;
}
</style>
background-color css
<style>
a { background-color: #AD1B21; }
a { background-color: rgb(173,27,33); }
div.DivClassName
{
background-color: #AD1B21;
}
.BgClassName
{
background-color: #AD1B21;
}
</style>
border-color css
<style>
span { border-color: #AD1B21; }
span { border-color: rgb(173,27,33); }
td.TdClassName
{
border-color: #AD1B21;
}
.TagClassName
{
border-color: #AD1B21;
}
</style>