Shades of Fire Engine Red #D40628
Tints of Fire Engine Red #D40628
RGB
CMYK
RGB Variations
Color information
#D40628 (or 0xD40628) is known color: Fire Engine Red. HEX triplet: D4, 06 and 28. RGB value is (212,6,40). Sum of RGB (Red+Green+Blue) = 212+6+40=258 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.17% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 212 - color contains mainly: red. Hex color #D40628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40628 is #2BF9D7. Grayscale: #474747. Windows color (decimal): -2882008 or 2623188. OLE color: 2623188.
HSL color Cylindrical-coordinate representation of color #D40628: hue angle of 350.1º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40628 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 40 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.17 |
| HSL | 350.1º | 0.94% | 0.43% | - |
| HSV(B) | 350.1º | 0.97% | 0.83% | - |
| XYZ | 27.6 | 14.28 | 3.31 | - |
| YUV | 71.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 40 | 0 | 0.97 | 0.81 | 0.17 | 350.1 | 0.94 | 0.43 |
| Hex | D4 | 6 | 28 | 0 | 61 | 51 | 11 | 15E | 5E | 2B |
| Octal | 324 | 6 | 50 | 0 | 141 | 121 | 21 | 536 | 136 | 53 |
| Binary | 11010100 | 110 | 101000 | 0 | 1100001 | 1010001 | 10001 | 101011110 | 1011110 | 101011 |
Color Harmonies of #D40628
Complementary color
Monochromatic Colors of #D40628
Black with #D40628
Text Example
Text Example
White with #D40628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40628; }
p { color: rgb(212,6,40); }
H1.HeaderClassName
{
color: #D40628;
}
.AnyTagClassName
{
color: #D40628;
}
</style>
background-color css
<style>
a { background-color: #D40628; }
a { background-color: rgb(212,6,40); }
div.DivClassName
{
background-color: #D40628;
}
.BgClassName
{
background-color: #D40628;
}
</style>
border-color css
<style>
span { border-color: #D40628; }
span { border-color: rgb(212,6,40); }
td.TdClassName
{
border-color: #D40628;
}
.TagClassName
{
border-color: #D40628;
}
</style>