Shades of Fire Engine Red #D11C2D
Tints of Fire Engine Red #D11C2D
RGB
CMYK
RGB Variations
Color information
#D11C2D (or 0xD11C2D) is known color: Fire Engine Red. HEX triplet: D1, 1C and 2D. RGB value is (209,28,45). Sum of RGB (Red+Green+Blue) = 209+28+45=282 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.11% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C2D is #2EE3D2. Grayscale: #545454. Windows color (decimal): -3072979 or 2956497. OLE color: 2956497.
HSL color Cylindrical-coordinate representation of color #D11C2D: hue angle of 354.36º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C2D is Cyan = 0, Magento = 0.87, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 45 | - |
| CMYK | 0 | 0.87 | 0.78 | 0.18 |
| HSL | 354.36º | 0.76% | 0.46% | - |
| HSV(B) | 354.36º | 0.87% | 0.82% | - |
| XYZ | 27.18 | 14.58 | 3.86 | - |
| YUV | 84.06 | 105.97 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 45 | 0 | 0.87 | 0.78 | 0.18 | 354.36 | 0.76 | 0.46 |
| Hex | D1 | 1C | 2D | 0 | 57 | 4E | 12 | 162 | 4C | 2E |
| Octal | 321 | 34 | 55 | 0 | 127 | 116 | 22 | 542 | 114 | 56 |
| Binary | 11010001 | 11100 | 101101 | 0 | 1010111 | 1001110 | 10010 | 101100010 | 1001100 | 101110 |
Color Harmonies of #D11C2D
Complementary color
Monochromatic Colors of #D11C2D
Black with #D11C2D
Text Example
Text Example
White with #D11C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C2D; }
p { color: rgb(209,28,45); }
H1.HeaderClassName
{
color: #D11C2D;
}
.AnyTagClassName
{
color: #D11C2D;
}
</style>
background-color css
<style>
a { background-color: #D11C2D; }
a { background-color: rgb(209,28,45); }
div.DivClassName
{
background-color: #D11C2D;
}
.BgClassName
{
background-color: #D11C2D;
}
</style>
border-color css
<style>
span { border-color: #D11C2D; }
span { border-color: rgb(209,28,45); }
td.TdClassName
{
border-color: #D11C2D;
}
.TagClassName
{
border-color: #D11C2D;
}
</style>