Shades of Fire Engine Red #D1142B
Tints of Fire Engine Red #D1142B
RGB
CMYK
RGB Variations
Color information
#D1142B (or 0xD1142B) is known color: Fire Engine Red. HEX triplet: D1, 14 and 2B. RGB value is (209,20,43). Sum of RGB (Red+Green+Blue) = 209+20+43=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1142B is #2EEBD4. Grayscale: #4F4F4F. Windows color (decimal): -3075029 or 2823377. OLE color: 2823377.
HSL color Cylindrical-coordinate representation of color #D1142B: hue angle of 352.7º 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 #D1142B is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 20 | 43 | - |
| CMYK | 0 | 0.90 | 0.79 | 0.18 |
| HSL | 352.7º | 0.83% | 0.45% | - |
| HSV(B) | 352.7º | 0.9% | 0.82% | - |
| XYZ | 26.98 | 14.23 | 3.61 | - |
| YUV | 79.13 | 107.62 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 20 | 43 | 0 | 0.90 | 0.79 | 0.18 | 352.7 | 0.83 | 0.45 |
| Hex | D1 | 14 | 2B | 0 | 5A | 4F | 12 | 161 | 53 | 2D |
| Octal | 321 | 24 | 53 | 0 | 132 | 117 | 22 | 541 | 123 | 55 |
| Binary | 11010001 | 10100 | 101011 | 0 | 1011010 | 1001111 | 10010 | 101100001 | 1010011 | 101101 |
Color Harmonies of #D1142B
Complementary color
Monochromatic Colors of #D1142B
Black with #D1142B
Text Example
Text Example
White with #D1142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1142B; }
p { color: rgb(209,20,43); }
H1.HeaderClassName
{
color: #D1142B;
}
.AnyTagClassName
{
color: #D1142B;
}
</style>
background-color css
<style>
a { background-color: #D1142B; }
a { background-color: rgb(209,20,43); }
div.DivClassName
{
background-color: #D1142B;
}
.BgClassName
{
background-color: #D1142B;
}
</style>
border-color css
<style>
span { border-color: #D1142B; }
span { border-color: rgb(209,20,43); }
td.TdClassName
{
border-color: #D1142B;
}
.TagClassName
{
border-color: #D1142B;
}
</style>