Shades of Fire Engine Red #D81027
Tints of Fire Engine Red #D81027
RGB
CMYK
RGB Variations
Color information
#D81027 (or 0xD81027) is known color: Fire Engine Red. HEX triplet: D8, 10 and 27. RGB value is (216,16,39). Sum of RGB (Red+Green+Blue) = 216+16+39=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D81027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81027 is #27EFD8. Grayscale: #4E4E4E. Windows color (decimal): -2617305 or 2560216. OLE color: 2560216.
HSL color Cylindrical-coordinate representation of color #D81027: hue angle of 353.1º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81027 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 39 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.15 |
| HSL | 353.1º | 0.86% | 0.45% | - |
| HSV(B) | 353.1º | 0.93% | 0.85% | - |
| XYZ | 28.87 | 15.12 | 3.32 | - |
| YUV | 78.42 | 105.76 | 226.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 39 | 0 | 0.93 | 0.82 | 0.15 | 353.1 | 0.86 | 0.45 |
| Hex | D8 | 10 | 27 | 0 | 5D | 52 | F | 161 | 56 | 2D |
| Octal | 330 | 20 | 47 | 0 | 135 | 122 | 17 | 541 | 126 | 55 |
| Binary | 11011000 | 10000 | 100111 | 0 | 1011101 | 1010010 | 1111 | 101100001 | 1010110 | 101101 |
Color Harmonies of #D81027
Complementary color
Monochromatic Colors of #D81027
Black with #D81027
Text Example
Text Example
White with #D81027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81027; }
p { color: rgb(216,16,39); }
H1.HeaderClassName
{
color: #D81027;
}
.AnyTagClassName
{
color: #D81027;
}
</style>
background-color css
<style>
a { background-color: #D81027; }
a { background-color: rgb(216,16,39); }
div.DivClassName
{
background-color: #D81027;
}
.BgClassName
{
background-color: #D81027;
}
</style>
border-color css
<style>
span { border-color: #D81027; }
span { border-color: rgb(216,16,39); }
td.TdClassName
{
border-color: #D81027;
}
.TagClassName
{
border-color: #D81027;
}
</style>