Shades of Fire Engine Red #D11227
Tints of Fire Engine Red #D11227
RGB
CMYK
RGB Variations
Color information
#D11227 (or 0xD11227) is known color: Fire Engine Red. HEX triplet: D1, 12 and 27. RGB value is (209,18,39). Sum of RGB (Red+Green+Blue) = 209+18+39=266 (35% of max value = 765). Red value is 209 (82.03% from 255 or 78.57% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 209 - color contains mainly: red. Hex color #D11227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11227 is #2EEDD8. Grayscale: #4D4D4D. Windows color (decimal): -3075545 or 2560721. OLE color: 2560721.
HSL color Cylindrical-coordinate representation of color #D11227: hue angle of 353.4º 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 #D11227 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 39 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.18 |
| HSL | 353.4º | 0.84% | 0.45% | - |
| HSV(B) | 353.4º | 0.91% | 0.82% | - |
| XYZ | 26.88 | 14.13 | 3.23 | - |
| YUV | 77.5 | 106.28 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 39 | 0 | 0.91 | 0.81 | 0.18 | 353.4 | 0.84 | 0.45 |
| Hex | D1 | 12 | 27 | 0 | 5B | 51 | 12 | 161 | 54 | 2D |
| Octal | 321 | 22 | 47 | 0 | 133 | 121 | 22 | 541 | 124 | 55 |
| Binary | 11010001 | 10010 | 100111 | 0 | 1011011 | 1010001 | 10010 | 101100001 | 1010100 | 101101 |
Color Harmonies of #D11227
Complementary color
Monochromatic Colors of #D11227
Black with #D11227
Text Example
Text Example
White with #D11227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11227; }
p { color: rgb(209,18,39); }
H1.HeaderClassName
{
color: #D11227;
}
.AnyTagClassName
{
color: #D11227;
}
</style>
background-color css
<style>
a { background-color: #D11227; }
a { background-color: rgb(209,18,39); }
div.DivClassName
{
background-color: #D11227;
}
.BgClassName
{
background-color: #D11227;
}
</style>
border-color css
<style>
span { border-color: #D11227; }
span { border-color: rgb(209,18,39); }
td.TdClassName
{
border-color: #D11227;
}
.TagClassName
{
border-color: #D11227;
}
</style>