Shades of Fire Engine Red #D81F27
Tints of Fire Engine Red #D81F27
RGB
CMYK
RGB Variations
Color information
#D81F27 (or 0xD81F27) is known color: Fire Engine Red. HEX triplet: D8, 1F and 27. RGB value is (216,31,39). Sum of RGB (Red+Green+Blue) = 216+31+39=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81F27 is #27E0D8. Grayscale: #575757. Windows color (decimal): -2613465 or 2564056. OLE color: 2564056.
HSL color Cylindrical-coordinate representation of color #D81F27: hue angle of 357.41º degrees, saturation: 0.75, 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 #D81F27 is Cyan = 0, Magento = 0.86, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 39 | - |
| CMYK | 0 | 0.86 | 0.82 | 0.15 |
| HSL | 357.41º | 0.75% | 0.48% | - |
| HSV(B) | 357.41º | 0.86% | 0.85% | - |
| XYZ | 29.18 | 15.73 | 3.42 | - |
| YUV | 87.23 | 100.79 | 219.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 39 | 0 | 0.86 | 0.82 | 0.15 | 357.41 | 0.75 | 0.48 |
| Hex | D8 | 1F | 27 | 0 | 56 | 52 | F | 165 | 4B | 30 |
| Octal | 330 | 37 | 47 | 0 | 126 | 122 | 17 | 545 | 113 | 60 |
| Binary | 11011000 | 11111 | 100111 | 0 | 1010110 | 1010010 | 1111 | 101100101 | 1001011 | 110000 |
Color Harmonies of #D81F27
Complementary color
Monochromatic Colors of #D81F27
Black with #D81F27
Text Example
Text Example
White with #D81F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81F27; }
p { color: rgb(216,31,39); }
H1.HeaderClassName
{
color: #D81F27;
}
.AnyTagClassName
{
color: #D81F27;
}
</style>
background-color css
<style>
a { background-color: #D81F27; }
a { background-color: rgb(216,31,39); }
div.DivClassName
{
background-color: #D81F27;
}
.BgClassName
{
background-color: #D81F27;
}
</style>
border-color css
<style>
span { border-color: #D81F27; }
span { border-color: rgb(216,31,39); }
td.TdClassName
{
border-color: #D81F27;
}
.TagClassName
{
border-color: #D81F27;
}
</style>