Shades of Fire Engine Red #D41A1D
Tints of Fire Engine Red #D41A1D
RGB
CMYK
RGB Variations
Color information
#D41A1D (or 0xD41A1D) is known color: Fire Engine Red. HEX triplet: D4, 1A and 1D. RGB value is (212,26,29). Sum of RGB (Red+Green+Blue) = 212+26+29=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A1D is #2BE5E2. Grayscale: #525252. Windows color (decimal): -2876899 or 1907412. OLE color: 1907412.
HSL color Cylindrical-coordinate representation of color #D41A1D: hue angle of 359.03º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A1D is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 29 | - |
| CMYK | 0 | 0.88 | 0.86 | 0.17 |
| HSL | 359.03º | 0.78% | 0.47% | - |
| HSV(B) | 359.03º | 0.88% | 0.83% | - |
| XYZ | 27.74 | 14.82 | 2.56 | - |
| YUV | 81.96 | 98.12 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 29 | 0 | 0.88 | 0.86 | 0.17 | 359.03 | 0.78 | 0.47 |
| Hex | D4 | 1A | 1D | 0 | 58 | 56 | 11 | 167 | 4E | 2F |
| Octal | 324 | 32 | 35 | 0 | 130 | 126 | 21 | 547 | 116 | 57 |
| Binary | 11010100 | 11010 | 11101 | 0 | 1011000 | 1010110 | 10001 | 101100111 | 1001110 | 101111 |
Color Harmonies of #D41A1D
Complementary color
Monochromatic Colors of #D41A1D
Black with #D41A1D
Text Example
Text Example
White with #D41A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A1D; }
p { color: rgb(212,26,29); }
H1.HeaderClassName
{
color: #D41A1D;
}
.AnyTagClassName
{
color: #D41A1D;
}
</style>
background-color css
<style>
a { background-color: #D41A1D; }
a { background-color: rgb(212,26,29); }
div.DivClassName
{
background-color: #D41A1D;
}
.BgClassName
{
background-color: #D41A1D;
}
</style>
border-color css
<style>
span { border-color: #D41A1D; }
span { border-color: rgb(212,26,29); }
td.TdClassName
{
border-color: #D41A1D;
}
.TagClassName
{
border-color: #D41A1D;
}
</style>