Shades of Fire Engine Red #D11C1F
Tints of Fire Engine Red #D11C1F
RGB
CMYK
RGB Variations
Color information
#D11C1F (or 0xD11C1F) is known color: Fire Engine Red. HEX triplet: D1, 1C and 1F. RGB value is (209,28,31). Sum of RGB (Red+Green+Blue) = 209+28+31=268 (35% of max value = 765). Red value is 209 (82.03% from 255 or 77.99% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D11C1F is #2EE3E0. Grayscale: #525252. Windows color (decimal): -3072993 or 2038993. OLE color: 2038993.
HSL color Cylindrical-coordinate representation of color #D11C1F: hue angle of 359.01º 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 #D11C1F is Cyan = 0, Magento = 0.87, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 31 | - |
| CMYK | 0 | 0.87 | 0.85 | 0.18 |
| HSL | 359.01º | 0.76% | 0.46% | - |
| HSV(B) | 359.01º | 0.87% | 0.82% | - |
| XYZ | 26.96 | 14.48 | 2.67 | - |
| YUV | 82.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 31 | 0 | 0.87 | 0.85 | 0.18 | 359.01 | 0.76 | 0.46 |
| Hex | D1 | 1C | 1F | 0 | 57 | 55 | 12 | 167 | 4C | 2E |
| Octal | 321 | 34 | 37 | 0 | 127 | 125 | 22 | 547 | 114 | 56 |
| Binary | 11010001 | 11100 | 11111 | 0 | 1010111 | 1010101 | 10010 | 101100111 | 1001100 | 101110 |
Color Harmonies of #D11C1F
Complementary color
Monochromatic Colors of #D11C1F
Black with #D11C1F
Text Example
Text Example
White with #D11C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C1F; }
p { color: rgb(209,28,31); }
H1.HeaderClassName
{
color: #D11C1F;
}
.AnyTagClassName
{
color: #D11C1F;
}
</style>
background-color css
<style>
a { background-color: #D11C1F; }
a { background-color: rgb(209,28,31); }
div.DivClassName
{
background-color: #D11C1F;
}
.BgClassName
{
background-color: #D11C1F;
}
</style>
border-color css
<style>
span { border-color: #D11C1F; }
span { border-color: rgb(209,28,31); }
td.TdClassName
{
border-color: #D11C1F;
}
.TagClassName
{
border-color: #D11C1F;
}
</style>