Shades of Fire Engine Red #D11F27
Tints of Fire Engine Red #D11F27
RGB
CMYK
RGB Variations
Color information
#D11F27 (or 0xD11F27) is known color: Fire Engine Red. HEX triplet: D1, 1F and 27. RGB value is (209,31,39). Sum of RGB (Red+Green+Blue) = 209+31+39=279 (36% of max value = 765). Red value is 209 (82.03% from 255 or 74.91% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11F27 is #2EE0D8. Grayscale: #555555. Windows color (decimal): -3072217 or 2564049. OLE color: 2564049.
HSL color Cylindrical-coordinate representation of color #D11F27: hue angle of 357.3º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D11F27 is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 39 | - |
| CMYK | 0 | 0.85 | 0.81 | 0.18 |
| HSL | 357.3º | 0.74% | 0.47% | - |
| HSV(B) | 357.3º | 0.85% | 0.82% | - |
| XYZ | 27.15 | 14.68 | 3.32 | - |
| YUV | 85.13 | 101.97 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 39 | 0 | 0.85 | 0.81 | 0.18 | 357.3 | 0.74 | 0.47 |
| Hex | D1 | 1F | 27 | 0 | 55 | 51 | 12 | 165 | 4A | 2F |
| Octal | 321 | 37 | 47 | 0 | 125 | 121 | 22 | 545 | 112 | 57 |
| Binary | 11010001 | 11111 | 100111 | 0 | 1010101 | 1010001 | 10010 | 101100101 | 1001010 | 101111 |
Color Harmonies of #D11F27
Complementary color
Monochromatic Colors of #D11F27
Black with #D11F27
Text Example
Text Example
White with #D11F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F27; }
p { color: rgb(209,31,39); }
H1.HeaderClassName
{
color: #D11F27;
}
.AnyTagClassName
{
color: #D11F27;
}
</style>
background-color css
<style>
a { background-color: #D11F27; }
a { background-color: rgb(209,31,39); }
div.DivClassName
{
background-color: #D11F27;
}
.BgClassName
{
background-color: #D11F27;
}
</style>
border-color css
<style>
span { border-color: #D11F27; }
span { border-color: rgb(209,31,39); }
td.TdClassName
{
border-color: #D11F27;
}
.TagClassName
{
border-color: #D11F27;
}
</style>