Shades of Fire Engine Red #D1131D
Tints of Fire Engine Red #D1131D
RGB
CMYK
RGB Variations
Color information
#D1131D (or 0xD1131D) is known color: Fire Engine Red. HEX triplet: D1, 13 and 1D. RGB value is (209,19,29). Sum of RGB (Red+Green+Blue) = 209+19+29=257 (34% of max value = 765). Red value is 209 (82.03% from 255 or 81.32% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 209 - color contains mainly: red. Hex color #D1131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1131D is #2EECE2. Grayscale: #4D4D4D. Windows color (decimal): -3075299 or 1905617. OLE color: 1905617.
HSL color Cylindrical-coordinate representation of color #D1131D: hue angle of 356.84º 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 #D1131D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.18 |
| HSL | 356.84º | 0.83% | 0.45% | - |
| HSV(B) | 356.84º | 0.91% | 0.82% | - |
| XYZ | 26.75 | 14.11 | 2.48 | - |
| YUV | 76.95 | 100.95 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 19 | 29 | 0 | 0.91 | 0.86 | 0.18 | 356.84 | 0.83 | 0.45 |
| Hex | D1 | 13 | 1D | 0 | 5B | 56 | 12 | 165 | 53 | 2D |
| Octal | 321 | 23 | 35 | 0 | 133 | 126 | 22 | 545 | 123 | 55 |
| Binary | 11010001 | 10011 | 11101 | 0 | 1011011 | 1010110 | 10010 | 101100101 | 1010011 | 101101 |
Color Harmonies of #D1131D
Complementary color
Monochromatic Colors of #D1131D
Black with #D1131D
Text Example
Text Example
White with #D1131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1131D; }
p { color: rgb(209,19,29); }
H1.HeaderClassName
{
color: #D1131D;
}
.AnyTagClassName
{
color: #D1131D;
}
</style>
background-color css
<style>
a { background-color: #D1131D; }
a { background-color: rgb(209,19,29); }
div.DivClassName
{
background-color: #D1131D;
}
.BgClassName
{
background-color: #D1131D;
}
</style>
border-color css
<style>
span { border-color: #D1131D; }
span { border-color: rgb(209,19,29); }
td.TdClassName
{
border-color: #D1131D;
}
.TagClassName
{
border-color: #D1131D;
}
</style>