Shades of Fire Engine Red #D1072C
Tints of Fire Engine Red #D1072C
RGB
CMYK
RGB Variations
Color information
#D1072C (or 0xD1072C) is known color: Fire Engine Red. HEX triplet: D1, 07 and 2C. RGB value is (209,7,44). Sum of RGB (Red+Green+Blue) = 209+7+44=260 (34% of max value = 765). Red value is 209 (82.03% from 255 or 80.38% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 209 - color contains mainly: red. Hex color #D1072C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1072C is #2EF8D3. Grayscale: #474747. Windows color (decimal): -3078356 or 2885585. OLE color: 2885585.
HSL color Cylindrical-coordinate representation of color #D1072C: hue angle of 349.01º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1072C is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 44 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.18 |
| HSL | 349.01º | 0.94% | 0.42% | - |
| HSV(B) | 349.01º | 0.97% | 0.82% | - |
| XYZ | 26.83 | 13.89 | 3.65 | - |
| YUV | 71.62 | 112.42 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 44 | 0 | 0.97 | 0.79 | 0.18 | 349.01 | 0.94 | 0.42 |
| Hex | D1 | 7 | 2C | 0 | 61 | 4F | 12 | 15D | 5E | 2A |
| Octal | 321 | 7 | 54 | 0 | 141 | 117 | 22 | 535 | 136 | 52 |
| Binary | 11010001 | 111 | 101100 | 0 | 1100001 | 1001111 | 10010 | 101011101 | 1011110 | 101010 |
Color Harmonies of #D1072C
Complementary color
Monochromatic Colors of #D1072C
Black with #D1072C
Text Example
Text Example
White with #D1072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1072C; }
p { color: rgb(209,7,44); }
H1.HeaderClassName
{
color: #D1072C;
}
.AnyTagClassName
{
color: #D1072C;
}
</style>
background-color css
<style>
a { background-color: #D1072C; }
a { background-color: rgb(209,7,44); }
div.DivClassName
{
background-color: #D1072C;
}
.BgClassName
{
background-color: #D1072C;
}
</style>
border-color css
<style>
span { border-color: #D1072C; }
span { border-color: rgb(209,7,44); }
td.TdClassName
{
border-color: #D1072C;
}
.TagClassName
{
border-color: #D1072C;
}
</style>