Shades of Fire Engine Red #D11A26
Tints of Fire Engine Red #D11A26
RGB
CMYK
RGB Variations
Color information
#D11A26 (or 0xD11A26) is known color: Fire Engine Red. HEX triplet: D1, 1A and 26. RGB value is (209,26,38). Sum of RGB (Red+Green+Blue) = 209+26+38=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D11A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11A26 is #2EE5D9. Grayscale: #525252. Windows color (decimal): -3073498 or 2497233. OLE color: 2497233.
HSL color Cylindrical-coordinate representation of color #D11A26: hue angle of 356.07º 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 #D11A26 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 38 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.18 |
| HSL | 356.07º | 0.78% | 0.46% | - |
| HSV(B) | 356.07º | 0.88% | 0.82% | - |
| XYZ | 27.01 | 14.43 | 3.2 | - |
| YUV | 82.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 38 | 0 | 0.88 | 0.82 | 0.18 | 356.07 | 0.78 | 0.46 |
| Hex | D1 | 1A | 26 | 0 | 58 | 52 | 12 | 164 | 4E | 2E |
| Octal | 321 | 32 | 46 | 0 | 130 | 122 | 22 | 544 | 116 | 56 |
| Binary | 11010001 | 11010 | 100110 | 0 | 1011000 | 1010010 | 10010 | 101100100 | 1001110 | 101110 |
Color Harmonies of #D11A26
Complementary color
Monochromatic Colors of #D11A26
Black with #D11A26
Text Example
Text Example
White with #D11A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11A26; }
p { color: rgb(209,26,38); }
H1.HeaderClassName
{
color: #D11A26;
}
.AnyTagClassName
{
color: #D11A26;
}
</style>
background-color css
<style>
a { background-color: #D11A26; }
a { background-color: rgb(209,26,38); }
div.DivClassName
{
background-color: #D11A26;
}
.BgClassName
{
background-color: #D11A26;
}
</style>
border-color css
<style>
span { border-color: #D11A26; }
span { border-color: rgb(209,26,38); }
td.TdClassName
{
border-color: #D11A26;
}
.TagClassName
{
border-color: #D11A26;
}
</style>