Shades of Fire Engine Red #D1181D
Tints of Fire Engine Red #D1181D
RGB
CMYK
RGB Variations
Color information
#D1181D (or 0xD1181D) is known color: Fire Engine Red. HEX triplet: D1, 18 and 1D. RGB value is (209,24,29). Sum of RGB (Red+Green+Blue) = 209+24+29=262 (34% of max value = 765). Red value is 209 (82.03% from 255 or 79.77% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 209 - color contains mainly: red. Hex color #D1181D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1181D is #2EE7E2. Grayscale: #505050. Windows color (decimal): -3074019 or 1906897. OLE color: 1906897.
HSL color Cylindrical-coordinate representation of color #D1181D: hue angle of 358.38º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1181D is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 29 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.18 |
| HSL | 358.38º | 0.79% | 0.46% | - |
| HSV(B) | 358.38º | 0.89% | 0.82% | - |
| XYZ | 26.84 | 14.3 | 2.51 | - |
| YUV | 79.89 | 99.29 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 29 | 0 | 0.89 | 0.86 | 0.18 | 358.38 | 0.79 | 0.46 |
| Hex | D1 | 18 | 1D | 0 | 59 | 56 | 12 | 166 | 4F | 2E |
| Octal | 321 | 30 | 35 | 0 | 131 | 126 | 22 | 546 | 117 | 56 |
| Binary | 11010001 | 11000 | 11101 | 0 | 1011001 | 1010110 | 10010 | 101100110 | 1001111 | 101110 |
Color Harmonies of #D1181D
Complementary color
Monochromatic Colors of #D1181D
Black with #D1181D
Text Example
Text Example
White with #D1181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1181D; }
p { color: rgb(209,24,29); }
H1.HeaderClassName
{
color: #D1181D;
}
.AnyTagClassName
{
color: #D1181D;
}
</style>
background-color css
<style>
a { background-color: #D1181D; }
a { background-color: rgb(209,24,29); }
div.DivClassName
{
background-color: #D1181D;
}
.BgClassName
{
background-color: #D1181D;
}
</style>
border-color css
<style>
span { border-color: #D1181D; }
span { border-color: rgb(209,24,29); }
td.TdClassName
{
border-color: #D1181D;
}
.TagClassName
{
border-color: #D1181D;
}
</style>