Shades of Fire Engine Red #D41A2E
Tints of Fire Engine Red #D41A2E
RGB
CMYK
RGB Variations
Color information
#D41A2E (or 0xD41A2E) is known color: Fire Engine Red. HEX triplet: D4, 1A and 2E. RGB value is (212,26,46). Sum of RGB (Red+Green+Blue) = 212+26+46=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A2E is #2BE5D1. Grayscale: #545454. Windows color (decimal): -2876882 or 3021524. OLE color: 3021524.
HSL color Cylindrical-coordinate representation of color #D41A2E: hue angle of 353.55º 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 #D41A2E is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 46 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.17 |
| HSL | 353.55º | 0.78% | 0.47% | - |
| HSV(B) | 353.55º | 0.88% | 0.83% | - |
| XYZ | 28.01 | 14.93 | 3.99 | - |
| YUV | 83.89 | 106.62 | 219.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 46 | 0 | 0.88 | 0.78 | 0.17 | 353.55 | 0.78 | 0.47 |
| Hex | D4 | 1A | 2E | 0 | 58 | 4E | 11 | 162 | 4E | 2F |
| Octal | 324 | 32 | 56 | 0 | 130 | 116 | 21 | 542 | 116 | 57 |
| Binary | 11010100 | 11010 | 101110 | 0 | 1011000 | 1001110 | 10001 | 101100010 | 1001110 | 101111 |
Color Harmonies of #D41A2E
Complementary color
Monochromatic Colors of #D41A2E
Black with #D41A2E
Text Example
Text Example
White with #D41A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A2E; }
p { color: rgb(212,26,46); }
H1.HeaderClassName
{
color: #D41A2E;
}
.AnyTagClassName
{
color: #D41A2E;
}
</style>
background-color css
<style>
a { background-color: #D41A2E; }
a { background-color: rgb(212,26,46); }
div.DivClassName
{
background-color: #D41A2E;
}
.BgClassName
{
background-color: #D41A2E;
}
</style>
border-color css
<style>
span { border-color: #D41A2E; }
span { border-color: rgb(212,26,46); }
td.TdClassName
{
border-color: #D41A2E;
}
.TagClassName
{
border-color: #D41A2E;
}
</style>