Shades of Fire Engine Red #D1142D
Tints of Fire Engine Red #D1142D
RGB
CMYK
RGB Variations
Color information
#D1142D (or 0xD1142D) is known color: Fire Engine Red. HEX triplet: D1, 14 and 2D. RGB value is (209,20,45). Sum of RGB (Red+Green+Blue) = 209+20+45=274 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.28% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 209 - color contains mainly: red. Hex color #D1142D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1142D is #2EEBD2. Grayscale: #4F4F4F. Windows color (decimal): -3075027 or 2954449. OLE color: 2954449.
HSL color Cylindrical-coordinate representation of color #D1142D: hue angle of 352.06º 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 #D1142D is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 45 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.18 |
| HSL | 352.06º | 0.83% | 0.45% | - |
| HSV(B) | 352.06º | 0.9% | 0.82% | - |
| XYZ | 27.02 | 14.25 | 3.81 | - |
| YUV | 79.36 | 108.62 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 45 | 0 | 0.90 | 0.78 | 0.18 | 352.06 | 0.83 | 0.45 |
| Hex | D1 | 14 | 2D | 0 | 5A | 4E | 12 | 160 | 53 | 2D |
| Octal | 321 | 24 | 55 | 0 | 132 | 116 | 22 | 540 | 123 | 55 |
| Binary | 11010001 | 10100 | 101101 | 0 | 1011010 | 1001110 | 10010 | 101100000 | 1010011 | 101101 |
Color Harmonies of #D1142D
Complementary color
Monochromatic Colors of #D1142D
Black with #D1142D
Text Example
Text Example
White with #D1142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1142D; }
p { color: rgb(209,20,45); }
H1.HeaderClassName
{
color: #D1142D;
}
.AnyTagClassName
{
color: #D1142D;
}
</style>
background-color css
<style>
a { background-color: #D1142D; }
a { background-color: rgb(209,20,45); }
div.DivClassName
{
background-color: #D1142D;
}
.BgClassName
{
background-color: #D1142D;
}
</style>
border-color css
<style>
span { border-color: #D1142D; }
span { border-color: rgb(209,20,45); }
td.TdClassName
{
border-color: #D1142D;
}
.TagClassName
{
border-color: #D1142D;
}
</style>