Shades of Fire Engine Red #D1132D
Tints of Fire Engine Red #D1132D
RGB
CMYK
RGB Variations
Color information
#D1132D (or 0xD1132D) is known color: Fire Engine Red. HEX triplet: D1, 13 and 2D. RGB value is (209,19,45). Sum of RGB (Red+Green+Blue) = 209+19+45=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1132D is #2EECD2. Grayscale: #4E4E4E. Windows color (decimal): -3075283 or 2954193. OLE color: 2954193.
HSL color Cylindrical-coordinate representation of color #D1132D: hue angle of 351.79º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1132D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 45 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.18 |
| HSL | 351.79º | 0.83% | 0.45% | - |
| HSV(B) | 351.79º | 0.91% | 0.82% | - |
| XYZ | 27 | 14.21 | 3.8 | - |
| YUV | 78.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 45 | 0 | 0.91 | 0.78 | 0.18 | 351.79 | 0.83 | 0.45 |
| Hex | D1 | 13 | 2D | 0 | 5B | 4E | 12 | 160 | 53 | 2D |
| Octal | 321 | 23 | 55 | 0 | 133 | 116 | 22 | 540 | 123 | 55 |
| Binary | 11010001 | 10011 | 101101 | 0 | 1011011 | 1001110 | 10010 | 101100000 | 1010011 | 101101 |
Color Harmonies of #D1132D
Complementary color
Monochromatic Colors of #D1132D
Black with #D1132D
Text Example
Text Example
White with #D1132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1132D; }
p { color: rgb(209,19,45); }
H1.HeaderClassName
{
color: #D1132D;
}
.AnyTagClassName
{
color: #D1132D;
}
</style>
background-color css
<style>
a { background-color: #D1132D; }
a { background-color: rgb(209,19,45); }
div.DivClassName
{
background-color: #D1132D;
}
.BgClassName
{
background-color: #D1132D;
}
</style>
border-color css
<style>
span { border-color: #D1132D; }
span { border-color: rgb(209,19,45); }
td.TdClassName
{
border-color: #D1132D;
}
.TagClassName
{
border-color: #D1132D;
}
</style>