Shades of Fire Engine Red #D1182D
Tints of Fire Engine Red #D1182D
RGB
CMYK
RGB Variations
Color information
#D1182D (or 0xD1182D) is known color: Fire Engine Red. HEX triplet: D1, 18 and 2D. RGB value is (209,24,45). Sum of RGB (Red+Green+Blue) = 209+24+45=278 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.18% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 209 - color contains mainly: red. Hex color #D1182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1182D is #2EE7D2. Grayscale: #515151. Windows color (decimal): -3074003 or 2955473. OLE color: 2955473.
HSL color Cylindrical-coordinate representation of color #D1182D: hue angle of 353.19º 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 #D1182D is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 45 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.18 |
| HSL | 353.19º | 0.79% | 0.46% | - |
| HSV(B) | 353.19º | 0.89% | 0.82% | - |
| XYZ | 27.09 | 14.4 | 3.83 | - |
| YUV | 81.71 | 107.29 | 218.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 45 | 0 | 0.89 | 0.78 | 0.18 | 353.19 | 0.79 | 0.46 |
| Hex | D1 | 18 | 2D | 0 | 59 | 4E | 12 | 161 | 4F | 2E |
| Octal | 321 | 30 | 55 | 0 | 131 | 116 | 22 | 541 | 117 | 56 |
| Binary | 11010001 | 11000 | 101101 | 0 | 1011001 | 1001110 | 10010 | 101100001 | 1001111 | 101110 |
Color Harmonies of #D1182D
Complementary color
Monochromatic Colors of #D1182D
Black with #D1182D
Text Example
Text Example
White with #D1182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1182D; }
p { color: rgb(209,24,45); }
H1.HeaderClassName
{
color: #D1182D;
}
.AnyTagClassName
{
color: #D1182D;
}
</style>
background-color css
<style>
a { background-color: #D1182D; }
a { background-color: rgb(209,24,45); }
div.DivClassName
{
background-color: #D1182D;
}
.BgClassName
{
background-color: #D1182D;
}
</style>
border-color css
<style>
span { border-color: #D1182D; }
span { border-color: rgb(209,24,45); }
td.TdClassName
{
border-color: #D1182D;
}
.TagClassName
{
border-color: #D1182D;
}
</style>