Shades of Fire Engine Red #D41726
Tints of Fire Engine Red #D41726
RGB
CMYK
RGB Variations
Color information
#D41726 (or 0xD41726) is known color: Fire Engine Red. HEX triplet: D4, 17 and 26. RGB value is (212,23,38). Sum of RGB (Red+Green+Blue) = 212+23+38=273 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.66% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 212 - color contains mainly: red. Hex color #D41726 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41726 is #2BE8D9. Grayscale: #515151. Windows color (decimal): -2877658 or 2496468. OLE color: 2496468.
HSL color Cylindrical-coordinate representation of color #D41726: hue angle of 355.24º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D41726 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 38 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.17 |
| HSL | 355.24º | 0.8% | 0.46% | - |
| HSV(B) | 355.24º | 0.89% | 0.83% | - |
| XYZ | 27.81 | 14.75 | 3.22 | - |
| YUV | 81.22 | 103.62 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 38 | 0 | 0.89 | 0.82 | 0.17 | 355.24 | 0.8 | 0.46 |
| Hex | D4 | 17 | 26 | 0 | 59 | 52 | 11 | 163 | 50 | 2E |
| Octal | 324 | 27 | 46 | 0 | 131 | 122 | 21 | 543 | 120 | 56 |
| Binary | 11010100 | 10111 | 100110 | 0 | 1011001 | 1010010 | 10001 | 101100011 | 1010000 | 101110 |
Color Harmonies of #D41726
Complementary color
Monochromatic Colors of #D41726
Black with #D41726
Text Example
Text Example
White with #D41726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41726; }
p { color: rgb(212,23,38); }
H1.HeaderClassName
{
color: #D41726;
}
.AnyTagClassName
{
color: #D41726;
}
</style>
background-color css
<style>
a { background-color: #D41726; }
a { background-color: rgb(212,23,38); }
div.DivClassName
{
background-color: #D41726;
}
.BgClassName
{
background-color: #D41726;
}
</style>
border-color css
<style>
span { border-color: #D41726; }
span { border-color: rgb(212,23,38); }
td.TdClassName
{
border-color: #D41726;
}
.TagClassName
{
border-color: #D41726;
}
</style>