Shades of Fire Engine Red #D1102C
Tints of Fire Engine Red #D1102C
RGB
CMYK
RGB Variations
Color information
#D1102C (or 0xD1102C) is known color: Fire Engine Red. HEX triplet: D1, 10 and 2C. RGB value is (209,16,44). Sum of RGB (Red+Green+Blue) = 209+16+44=269 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.70% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102C is #2EEFD3. Grayscale: #4C4C4C. Windows color (decimal): -3076052 or 2887889. OLE color: 2887889.
HSL color Cylindrical-coordinate representation of color #D1102C: hue angle of 351.3º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1102C is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 44 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.18 |
| HSL | 351.3º | 0.86% | 0.44% | - |
| HSV(B) | 351.3º | 0.92% | 0.82% | - |
| XYZ | 26.93 | 14.11 | 3.69 | - |
| YUV | 76.9 | 109.44 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 44 | 0 | 0.92 | 0.79 | 0.18 | 351.3 | 0.86 | 0.44 |
| Hex | D1 | 10 | 2C | 0 | 5C | 4F | 12 | 15F | 56 | 2C |
| Octal | 321 | 20 | 54 | 0 | 134 | 117 | 22 | 537 | 126 | 54 |
| Binary | 11010001 | 10000 | 101100 | 0 | 1011100 | 1001111 | 10010 | 101011111 | 1010110 | 101100 |
Color Harmonies of #D1102C
Complementary color
Monochromatic Colors of #D1102C
Black with #D1102C
Text Example
Text Example
White with #D1102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1102C; }
p { color: rgb(209,16,44); }
H1.HeaderClassName
{
color: #D1102C;
}
.AnyTagClassName
{
color: #D1102C;
}
</style>
background-color css
<style>
a { background-color: #D1102C; }
a { background-color: rgb(209,16,44); }
div.DivClassName
{
background-color: #D1102C;
}
.BgClassName
{
background-color: #D1102C;
}
</style>
border-color css
<style>
span { border-color: #D1102C; }
span { border-color: rgb(209,16,44); }
td.TdClassName
{
border-color: #D1102C;
}
.TagClassName
{
border-color: #D1102C;
}
</style>