Shades of Fire Engine Red #D1242C
Tints of Fire Engine Red #D1242C
RGB
CMYK
RGB Variations
Color information
#D1242C (or 0xD1242C) is known color: Fire Engine Red. HEX triplet: D1, 24 and 2C. RGB value is (209,36,44). Sum of RGB (Red+Green+Blue) = 209+36+44=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1242C is #2EDBD3. Grayscale: #585858. Windows color (decimal): -3070932 or 2893009. OLE color: 2893009.
HSL color Cylindrical-coordinate representation of color #D1242C: hue angle of 357.23º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D1242C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 44 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.18 |
| HSL | 357.23º | 0.71% | 0.48% | - |
| HSV(B) | 357.23º | 0.83% | 0.82% | - |
| XYZ | 27.38 | 15 | 3.83 | - |
| YUV | 88.64 | 102.81 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 44 | 0 | 0.83 | 0.79 | 0.18 | 357.23 | 0.71 | 0.48 |
| Hex | D1 | 24 | 2C | 0 | 53 | 4F | 12 | 165 | 47 | 30 |
| Octal | 321 | 44 | 54 | 0 | 123 | 117 | 22 | 545 | 107 | 60 |
| Binary | 11010001 | 100100 | 101100 | 0 | 1010011 | 1001111 | 10010 | 101100101 | 1000111 | 110000 |
Color Harmonies of #D1242C
Complementary color
Monochromatic Colors of #D1242C
Black with #D1242C
Text Example
Text Example
White with #D1242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1242C; }
p { color: rgb(209,36,44); }
H1.HeaderClassName
{
color: #D1242C;
}
.AnyTagClassName
{
color: #D1242C;
}
</style>
background-color css
<style>
a { background-color: #D1242C; }
a { background-color: rgb(209,36,44); }
div.DivClassName
{
background-color: #D1242C;
}
.BgClassName
{
background-color: #D1242C;
}
</style>
border-color css
<style>
span { border-color: #D1242C; }
span { border-color: rgb(209,36,44); }
td.TdClassName
{
border-color: #D1242C;
}
.TagClassName
{
border-color: #D1242C;
}
</style>