Shades of Fire Engine Red #D4132D
Tints of Fire Engine Red #D4132D
RGB
CMYK
RGB Variations
Color information
#D4132D (or 0xD4132D) is known color: Fire Engine Red. HEX triplet: D4, 13 and 2D. RGB value is (212,19,45). Sum of RGB (Red+Green+Blue) = 212+19+45=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D4132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4132D is #2BECD2. Grayscale: #4F4F4F. Windows color (decimal): -2878675 or 2954196. OLE color: 2954196.
HSL color Cylindrical-coordinate representation of color #D4132D: hue angle of 351.92º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4132D is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.17 |
| HSL | 351.92º | 0.84% | 0.45% | - |
| HSV(B) | 351.92º | 0.91% | 0.83% | - |
| XYZ | 27.86 | 14.65 | 3.84 | - |
| YUV | 79.67 | 108.44 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 45 | 0 | 0.91 | 0.79 | 0.17 | 351.92 | 0.84 | 0.45 |
| Hex | D4 | 13 | 2D | 0 | 5B | 4F | 11 | 160 | 54 | 2D |
| Octal | 324 | 23 | 55 | 0 | 133 | 117 | 21 | 540 | 124 | 55 |
| Binary | 11010100 | 10011 | 101101 | 0 | 1011011 | 1001111 | 10001 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D4132D
Complementary color
Monochromatic Colors of #D4132D
Black with #D4132D
Text Example
Text Example
White with #D4132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4132D; }
p { color: rgb(212,19,45); }
H1.HeaderClassName
{
color: #D4132D;
}
.AnyTagClassName
{
color: #D4132D;
}
</style>
background-color css
<style>
a { background-color: #D4132D; }
a { background-color: rgb(212,19,45); }
div.DivClassName
{
background-color: #D4132D;
}
.BgClassName
{
background-color: #D4132D;
}
</style>
border-color css
<style>
span { border-color: #D4132D; }
span { border-color: rgb(212,19,45); }
td.TdClassName
{
border-color: #D4132D;
}
.TagClassName
{
border-color: #D4132D;
}
</style>