Shades of Fire Engine Red #D5162E
Tints of Fire Engine Red #D5162E
RGB
CMYK
RGB Variations
Color information
#D5162E (or 0xD5162E) is known color: Fire Engine Red. HEX triplet: D5, 16 and 2E. RGB value is (213,22,46). Sum of RGB (Red+Green+Blue) = 213+22+46=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D5162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5162E is #2AE9D1. Grayscale: #515151. Windows color (decimal): -2812370 or 3020501. OLE color: 3020501.
HSL color Cylindrical-coordinate representation of color #D5162E: hue angle of 352.46º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5162E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 46 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.16 |
| HSL | 352.46º | 0.81% | 0.46% | - |
| HSV(B) | 352.46º | 0.9% | 0.84% | - |
| XYZ | 28.22 | 14.92 | 3.98 | - |
| YUV | 81.85 | 107.78 | 221.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 46 | 0 | 0.90 | 0.78 | 0.16 | 352.46 | 0.81 | 0.46 |
| Hex | D5 | 16 | 2E | 0 | 5A | 4E | 10 | 160 | 51 | 2E |
| Octal | 325 | 26 | 56 | 0 | 132 | 116 | 20 | 540 | 121 | 56 |
| Binary | 11010101 | 10110 | 101110 | 0 | 1011010 | 1001110 | 10000 | 101100000 | 1010001 | 101110 |
Color Harmonies of #D5162E
Complementary color
Monochromatic Colors of #D5162E
Black with #D5162E
Text Example
Text Example
White with #D5162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5162E; }
p { color: rgb(213,22,46); }
H1.HeaderClassName
{
color: #D5162E;
}
.AnyTagClassName
{
color: #D5162E;
}
</style>
background-color css
<style>
a { background-color: #D5162E; }
a { background-color: rgb(213,22,46); }
div.DivClassName
{
background-color: #D5162E;
}
.BgClassName
{
background-color: #D5162E;
}
</style>
border-color css
<style>
span { border-color: #D5162E; }
span { border-color: rgb(213,22,46); }
td.TdClassName
{
border-color: #D5162E;
}
.TagClassName
{
border-color: #D5162E;
}
</style>