Shades of Fire Engine Red #D40528
Tints of Fire Engine Red #D40528
RGB
CMYK
RGB Variations
Color information
#D40528 (or 0xD40528) is known color: Fire Engine Red. HEX triplet: D4, 05 and 28. RGB value is (212,5,40). Sum of RGB (Red+Green+Blue) = 212+5+40=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D40528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40528 is #2BFAD7. Grayscale: #464646. Windows color (decimal): -2882264 or 2622932. OLE color: 2622932.
HSL color Cylindrical-coordinate representation of color #D40528: hue angle of 349.86º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D40528 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 40 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.17 |
| HSL | 349.86º | 0.95% | 0.43% | - |
| HSV(B) | 349.86º | 0.98% | 0.83% | - |
| XYZ | 27.59 | 14.26 | 3.31 | - |
| YUV | 70.88 | 110.58 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 40 | 0 | 0.98 | 0.81 | 0.17 | 349.86 | 0.95 | 0.43 |
| Hex | D4 | 5 | 28 | 0 | 62 | 51 | 11 | 15E | 5F | 2B |
| Octal | 324 | 5 | 50 | 0 | 142 | 121 | 21 | 536 | 137 | 53 |
| Binary | 11010100 | 101 | 101000 | 0 | 1100010 | 1010001 | 10001 | 101011110 | 1011111 | 101011 |
Color Harmonies of #D40528
Complementary color
Monochromatic Colors of #D40528
Black with #D40528
Text Example
Text Example
White with #D40528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40528; }
p { color: rgb(212,5,40); }
H1.HeaderClassName
{
color: #D40528;
}
.AnyTagClassName
{
color: #D40528;
}
</style>
background-color css
<style>
a { background-color: #D40528; }
a { background-color: rgb(212,5,40); }
div.DivClassName
{
background-color: #D40528;
}
.BgClassName
{
background-color: #D40528;
}
</style>
border-color css
<style>
span { border-color: #D40528; }
span { border-color: rgb(212,5,40); }
td.TdClassName
{
border-color: #D40528;
}
.TagClassName
{
border-color: #D40528;
}
</style>