Shades of Fire Engine Red #D5151D
Tints of Fire Engine Red #D5151D
RGB
CMYK
RGB Variations
Color information
#D5151D (or 0xD5151D) is known color: Fire Engine Red. HEX triplet: D5, 15 and 1D. RGB value is (213,21,29). Sum of RGB (Red+Green+Blue) = 213+21+29=263 (34% of max value = 765). Red value is 213 (83.59% from 255 or 80.99% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 213 - color contains mainly: red. Hex color #D5151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5151D is #2AEAE2. Grayscale: #4F4F4F. Windows color (decimal): -2812643 or 1906133. OLE color: 1906133.
HSL color Cylindrical-coordinate representation of color #D5151D: hue angle of 357.5º degrees, saturation: 0.82, 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 #D5151D is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 29 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.16 |
| HSL | 357.5º | 0.82% | 0.46% | - |
| HSV(B) | 357.5º | 0.9% | 0.84% | - |
| XYZ | 27.93 | 14.77 | 2.54 | - |
| YUV | 79.32 | 99.61 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 29 | 0 | 0.90 | 0.86 | 0.16 | 357.5 | 0.82 | 0.46 |
| Hex | D5 | 15 | 1D | 0 | 5A | 56 | 10 | 166 | 52 | 2E |
| Octal | 325 | 25 | 35 | 0 | 132 | 126 | 20 | 546 | 122 | 56 |
| Binary | 11010101 | 10101 | 11101 | 0 | 1011010 | 1010110 | 10000 | 101100110 | 1010010 | 101110 |
Color Harmonies of #D5151D
Complementary color
Monochromatic Colors of #D5151D
Black with #D5151D
Text Example
Text Example
White with #D5151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5151D; }
p { color: rgb(213,21,29); }
H1.HeaderClassName
{
color: #D5151D;
}
.AnyTagClassName
{
color: #D5151D;
}
</style>
background-color css
<style>
a { background-color: #D5151D; }
a { background-color: rgb(213,21,29); }
div.DivClassName
{
background-color: #D5151D;
}
.BgClassName
{
background-color: #D5151D;
}
</style>
border-color css
<style>
span { border-color: #D5151D; }
span { border-color: rgb(213,21,29); }
td.TdClassName
{
border-color: #D5151D;
}
.TagClassName
{
border-color: #D5151D;
}
</style>