Shades of Fire Engine Red #D4132C
Tints of Fire Engine Red #D4132C
RGB
CMYK
RGB Variations
Color information
#D4132C (or 0xD4132C) is known color: Fire Engine Red. HEX triplet: D4, 13 and 2C. RGB value is (212,19,44). Sum of RGB (Red+Green+Blue) = 212+19+44=275 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.09% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 44 (17.58% from 255 or 16% from 275); Max value from RGB is 212 - color contains mainly: red. Hex color #D4132C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4132C is #2BECD3. Grayscale: #4F4F4F. Windows color (decimal): -2878676 or 2888660. OLE color: 2888660.
HSL color Cylindrical-coordinate representation of color #D4132C: hue angle of 352.23º 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 #D4132C is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 44 | - |
| CMYK | 0 | 0.91 | 0.79 | 0.17 |
| HSL | 352.23º | 0.84% | 0.45% | - |
| HSV(B) | 352.23º | 0.91% | 0.83% | - |
| XYZ | 27.84 | 14.64 | 3.74 | - |
| YUV | 79.56 | 107.94 | 222.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 44 | 0 | 0.91 | 0.79 | 0.17 | 352.23 | 0.84 | 0.45 |
| Hex | D4 | 13 | 2C | 0 | 5B | 4F | 11 | 160 | 54 | 2D |
| Octal | 324 | 23 | 54 | 0 | 133 | 117 | 21 | 540 | 124 | 55 |
| Binary | 11010100 | 10011 | 101100 | 0 | 1011011 | 1001111 | 10001 | 101100000 | 1010100 | 101101 |
Color Harmonies of #D4132C
Complementary color
Monochromatic Colors of #D4132C
Black with #D4132C
Text Example
Text Example
White with #D4132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4132C; }
p { color: rgb(212,19,44); }
H1.HeaderClassName
{
color: #D4132C;
}
.AnyTagClassName
{
color: #D4132C;
}
</style>
background-color css
<style>
a { background-color: #D4132C; }
a { background-color: rgb(212,19,44); }
div.DivClassName
{
background-color: #D4132C;
}
.BgClassName
{
background-color: #D4132C;
}
</style>
border-color css
<style>
span { border-color: #D4132C; }
span { border-color: rgb(212,19,44); }
td.TdClassName
{
border-color: #D4132C;
}
.TagClassName
{
border-color: #D4132C;
}
</style>