Shades of Fire Engine Red #D4131D
Tints of Fire Engine Red #D4131D
RGB
CMYK
RGB Variations
Color information
#D4131D (or 0xD4131D) is known color: Fire Engine Red. HEX triplet: D4, 13 and 1D. RGB value is (212,19,29). Sum of RGB (Red+Green+Blue) = 212+19+29=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D4131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4131D is #2BECE2. Grayscale: #4D4D4D. Windows color (decimal): -2878691 or 1905620. OLE color: 1905620.
HSL color Cylindrical-coordinate representation of color #D4131D: hue angle of 356.89º 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 #D4131D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.17 |
| HSL | 356.89º | 0.84% | 0.45% | - |
| HSV(B) | 356.89º | 0.91% | 0.83% | - |
| XYZ | 27.61 | 14.55 | 2.52 | - |
| YUV | 77.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 29 | 0 | 0.91 | 0.86 | 0.17 | 356.89 | 0.84 | 0.45 |
| Hex | D4 | 13 | 1D | 0 | 5B | 56 | 11 | 165 | 54 | 2D |
| Octal | 324 | 23 | 35 | 0 | 133 | 126 | 21 | 545 | 124 | 55 |
| Binary | 11010100 | 10011 | 11101 | 0 | 1011011 | 1010110 | 10001 | 101100101 | 1010100 | 101101 |
Color Harmonies of #D4131D
Complementary color
Monochromatic Colors of #D4131D
Black with #D4131D
Text Example
Text Example
White with #D4131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4131D; }
p { color: rgb(212,19,29); }
H1.HeaderClassName
{
color: #D4131D;
}
.AnyTagClassName
{
color: #D4131D;
}
</style>
background-color css
<style>
a { background-color: #D4131D; }
a { background-color: rgb(212,19,29); }
div.DivClassName
{
background-color: #D4131D;
}
.BgClassName
{
background-color: #D4131D;
}
</style>
border-color css
<style>
span { border-color: #D4131D; }
span { border-color: rgb(212,19,29); }
td.TdClassName
{
border-color: #D4131D;
}
.TagClassName
{
border-color: #D4131D;
}
</style>