Shades of Fire Engine Red #D51A1D
Tints of Fire Engine Red #D51A1D
RGB
CMYK
RGB Variations
Color information
#D51A1D (or 0xD51A1D) is known color: Fire Engine Red. HEX triplet: D5, 1A and 1D. RGB value is (213,26,29). Sum of RGB (Red+Green+Blue) = 213+26+29=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D51A1D is #2AE5E2. Grayscale: #525252. Windows color (decimal): -2811363 or 1907413. OLE color: 1907413.
HSL color Cylindrical-coordinate representation of color #D51A1D: hue angle of 359.04º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51A1D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 29 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.16 |
| HSL | 359.04º | 0.78% | 0.47% | - |
| HSV(B) | 359.04º | 0.88% | 0.84% | - |
| XYZ | 28.03 | 14.97 | 2.58 | - |
| YUV | 82.26 | 97.95 | 221.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 29 | 0 | 0.88 | 0.86 | 0.16 | 359.04 | 0.78 | 0.47 |
| Hex | D5 | 1A | 1D | 0 | 58 | 56 | 10 | 167 | 4E | 2F |
| Octal | 325 | 32 | 35 | 0 | 130 | 126 | 20 | 547 | 116 | 57 |
| Binary | 11010101 | 11010 | 11101 | 0 | 1011000 | 1010110 | 10000 | 101100111 | 1001110 | 101111 |
Color Harmonies of #D51A1D
Complementary color
Monochromatic Colors of #D51A1D
Black with #D51A1D
Text Example
Text Example
White with #D51A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51A1D; }
p { color: rgb(213,26,29); }
H1.HeaderClassName
{
color: #D51A1D;
}
.AnyTagClassName
{
color: #D51A1D;
}
</style>
background-color css
<style>
a { background-color: #D51A1D; }
a { background-color: rgb(213,26,29); }
div.DivClassName
{
background-color: #D51A1D;
}
.BgClassName
{
background-color: #D51A1D;
}
</style>
border-color css
<style>
span { border-color: #D51A1D; }
span { border-color: rgb(213,26,29); }
td.TdClassName
{
border-color: #D51A1D;
}
.TagClassName
{
border-color: #D51A1D;
}
</style>