Shades of Fire Engine Red #D5161D
Tints of Fire Engine Red #D5161D
RGB
CMYK
RGB Variations
Color information
#D5161D (or 0xD5161D) is known color: Fire Engine Red. HEX triplet: D5, 16 and 1D. RGB value is (213,22,29). Sum of RGB (Red+Green+Blue) = 213+22+29=264 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.68% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 213 - color contains mainly: red. Hex color #D5161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5161D is #2AE9E2. Grayscale: #505050. Windows color (decimal): -2812387 or 1906389. OLE color: 1906389.
HSL color Cylindrical-coordinate representation of color #D5161D: hue angle of 357.8º 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 #D5161D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 22 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.16 |
| HSL | 357.8º | 0.81% | 0.46% | - |
| HSV(B) | 357.8º | 0.9% | 0.84% | - |
| XYZ | 27.95 | 14.81 | 2.55 | - |
| YUV | 79.91 | 99.28 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 22 | 29 | 0 | 0.90 | 0.86 | 0.16 | 357.8 | 0.81 | 0.46 |
| Hex | D5 | 16 | 1D | 0 | 5A | 56 | 10 | 166 | 51 | 2E |
| Octal | 325 | 26 | 35 | 0 | 132 | 126 | 20 | 546 | 121 | 56 |
| Binary | 11010101 | 10110 | 11101 | 0 | 1011010 | 1010110 | 10000 | 101100110 | 1010001 | 101110 |
Color Harmonies of #D5161D
Complementary color
Monochromatic Colors of #D5161D
Black with #D5161D
Text Example
Text Example
White with #D5161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5161D; }
p { color: rgb(213,22,29); }
H1.HeaderClassName
{
color: #D5161D;
}
.AnyTagClassName
{
color: #D5161D;
}
</style>
background-color css
<style>
a { background-color: #D5161D; }
a { background-color: rgb(213,22,29); }
div.DivClassName
{
background-color: #D5161D;
}
.BgClassName
{
background-color: #D5161D;
}
</style>
border-color css
<style>
span { border-color: #D5161D; }
span { border-color: rgb(213,22,29); }
td.TdClassName
{
border-color: #D5161D;
}
.TagClassName
{
border-color: #D5161D;
}
</style>