Shades of Fire Engine Red #D40827
Tints of Fire Engine Red #D40827
RGB
CMYK
RGB Variations
Color information
#D40827 (or 0xD40827) is known color: Fire Engine Red. HEX triplet: D4, 08 and 27. RGB value is (212,8,39). Sum of RGB (Red+Green+Blue) = 212+8+39=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 39 (15.62% from 255 or 15.06% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D40827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40827 is #2BF7D8. Grayscale: #484848. Windows color (decimal): -2881497 or 2558164. OLE color: 2558164.
HSL color Cylindrical-coordinate representation of color #D40827: hue angle of 350.88º 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 #D40827 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.17 |
| HSL | 350.88º | 0.93% | 0.43% | - |
| HSV(B) | 350.88º | 0.96% | 0.83% | - |
| XYZ | 27.6 | 14.32 | 3.23 | - |
| YUV | 72.53 | 109.09 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 39 | 0 | 0.96 | 0.82 | 0.17 | 350.88 | 0.93 | 0.43 |
| Hex | D4 | 8 | 27 | 0 | 60 | 52 | 11 | 15F | 5D | 2B |
| Octal | 324 | 10 | 47 | 0 | 140 | 122 | 21 | 537 | 135 | 53 |
| Binary | 11010100 | 1000 | 100111 | 0 | 1100000 | 1010010 | 10001 | 101011111 | 1011101 | 101011 |
Color Harmonies of #D40827
Complementary color
Monochromatic Colors of #D40827
Black with #D40827
Text Example
Text Example
White with #D40827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40827; }
p { color: rgb(212,8,39); }
H1.HeaderClassName
{
color: #D40827;
}
.AnyTagClassName
{
color: #D40827;
}
</style>
background-color css
<style>
a { background-color: #D40827; }
a { background-color: rgb(212,8,39); }
div.DivClassName
{
background-color: #D40827;
}
.BgClassName
{
background-color: #D40827;
}
</style>
border-color css
<style>
span { border-color: #D40827; }
span { border-color: rgb(212,8,39); }
td.TdClassName
{
border-color: #D40827;
}
.TagClassName
{
border-color: #D40827;
}
</style>