Shades of Fire Engine Red #DD131E
Tints of Fire Engine Red #DD131E
RGB
CMYK
RGB Variations
Color information
#DD131E (or 0xDD131E) is known color: Fire Engine Red. HEX triplet: DD, 13 and 1E. RGB value is (221,19,30). Sum of RGB (Red+Green+Blue) = 221+19+30=270 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.85% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 221 - color contains mainly: red. Hex color #DD131E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD131E is #22ECE1. Grayscale: #505050. Windows color (decimal): -2288866 or 1971165. OLE color: 1971165.
HSL color Cylindrical-coordinate representation of color #DD131E: hue angle of 356.73º 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 #DD131E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 356.73º | 0.84% | 0.47% | - |
| HSV(B) | 356.73º | 0.91% | 0.87% | - |
| XYZ | 30.29 | 15.93 | 2.71 | - |
| YUV | 80.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 30 | 0 | 0.91 | 0.86 | 0.13 | 356.73 | 0.84 | 0.47 |
| Hex | DD | 13 | 1E | 0 | 5B | 56 | D | 165 | 54 | 2F |
| Octal | 335 | 23 | 36 | 0 | 133 | 126 | 15 | 545 | 124 | 57 |
| Binary | 11011101 | 10011 | 11110 | 0 | 1011011 | 1010110 | 1101 | 101100101 | 1010100 | 101111 |
Color Harmonies of #DD131E
Complementary color
Monochromatic Colors of #DD131E
Black with #DD131E
Text Example
Text Example
White with #DD131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD131E; }
p { color: rgb(221,19,30); }
H1.HeaderClassName
{
color: #DD131E;
}
.AnyTagClassName
{
color: #DD131E;
}
</style>
background-color css
<style>
a { background-color: #DD131E; }
a { background-color: rgb(221,19,30); }
div.DivClassName
{
background-color: #DD131E;
}
.BgClassName
{
background-color: #DD131E;
}
</style>
border-color css
<style>
span { border-color: #DD131E; }
span { border-color: rgb(221,19,30); }
td.TdClassName
{
border-color: #DD131E;
}
.TagClassName
{
border-color: #DD131E;
}
</style>