Shades of Fire Engine Red #D11226
Tints of Fire Engine Red #D11226
RGB
CMYK
RGB Variations
Color information
#D11226 (or 0xD11226) is known color: Fire Engine Red. HEX triplet: D1, 12 and 26. RGB value is (209,18,38). Sum of RGB (Red+Green+Blue) = 209+18+38=265 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.87% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 209 - color contains mainly: red. Hex color #D11226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11226 is #2EEDD9. Grayscale: #4D4D4D. Windows color (decimal): -3075546 or 2495185. OLE color: 2495185.
HSL color Cylindrical-coordinate representation of color #D11226: hue angle of 353.72º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D11226 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 38 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.18 |
| HSL | 353.72º | 0.84% | 0.45% | - |
| HSV(B) | 353.72º | 0.91% | 0.82% | - |
| XYZ | 26.86 | 14.13 | 3.14 | - |
| YUV | 77.39 | 105.78 | 221.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 38 | 0 | 0.91 | 0.82 | 0.18 | 353.72 | 0.84 | 0.45 |
| Hex | D1 | 12 | 26 | 0 | 5B | 52 | 12 | 162 | 54 | 2D |
| Octal | 321 | 22 | 46 | 0 | 133 | 122 | 22 | 542 | 124 | 55 |
| Binary | 11010001 | 10010 | 100110 | 0 | 1011011 | 1010010 | 10010 | 101100010 | 1010100 | 101101 |
Color Harmonies of #D11226
Complementary color
Monochromatic Colors of #D11226
Black with #D11226
Text Example
Text Example
White with #D11226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11226; }
p { color: rgb(209,18,38); }
H1.HeaderClassName
{
color: #D11226;
}
.AnyTagClassName
{
color: #D11226;
}
</style>
background-color css
<style>
a { background-color: #D11226; }
a { background-color: rgb(209,18,38); }
div.DivClassName
{
background-color: #D11226;
}
.BgClassName
{
background-color: #D11226;
}
</style>
border-color css
<style>
span { border-color: #D11226; }
span { border-color: rgb(209,18,38); }
td.TdClassName
{
border-color: #D11226;
}
.TagClassName
{
border-color: #D11226;
}
</style>