Shades of Fire Engine Red #D41428
Tints of Fire Engine Red #D41428
RGB
CMYK
RGB Variations
Color information
#D41428 (or 0xD41428) is known color: Fire Engine Red. HEX triplet: D4, 14 and 28. RGB value is (212,20,40). Sum of RGB (Red+Green+Blue) = 212+20+40=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D41428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41428 is #2BEBD7. Grayscale: #4F4F4F. Windows color (decimal): -2878424 or 2626772. OLE color: 2626772.
HSL color Cylindrical-coordinate representation of color #D41428: hue angle of 353.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D41428 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 20 | 40 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.17 |
| HSL | 353.75º | 0.83% | 0.45% | - |
| HSV(B) | 353.75º | 0.91% | 0.83% | - |
| XYZ | 27.78 | 14.65 | 3.37 | - |
| YUV | 79.69 | 105.61 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 20 | 40 | 0 | 0.91 | 0.81 | 0.17 | 353.75 | 0.83 | 0.45 |
| Hex | D4 | 14 | 28 | 0 | 5B | 51 | 11 | 162 | 53 | 2D |
| Octal | 324 | 24 | 50 | 0 | 133 | 121 | 21 | 542 | 123 | 55 |
| Binary | 11010100 | 10100 | 101000 | 0 | 1011011 | 1010001 | 10001 | 101100010 | 1010011 | 101101 |
Color Harmonies of #D41428
Complementary color
Monochromatic Colors of #D41428
Black with #D41428
Text Example
Text Example
White with #D41428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41428; }
p { color: rgb(212,20,40); }
H1.HeaderClassName
{
color: #D41428;
}
.AnyTagClassName
{
color: #D41428;
}
</style>
background-color css
<style>
a { background-color: #D41428; }
a { background-color: rgb(212,20,40); }
div.DivClassName
{
background-color: #D41428;
}
.BgClassName
{
background-color: #D41428;
}
</style>
border-color css
<style>
span { border-color: #D41428; }
span { border-color: rgb(212,20,40); }
td.TdClassName
{
border-color: #D41428;
}
.TagClassName
{
border-color: #D41428;
}
</style>