Shades of Fire Engine Red #D4182B
Tints of Fire Engine Red #D4182B
RGB
CMYK
RGB Variations
Color information
#D4182B (or 0xD4182B) is known color: Fire Engine Red. HEX triplet: D4, 18 and 2B. RGB value is (212,24,43). Sum of RGB (Red+Green+Blue) = 212+24+43=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4182B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4182B is #2BE7D4. Grayscale: #525252. Windows color (decimal): -2877397 or 2824404. OLE color: 2824404.
HSL color Cylindrical-coordinate representation of color #D4182B: hue angle of 353.94º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D4182B is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 43 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.17 |
| HSL | 353.94º | 0.8% | 0.46% | - |
| HSV(B) | 353.94º | 0.89% | 0.83% | - |
| XYZ | 27.91 | 14.82 | 3.68 | - |
| YUV | 82.38 | 105.78 | 220.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 43 | 0 | 0.89 | 0.80 | 0.17 | 353.94 | 0.8 | 0.46 |
| Hex | D4 | 18 | 2B | 0 | 59 | 50 | 11 | 162 | 50 | 2E |
| Octal | 324 | 30 | 53 | 0 | 131 | 120 | 21 | 542 | 120 | 56 |
| Binary | 11010100 | 11000 | 101011 | 0 | 1011001 | 1010000 | 10001 | 101100010 | 1010000 | 101110 |
Color Harmonies of #D4182B
Complementary color
Monochromatic Colors of #D4182B
Black with #D4182B
Text Example
Text Example
White with #D4182B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4182B; }
p { color: rgb(212,24,43); }
H1.HeaderClassName
{
color: #D4182B;
}
.AnyTagClassName
{
color: #D4182B;
}
</style>
background-color css
<style>
a { background-color: #D4182B; }
a { background-color: rgb(212,24,43); }
div.DivClassName
{
background-color: #D4182B;
}
.BgClassName
{
background-color: #D4182B;
}
</style>
border-color css
<style>
span { border-color: #D4182B; }
span { border-color: rgb(212,24,43); }
td.TdClassName
{
border-color: #D4182B;
}
.TagClassName
{
border-color: #D4182B;
}
</style>