Shades of Fire Engine Red #D4161B
Tints of Fire Engine Red #D4161B
RGB
CMYK
RGB Variations
Color information
#D4161B (or 0xD4161B) is known color: Fire Engine Red. HEX triplet: D4, 16 and 1B. RGB value is (212,22,27). Sum of RGB (Red+Green+Blue) = 212+22+27=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D4161B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4161B is #2BE9E4. Grayscale: #4F4F4F. Windows color (decimal): -2877925 or 1775316. OLE color: 1775316.
HSL color Cylindrical-coordinate representation of color #D4161B: hue angle of 358.42º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D4161B is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 22 | 27 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.17 |
| HSL | 358.42º | 0.81% | 0.46% | - |
| HSV(B) | 358.42º | 0.9% | 0.83% | - |
| XYZ | 27.64 | 14.65 | 2.41 | - |
| YUV | 79.38 | 98.45 | 222.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 22 | 27 | 0 | 0.90 | 0.87 | 0.17 | 358.42 | 0.81 | 0.46 |
| Hex | D4 | 16 | 1B | 0 | 5A | 57 | 11 | 166 | 51 | 2E |
| Octal | 324 | 26 | 33 | 0 | 132 | 127 | 21 | 546 | 121 | 56 |
| Binary | 11010100 | 10110 | 11011 | 0 | 1011010 | 1010111 | 10001 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D4161B
Complementary color
Monochromatic Colors of #D4161B
Black with #D4161B
Text Example
Text Example
White with #D4161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4161B; }
p { color: rgb(212,22,27); }
H1.HeaderClassName
{
color: #D4161B;
}
.AnyTagClassName
{
color: #D4161B;
}
</style>
background-color css
<style>
a { background-color: #D4161B; }
a { background-color: rgb(212,22,27); }
div.DivClassName
{
background-color: #D4161B;
}
.BgClassName
{
background-color: #D4161B;
}
</style>
border-color css
<style>
span { border-color: #D4161B; }
span { border-color: rgb(212,22,27); }
td.TdClassName
{
border-color: #D4161B;
}
.TagClassName
{
border-color: #D4161B;
}
</style>