Shades of Fire Engine Red #D81026
Tints of Fire Engine Red #D81026
RGB
CMYK
RGB Variations
Color information
#D81026 (or 0xD81026) is known color: Fire Engine Red. HEX triplet: D8, 10 and 26. RGB value is (216,16,38). Sum of RGB (Red+Green+Blue) = 216+16+38=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D81026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81026 is #27EFD9. Grayscale: #4E4E4E. Windows color (decimal): -2617306 or 2494680. OLE color: 2494680.
HSL color Cylindrical-coordinate representation of color #D81026: hue angle of 353.4º 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 #D81026 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 38 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.15 |
| HSL | 353.4º | 0.86% | 0.45% | - |
| HSV(B) | 353.4º | 0.93% | 0.85% | - |
| XYZ | 28.85 | 15.11 | 3.23 | - |
| YUV | 78.31 | 105.26 | 226.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 38 | 0 | 0.93 | 0.82 | 0.15 | 353.4 | 0.86 | 0.45 |
| Hex | D8 | 10 | 26 | 0 | 5D | 52 | F | 161 | 56 | 2D |
| Octal | 330 | 20 | 46 | 0 | 135 | 122 | 17 | 541 | 126 | 55 |
| Binary | 11011000 | 10000 | 100110 | 0 | 1011101 | 1010010 | 1111 | 101100001 | 1010110 | 101101 |
Color Harmonies of #D81026
Complementary color
Monochromatic Colors of #D81026
Black with #D81026
Text Example
Text Example
White with #D81026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81026; }
p { color: rgb(216,16,38); }
H1.HeaderClassName
{
color: #D81026;
}
.AnyTagClassName
{
color: #D81026;
}
</style>
background-color css
<style>
a { background-color: #D81026; }
a { background-color: rgb(216,16,38); }
div.DivClassName
{
background-color: #D81026;
}
.BgClassName
{
background-color: #D81026;
}
</style>
border-color css
<style>
span { border-color: #D81026; }
span { border-color: rgb(216,16,38); }
td.TdClassName
{
border-color: #D81026;
}
.TagClassName
{
border-color: #D81026;
}
</style>