Shades of Fire Engine Red #D4131B
Tints of Fire Engine Red #D4131B
RGB
CMYK
RGB Variations
Color information
#D4131B (or 0xD4131B) is known color: Fire Engine Red. HEX triplet: D4, 13 and 1B. RGB value is (212,19,27). Sum of RGB (Red+Green+Blue) = 212+19+27=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 19 (7.81% from 255 or 7.36% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D4131B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4131B is #2BECE4. Grayscale: #4D4D4D. Windows color (decimal): -2878693 or 1774548. OLE color: 1774548.
HSL color Cylindrical-coordinate representation of color #D4131B: hue angle of 357.51º 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 #D4131B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 27 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.17 |
| HSL | 357.51º | 0.84% | 0.45% | - |
| HSV(B) | 357.51º | 0.91% | 0.83% | - |
| XYZ | 27.58 | 14.54 | 2.39 | - |
| YUV | 77.62 | 99.44 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 27 | 0 | 0.91 | 0.87 | 0.17 | 357.51 | 0.84 | 0.45 |
| Hex | D4 | 13 | 1B | 0 | 5B | 57 | 11 | 166 | 54 | 2D |
| Octal | 324 | 23 | 33 | 0 | 133 | 127 | 21 | 546 | 124 | 55 |
| Binary | 11010100 | 10011 | 11011 | 0 | 1011011 | 1010111 | 10001 | 101100110 | 1010100 | 101101 |
Color Harmonies of #D4131B
Complementary color
Monochromatic Colors of #D4131B
Black with #D4131B
Text Example
Text Example
White with #D4131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4131B; }
p { color: rgb(212,19,27); }
H1.HeaderClassName
{
color: #D4131B;
}
.AnyTagClassName
{
color: #D4131B;
}
</style>
background-color css
<style>
a { background-color: #D4131B; }
a { background-color: rgb(212,19,27); }
div.DivClassName
{
background-color: #D4131B;
}
.BgClassName
{
background-color: #D4131B;
}
</style>
border-color css
<style>
span { border-color: #D4131B; }
span { border-color: rgb(212,19,27); }
td.TdClassName
{
border-color: #D4131B;
}
.TagClassName
{
border-color: #D4131B;
}
</style>