Shades of Fire Engine Red #D41D26
Tints of Fire Engine Red #D41D26
RGB
CMYK
RGB Variations
Color information
#D41D26 (or 0xD41D26) is known color: Fire Engine Red. HEX triplet: D4, 1D and 26. RGB value is (212,29,38). Sum of RGB (Red+Green+Blue) = 212+29+38=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D41D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41D26 is #2BE2D9. Grayscale: #545454. Windows color (decimal): -2876122 or 2498004. OLE color: 2498004.
HSL color Cylindrical-coordinate representation of color #D41D26: hue angle of 357.05º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41D26 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 38 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.17 |
| HSL | 357.05º | 0.76% | 0.47% | - |
| HSV(B) | 357.05º | 0.86% | 0.83% | - |
| XYZ | 27.94 | 15.02 | 3.26 | - |
| YUV | 84.74 | 101.63 | 218.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 38 | 0 | 0.86 | 0.82 | 0.17 | 357.05 | 0.76 | 0.47 |
| Hex | D4 | 1D | 26 | 0 | 56 | 52 | 11 | 165 | 4C | 2F |
| Octal | 324 | 35 | 46 | 0 | 126 | 122 | 21 | 545 | 114 | 57 |
| Binary | 11010100 | 11101 | 100110 | 0 | 1010110 | 1010010 | 10001 | 101100101 | 1001100 | 101111 |
Color Harmonies of #D41D26
Complementary color
Monochromatic Colors of #D41D26
Black with #D41D26
Text Example
Text Example
White with #D41D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41D26; }
p { color: rgb(212,29,38); }
H1.HeaderClassName
{
color: #D41D26;
}
.AnyTagClassName
{
color: #D41D26;
}
</style>
background-color css
<style>
a { background-color: #D41D26; }
a { background-color: rgb(212,29,38); }
div.DivClassName
{
background-color: #D41D26;
}
.BgClassName
{
background-color: #D41D26;
}
</style>
border-color css
<style>
span { border-color: #D41D26; }
span { border-color: rgb(212,29,38); }
td.TdClassName
{
border-color: #D41D26;
}
.TagClassName
{
border-color: #D41D26;
}
</style>