Shades of Fire Engine Red #D11A27
Tints of Fire Engine Red #D11A27
RGB
CMYK
RGB Variations
Color information
#D11A27 (or 0xD11A27) is known color: Fire Engine Red. HEX triplet: D1, 1A and 27. RGB value is (209,26,39). Sum of RGB (Red+Green+Blue) = 209+26+39=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A27 is #2EE5D8. Grayscale: #525252. Windows color (decimal): -3073497 or 2562769. OLE color: 2562769.
HSL color Cylindrical-coordinate representation of color #D11A27: hue angle of 355.74º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11A27 is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 39 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.18 |
| HSL | 355.74º | 0.78% | 0.46% | - |
| HSV(B) | 355.74º | 0.88% | 0.82% | - |
| XYZ | 27.03 | 14.44 | 3.28 | - |
| YUV | 82.2 | 103.63 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 39 | 0 | 0.88 | 0.81 | 0.18 | 355.74 | 0.78 | 0.46 |
| Hex | D1 | 1A | 27 | 0 | 58 | 51 | 12 | 164 | 4E | 2E |
| Octal | 321 | 32 | 47 | 0 | 130 | 121 | 22 | 544 | 116 | 56 |
| Binary | 11010001 | 11010 | 100111 | 0 | 1011000 | 1010001 | 10010 | 101100100 | 1001110 | 101110 |
Color Harmonies of #D11A27
Complementary color
Monochromatic Colors of #D11A27
Black with #D11A27
Text Example
Text Example
White with #D11A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A27; }
p { color: rgb(209,26,39); }
H1.HeaderClassName
{
color: #D11A27;
}
.AnyTagClassName
{
color: #D11A27;
}
</style>
background-color css
<style>
a { background-color: #D11A27; }
a { background-color: rgb(209,26,39); }
div.DivClassName
{
background-color: #D11A27;
}
.BgClassName
{
background-color: #D11A27;
}
</style>
border-color css
<style>
span { border-color: #D11A27; }
span { border-color: rgb(209,26,39); }
td.TdClassName
{
border-color: #D11A27;
}
.TagClassName
{
border-color: #D11A27;
}
</style>