Shades of Fire Engine Red #D80127
Tints of Fire Engine Red #D80127
RGB
CMYK
RGB Variations
Color information
#D80127 (or 0xD80127) is known color: Fire Engine Red. HEX triplet: D8, 01 and 27. RGB value is (216,1,39). Sum of RGB (Red+Green+Blue) = 216+1+39=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D80127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80127 is #27FED8. Grayscale: #454545. Windows color (decimal): -2621145 or 2556376. OLE color: 2556376.
HSL color Cylindrical-coordinate representation of color #D80127: hue angle of 349.4º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80127 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.15 |
| HSL | 349.4º | 0.99% | 0.43% | - |
| HSV(B) | 349.4º | 1% | 0.85% | - |
| XYZ | 28.7 | 14.77 | 3.26 | - |
| YUV | 69.62 | 110.73 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 39 | 0 | 1.00 | 0.82 | 0.15 | 349.4 | 0.99 | 0.43 |
| Hex | D8 | 1 | 27 | 0 | 64 | 52 | F | 15D | 63 | 2B |
| Octal | 330 | 1 | 47 | 0 | 144 | 122 | 17 | 535 | 143 | 53 |
| Binary | 11011000 | 1 | 100111 | 0 | 1100100 | 1010010 | 1111 | 101011101 | 1100011 | 101011 |
Color Harmonies of #D80127
Complementary color
Monochromatic Colors of #D80127
Black with #D80127
Text Example
Text Example
White with #D80127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80127; }
p { color: rgb(216,1,39); }
H1.HeaderClassName
{
color: #D80127;
}
.AnyTagClassName
{
color: #D80127;
}
</style>
background-color css
<style>
a { background-color: #D80127; }
a { background-color: rgb(216,1,39); }
div.DivClassName
{
background-color: #D80127;
}
.BgClassName
{
background-color: #D80127;
}
</style>
border-color css
<style>
span { border-color: #D80127; }
span { border-color: rgb(216,1,39); }
td.TdClassName
{
border-color: #D80127;
}
.TagClassName
{
border-color: #D80127;
}
</style>