Shades of Fire Engine Red #D81E27
Tints of Fire Engine Red #D81E27
RGB
CMYK
RGB Variations
Color information
#D81E27 (or 0xD81E27) is known color: Fire Engine Red. HEX triplet: D8, 1E and 27. RGB value is (216,30,39). Sum of RGB (Red+Green+Blue) = 216+30+39=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 39 (15.62% from 255 or 13.68% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E27 is #27E1D8. Grayscale: #565656. Windows color (decimal): -2613721 or 2563800. OLE color: 2563800.
HSL color Cylindrical-coordinate representation of color #D81E27: hue angle of 357.1º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E27 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 39 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.15 |
| HSL | 357.1º | 0.76% | 0.48% | - |
| HSV(B) | 357.1º | 0.86% | 0.85% | - |
| XYZ | 29.15 | 15.67 | 3.41 | - |
| YUV | 86.64 | 101.12 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 39 | 0 | 0.86 | 0.82 | 0.15 | 357.1 | 0.76 | 0.48 |
| Hex | D8 | 1E | 27 | 0 | 56 | 52 | F | 165 | 4C | 30 |
| Octal | 330 | 36 | 47 | 0 | 126 | 122 | 17 | 545 | 114 | 60 |
| Binary | 11011000 | 11110 | 100111 | 0 | 1010110 | 1010010 | 1111 | 101100101 | 1001100 | 110000 |
Color Harmonies of #D81E27
Complementary color
Monochromatic Colors of #D81E27
Black with #D81E27
Text Example
Text Example
White with #D81E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E27; }
p { color: rgb(216,30,39); }
H1.HeaderClassName
{
color: #D81E27;
}
.AnyTagClassName
{
color: #D81E27;
}
</style>
background-color css
<style>
a { background-color: #D81E27; }
a { background-color: rgb(216,30,39); }
div.DivClassName
{
background-color: #D81E27;
}
.BgClassName
{
background-color: #D81E27;
}
</style>
border-color css
<style>
span { border-color: #D81E27; }
span { border-color: rgb(216,30,39); }
td.TdClassName
{
border-color: #D81E27;
}
.TagClassName
{
border-color: #D81E27;
}
</style>