Shades of Fire Engine Red #D11427
Tints of Fire Engine Red #D11427
RGB
CMYK
RGB Variations
Color information
#D11427 (or 0xD11427) is known color: Fire Engine Red. HEX triplet: D1, 14 and 27. RGB value is (209,20,39). Sum of RGB (Red+Green+Blue) = 209+20+39=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D11427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D11427 is #2EEBD8. Grayscale: #4E4E4E. Windows color (decimal): -3075033 or 2561233. OLE color: 2561233.
HSL color Cylindrical-coordinate representation of color #D11427: hue angle of 353.97º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D11427 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 39 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.18 |
| HSL | 353.97º | 0.83% | 0.45% | - |
| HSV(B) | 353.97º | 0.9% | 0.82% | - |
| XYZ | 26.91 | 14.2 | 3.24 | - |
| YUV | 78.68 | 105.62 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 39 | 0 | 0.90 | 0.81 | 0.18 | 353.97 | 0.83 | 0.45 |
| Hex | D1 | 14 | 27 | 0 | 5A | 51 | 12 | 162 | 53 | 2D |
| Octal | 321 | 24 | 47 | 0 | 132 | 121 | 22 | 542 | 123 | 55 |
| Binary | 11010001 | 10100 | 100111 | 0 | 1011010 | 1010001 | 10010 | 101100010 | 1010011 | 101101 |
Color Harmonies of #D11427
Complementary color
Monochromatic Colors of #D11427
Black with #D11427
Text Example
Text Example
White with #D11427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11427; }
p { color: rgb(209,20,39); }
H1.HeaderClassName
{
color: #D11427;
}
.AnyTagClassName
{
color: #D11427;
}
</style>
background-color css
<style>
a { background-color: #D11427; }
a { background-color: rgb(209,20,39); }
div.DivClassName
{
background-color: #D11427;
}
.BgClassName
{
background-color: #D11427;
}
</style>
border-color css
<style>
span { border-color: #D11427; }
span { border-color: rgb(209,20,39); }
td.TdClassName
{
border-color: #D11427;
}
.TagClassName
{
border-color: #D11427;
}
</style>