Shades of Fire Engine Red #DD131D
Tints of Fire Engine Red #DD131D
RGB
CMYK
RGB Variations
Color information
#DD131D (or 0xDD131D) is known color: Fire Engine Red. HEX triplet: DD, 13 and 1D. RGB value is (221,19,29). Sum of RGB (Red+Green+Blue) = 221+19+29=269 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.16% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 221 - color contains mainly: red. Hex color #DD131D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD131D is #22ECE2. Grayscale: #505050. Windows color (decimal): -2288867 or 1905629. OLE color: 1905629.
HSL color Cylindrical-coordinate representation of color #DD131D: hue angle of 357.03º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD131D is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 29 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.13 |
| HSL | 357.03º | 0.84% | 0.47% | - |
| HSV(B) | 357.03º | 0.91% | 0.87% | - |
| XYZ | 30.27 | 15.93 | 2.64 | - |
| YUV | 80.54 | 98.92 | 228.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 29 | 0 | 0.91 | 0.87 | 0.13 | 357.03 | 0.84 | 0.47 |
| Hex | DD | 13 | 1D | 0 | 5B | 57 | D | 165 | 54 | 2F |
| Octal | 335 | 23 | 35 | 0 | 133 | 127 | 15 | 545 | 124 | 57 |
| Binary | 11011101 | 10011 | 11101 | 0 | 1011011 | 1010111 | 1101 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DD131D
Complementary color
Monochromatic Colors of #DD131D
Black with #DD131D
Text Example
Text Example
White with #DD131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD131D; }
p { color: rgb(221,19,29); }
H1.HeaderClassName
{
color: #DD131D;
}
.AnyTagClassName
{
color: #DD131D;
}
</style>
background-color css
<style>
a { background-color: #DD131D; }
a { background-color: rgb(221,19,29); }
div.DivClassName
{
background-color: #DD131D;
}
.BgClassName
{
background-color: #DD131D;
}
</style>
border-color css
<style>
span { border-color: #DD131D; }
span { border-color: rgb(221,19,29); }
td.TdClassName
{
border-color: #DD131D;
}
.TagClassName
{
border-color: #DD131D;
}
</style>