Shades of Fire Engine Red #D40828
Tints of Fire Engine Red #D40828
RGB
CMYK
RGB Variations
Color information
#D40828 (or 0xD40828) is known color: Fire Engine Red. HEX triplet: D4, 08 and 28. RGB value is (212,8,40). Sum of RGB (Red+Green+Blue) = 212+8+40=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D40828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40828 is #2BF7D7. Grayscale: #484848. Windows color (decimal): -2881496 or 2623700. OLE color: 2623700.
HSL color Cylindrical-coordinate representation of color #D40828: hue angle of 350.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D40828 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.17 |
| HSL | 350.59º | 0.93% | 0.43% | - |
| HSV(B) | 350.59º | 0.96% | 0.83% | - |
| XYZ | 27.62 | 14.32 | 3.32 | - |
| YUV | 72.64 | 109.59 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 40 | 0 | 0.96 | 0.81 | 0.17 | 350.59 | 0.93 | 0.43 |
| Hex | D4 | 8 | 28 | 0 | 60 | 51 | 11 | 15F | 5D | 2B |
| Octal | 324 | 10 | 50 | 0 | 140 | 121 | 21 | 537 | 135 | 53 |
| Binary | 11010100 | 1000 | 101000 | 0 | 1100000 | 1010001 | 10001 | 101011111 | 1011101 | 101011 |
Color Harmonies of #D40828
Complementary color
Monochromatic Colors of #D40828
Black with #D40828
Text Example
Text Example
White with #D40828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40828; }
p { color: rgb(212,8,40); }
H1.HeaderClassName
{
color: #D40828;
}
.AnyTagClassName
{
color: #D40828;
}
</style>
background-color css
<style>
a { background-color: #D40828; }
a { background-color: rgb(212,8,40); }
div.DivClassName
{
background-color: #D40828;
}
.BgClassName
{
background-color: #D40828;
}
</style>
border-color css
<style>
span { border-color: #D40828; }
span { border-color: rgb(212,8,40); }
td.TdClassName
{
border-color: #D40828;
}
.TagClassName
{
border-color: #D40828;
}
</style>