Shades of Fire Engine Red #DD151F
Tints of Fire Engine Red #DD151F
RGB
CMYK
RGB Variations
Color information
#DD151F (or 0xDD151F) is known color: Fire Engine Red. HEX triplet: DD, 15 and 1F. RGB value is (221,21,31). Sum of RGB (Red+Green+Blue) = 221+21+31=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD151F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD151F is #22EAE0. Grayscale: #525252. Windows color (decimal): -2288353 or 2037213. OLE color: 2037213.
HSL color Cylindrical-coordinate representation of color #DD151F: hue angle of 357º 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 #DD151F is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 21 | 31 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.13 |
| HSL | 357º | 0.83% | 0.47% | - |
| HSV(B) | 357º | 0.9% | 0.87% | - |
| XYZ | 30.33 | 16.01 | 2.79 | - |
| YUV | 81.94 | 99.26 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 21 | 31 | 0 | 0.90 | 0.86 | 0.13 | 357 | 0.83 | 0.47 |
| Hex | DD | 15 | 1F | 0 | 5A | 56 | D | 165 | 53 | 2F |
| Octal | 335 | 25 | 37 | 0 | 132 | 126 | 15 | 545 | 123 | 57 |
| Binary | 11011101 | 10101 | 11111 | 0 | 1011010 | 1010110 | 1101 | 101100101 | 1010011 | 101111 |
Color Harmonies of #DD151F
Complementary color
Monochromatic Colors of #DD151F
Black with #DD151F
Text Example
Text Example
White with #DD151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD151F; }
p { color: rgb(221,21,31); }
H1.HeaderClassName
{
color: #DD151F;
}
.AnyTagClassName
{
color: #DD151F;
}
</style>
background-color css
<style>
a { background-color: #DD151F; }
a { background-color: rgb(221,21,31); }
div.DivClassName
{
background-color: #DD151F;
}
.BgClassName
{
background-color: #DD151F;
}
</style>
border-color css
<style>
span { border-color: #DD151F; }
span { border-color: rgb(221,21,31); }
td.TdClassName
{
border-color: #DD151F;
}
.TagClassName
{
border-color: #DD151F;
}
</style>