Shades of Fire Engine Red #DD151E
Tints of Fire Engine Red #DD151E
RGB
CMYK
RGB Variations
Color information
#DD151E (or 0xDD151E) is known color: Fire Engine Red. HEX triplet: DD, 15 and 1E. RGB value is (221,21,30). Sum of RGB (Red+Green+Blue) = 221+21+30=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD151E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD151E is #22EAE1. Grayscale: #515151. Windows color (decimal): -2288354 or 1971677. OLE color: 1971677.
HSL color Cylindrical-coordinate representation of color #DD151E: hue angle of 357.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD151E is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 30 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.13 |
| HSL | 357.3º | 0.83% | 0.47% | - |
| HSV(B) | 357.3º | 0.9% | 0.87% | - |
| XYZ | 30.32 | 16 | 2.72 | - |
| YUV | 81.83 | 98.76 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 30 | 0 | 0.90 | 0.86 | 0.13 | 357.3 | 0.83 | 0.47 |
| Hex | DD | 15 | 1E | 0 | 5A | 56 | D | 165 | 53 | 2F |
| Octal | 335 | 25 | 36 | 0 | 132 | 126 | 15 | 545 | 123 | 57 |
| Binary | 11011101 | 10101 | 11110 | 0 | 1011010 | 1010110 | 1101 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DD151E
Complementary color
Monochromatic Colors of #DD151E
Black with #DD151E
Text Example
Text Example
White with #DD151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD151E; }
p { color: rgb(221,21,30); }
H1.HeaderClassName
{
color: #DD151E;
}
.AnyTagClassName
{
color: #DD151E;
}
</style>
background-color css
<style>
a { background-color: #DD151E; }
a { background-color: rgb(221,21,30); }
div.DivClassName
{
background-color: #DD151E;
}
.BgClassName
{
background-color: #DD151E;
}
</style>
border-color css
<style>
span { border-color: #DD151E; }
span { border-color: rgb(221,21,30); }
td.TdClassName
{
border-color: #DD151E;
}
.TagClassName
{
border-color: #DD151E;
}
</style>