Shades of Fire Engine Red #D11D2D
Tints of Fire Engine Red #D11D2D
RGB
CMYK
RGB Variations
Color information
#D11D2D (or 0xD11D2D) is known color: Fire Engine Red. HEX triplet: D1, 1D and 2D. RGB value is (209,29,45). Sum of RGB (Red+Green+Blue) = 209+29+45=283 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.85% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 209 - color contains mainly: red. Hex color #D11D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11D2D is #2EE2D2. Grayscale: #545454. Windows color (decimal): -3072723 or 2956753. OLE color: 2956753.
HSL color Cylindrical-coordinate representation of color #D11D2D: hue angle of 354.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11D2D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 45 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.18 |
| HSL | 354.67º | 0.76% | 0.47% | - |
| HSV(B) | 354.67º | 0.86% | 0.82% | - |
| XYZ | 27.21 | 14.62 | 3.87 | - |
| YUV | 84.64 | 105.63 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 45 | 0 | 0.86 | 0.78 | 0.18 | 354.67 | 0.76 | 0.47 |
| Hex | D1 | 1D | 2D | 0 | 56 | 4E | 12 | 163 | 4C | 2F |
| Octal | 321 | 35 | 55 | 0 | 126 | 116 | 22 | 543 | 114 | 57 |
| Binary | 11010001 | 11101 | 101101 | 0 | 1010110 | 1001110 | 10010 | 101100011 | 1001100 | 101111 |
Color Harmonies of #D11D2D
Complementary color
Monochromatic Colors of #D11D2D
Black with #D11D2D
Text Example
Text Example
White with #D11D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11D2D; }
p { color: rgb(209,29,45); }
H1.HeaderClassName
{
color: #D11D2D;
}
.AnyTagClassName
{
color: #D11D2D;
}
</style>
background-color css
<style>
a { background-color: #D11D2D; }
a { background-color: rgb(209,29,45); }
div.DivClassName
{
background-color: #D11D2D;
}
.BgClassName
{
background-color: #D11D2D;
}
</style>
border-color css
<style>
span { border-color: #D11D2D; }
span { border-color: rgb(209,29,45); }
td.TdClassName
{
border-color: #D11D2D;
}
.TagClassName
{
border-color: #D11D2D;
}
</style>