Shades of Fire Engine Red #D41A26
Tints of Fire Engine Red #D41A26
RGB
CMYK
RGB Variations
Color information
#D41A26 (or 0xD41A26) is known color: Fire Engine Red. HEX triplet: D4, 1A and 26. RGB value is (212,26,38). Sum of RGB (Red+Green+Blue) = 212+26+38=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 38 (15.23% from 255 or 13.77% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A26 is #2BE5D9. Grayscale: #535353. Windows color (decimal): -2876890 or 2497236. OLE color: 2497236.
HSL color Cylindrical-coordinate representation of color #D41A26: hue angle of 356.13º 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 #D41A26 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 26 | 38 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.17 |
| HSL | 356.13º | 0.78% | 0.47% | - |
| HSV(B) | 356.13º | 0.88% | 0.83% | - |
| XYZ | 27.87 | 14.88 | 3.24 | - |
| YUV | 82.98 | 102.62 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 38 | 0 | 0.88 | 0.82 | 0.17 | 356.13 | 0.78 | 0.47 |
| Hex | D4 | 1A | 26 | 0 | 58 | 52 | 11 | 164 | 4E | 2F |
| Octal | 324 | 32 | 46 | 0 | 130 | 122 | 21 | 544 | 116 | 57 |
| Binary | 11010100 | 11010 | 100110 | 0 | 1011000 | 1010010 | 10001 | 101100100 | 1001110 | 101111 |
Color Harmonies of #D41A26
Complementary color
Monochromatic Colors of #D41A26
Black with #D41A26
Text Example
Text Example
White with #D41A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41A26; }
p { color: rgb(212,26,38); }
H1.HeaderClassName
{
color: #D41A26;
}
.AnyTagClassName
{
color: #D41A26;
}
</style>
background-color css
<style>
a { background-color: #D41A26; }
a { background-color: rgb(212,26,38); }
div.DivClassName
{
background-color: #D41A26;
}
.BgClassName
{
background-color: #D41A26;
}
</style>
border-color css
<style>
span { border-color: #D41A26; }
span { border-color: rgb(212,26,38); }
td.TdClassName
{
border-color: #D41A26;
}
.TagClassName
{
border-color: #D41A26;
}
</style>