Shades of Fire Engine Red #D41828
Tints of Fire Engine Red #D41828
RGB
CMYK
RGB Variations
Color information
#D41828 (or 0xD41828) is known color: Fire Engine Red. HEX triplet: D4, 18 and 28. RGB value is (212,24,40). Sum of RGB (Red+Green+Blue) = 212+24+40=276 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.81% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 212 - color contains mainly: red. Hex color #D41828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41828 is #2BE7D7. Grayscale: #525252. Windows color (decimal): -2877400 or 2627796. OLE color: 2627796.
HSL color Cylindrical-coordinate representation of color #D41828: hue angle of 354.89º 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 #D41828 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 24 | 40 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.17 |
| HSL | 354.89º | 0.8% | 0.46% | - |
| HSV(B) | 354.89º | 0.89% | 0.83% | - |
| XYZ | 27.86 | 14.8 | 3.4 | - |
| YUV | 82.04 | 104.28 | 220.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 24 | 40 | 0 | 0.89 | 0.81 | 0.17 | 354.89 | 0.8 | 0.46 |
| Hex | D4 | 18 | 28 | 0 | 59 | 51 | 11 | 163 | 50 | 2E |
| Octal | 324 | 30 | 50 | 0 | 131 | 121 | 21 | 543 | 120 | 56 |
| Binary | 11010100 | 11000 | 101000 | 0 | 1011001 | 1010001 | 10001 | 101100011 | 1010000 | 101110 |
Color Harmonies of #D41828
Complementary color
Monochromatic Colors of #D41828
Black with #D41828
Text Example
Text Example
White with #D41828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41828; }
p { color: rgb(212,24,40); }
H1.HeaderClassName
{
color: #D41828;
}
.AnyTagClassName
{
color: #D41828;
}
</style>
background-color css
<style>
a { background-color: #D41828; }
a { background-color: rgb(212,24,40); }
div.DivClassName
{
background-color: #D41828;
}
.BgClassName
{
background-color: #D41828;
}
</style>
border-color css
<style>
span { border-color: #D41828; }
span { border-color: rgb(212,24,40); }
td.TdClassName
{
border-color: #D41828;
}
.TagClassName
{
border-color: #D41828;
}
</style>