Shades of Fire Engine Red #D40425
Tints of Fire Engine Red #D40425
RGB
CMYK
RGB Variations
Color information
#D40425 (or 0xD40425) is known color: Fire Engine Red. HEX triplet: D4, 04 and 25. RGB value is (212,4,37). Sum of RGB (Red+Green+Blue) = 212+4+37=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D40425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40425 is #2BFBDA. Grayscale: #464646. Windows color (decimal): -2882523 or 2426068. OLE color: 2426068.
HSL color Cylindrical-coordinate representation of color #D40425: hue angle of 350.48º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40425 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 37 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.17 |
| HSL | 350.48º | 0.96% | 0.42% | - |
| HSV(B) | 350.48º | 0.98% | 0.83% | - |
| XYZ | 27.53 | 14.22 | 3.04 | - |
| YUV | 69.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 37 | 0 | 0.98 | 0.83 | 0.17 | 350.48 | 0.96 | 0.42 |
| Hex | D4 | 4 | 25 | 0 | 62 | 53 | 11 | 15E | 60 | 2A |
| Octal | 324 | 4 | 45 | 0 | 142 | 123 | 21 | 536 | 140 | 52 |
| Binary | 11010100 | 100 | 100101 | 0 | 1100010 | 1010011 | 10001 | 101011110 | 1100000 | 101010 |
Color Harmonies of #D40425
Complementary color
Monochromatic Colors of #D40425
Black with #D40425
Text Example
Text Example
White with #D40425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40425; }
p { color: rgb(212,4,37); }
H1.HeaderClassName
{
color: #D40425;
}
.AnyTagClassName
{
color: #D40425;
}
</style>
background-color css
<style>
a { background-color: #D40425; }
a { background-color: rgb(212,4,37); }
div.DivClassName
{
background-color: #D40425;
}
.BgClassName
{
background-color: #D40425;
}
</style>
border-color css
<style>
span { border-color: #D40425; }
span { border-color: rgb(212,4,37); }
td.TdClassName
{
border-color: #D40425;
}
.TagClassName
{
border-color: #D40425;
}
</style>