Shades of Fire Engine Red #DD141E
Tints of Fire Engine Red #DD141E
RGB
CMYK
RGB Variations
Color information
#DD141E (or 0xDD141E) is known color: Fire Engine Red. HEX triplet: DD, 14 and 1E. RGB value is (221,20,30). Sum of RGB (Red+Green+Blue) = 221+20+30=271 (35% of max value = 765). Red value is 221 (86.72% from 255 or 81.55% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 221 - color contains mainly: red. Hex color #DD141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD141E is #22EBE1. Grayscale: #515151. Windows color (decimal): -2288610 or 1971421. OLE color: 1971421.
HSL color Cylindrical-coordinate representation of color #DD141E: hue angle of 357.01º degrees, saturation: 0.83, 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 #DD141E is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 30 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 357.01º | 0.83% | 0.47% | - |
| HSV(B) | 357.01º | 0.91% | 0.87% | - |
| XYZ | 30.3 | 15.97 | 2.71 | - |
| YUV | 81.24 | 99.09 | 227.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 30 | 0 | 0.91 | 0.86 | 0.13 | 357.01 | 0.83 | 0.47 |
| Hex | DD | 14 | 1E | 0 | 5B | 56 | D | 165 | 53 | 2F |
| Octal | 335 | 24 | 36 | 0 | 133 | 126 | 15 | 545 | 123 | 57 |
| Binary | 11011101 | 10100 | 11110 | 0 | 1011011 | 1010110 | 1101 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DD141E
Complementary color
Monochromatic Colors of #DD141E
Black with #DD141E
Text Example
Text Example
White with #DD141E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD141E; }
p { color: rgb(221,20,30); }
H1.HeaderClassName
{
color: #DD141E;
}
.AnyTagClassName
{
color: #DD141E;
}
</style>
background-color css
<style>
a { background-color: #DD141E; }
a { background-color: rgb(221,20,30); }
div.DivClassName
{
background-color: #DD141E;
}
.BgClassName
{
background-color: #DD141E;
}
</style>
border-color css
<style>
span { border-color: #DD141E; }
span { border-color: rgb(221,20,30); }
td.TdClassName
{
border-color: #DD141E;
}
.TagClassName
{
border-color: #DD141E;
}
</style>