Shades of Fire Engine Red #D1102D
Tints of Fire Engine Red #D1102D
RGB
CMYK
RGB Variations
Color information
#D1102D (or 0xD1102D) is known color: Fire Engine Red. HEX triplet: D1, 10 and 2D. RGB value is (209,16,45). Sum of RGB (Red+Green+Blue) = 209+16+45=270 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.41% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 209 - color contains mainly: red. Hex color #D1102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1102D is #2EEFD2. Grayscale: #4D4D4D. Windows color (decimal): -3076051 or 2953425. OLE color: 2953425.
HSL color Cylindrical-coordinate representation of color #D1102D: hue angle of 350.98º 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 #D1102D is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 45 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.18 |
| HSL | 350.98º | 0.86% | 0.44% | - |
| HSV(B) | 350.98º | 0.92% | 0.82% | - |
| XYZ | 26.95 | 14.12 | 3.79 | - |
| YUV | 77.01 | 109.94 | 222.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 45 | 0 | 0.92 | 0.78 | 0.18 | 350.98 | 0.86 | 0.44 |
| Hex | D1 | 10 | 2D | 0 | 5C | 4E | 12 | 15F | 56 | 2C |
| Octal | 321 | 20 | 55 | 0 | 134 | 116 | 22 | 537 | 126 | 54 |
| Binary | 11010001 | 10000 | 101101 | 0 | 1011100 | 1001110 | 10010 | 101011111 | 1010110 | 101100 |
Color Harmonies of #D1102D
Complementary color
Monochromatic Colors of #D1102D
Black with #D1102D
Text Example
Text Example
White with #D1102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1102D; }
p { color: rgb(209,16,45); }
H1.HeaderClassName
{
color: #D1102D;
}
.AnyTagClassName
{
color: #D1102D;
}
</style>
background-color css
<style>
a { background-color: #D1102D; }
a { background-color: rgb(209,16,45); }
div.DivClassName
{
background-color: #D1102D;
}
.BgClassName
{
background-color: #D1102D;
}
</style>
border-color css
<style>
span { border-color: #D1102D; }
span { border-color: rgb(209,16,45); }
td.TdClassName
{
border-color: #D1102D;
}
.TagClassName
{
border-color: #D1102D;
}
</style>