Shades of Fire Engine Red #DD091F
Tints of Fire Engine Red #DD091F
RGB
CMYK
RGB Variations
Color information
#DD091F (or 0xDD091F) is known color: Fire Engine Red. HEX triplet: DD, 09 and 1F. RGB value is (221,9,31). Sum of RGB (Red+Green+Blue) = 221+9+31=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD091F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD091F is #22F6E0. Grayscale: #4B4B4B. Windows color (decimal): -2291425 or 2034141. OLE color: 2034141.
HSL color Cylindrical-coordinate representation of color #DD091F: hue angle of 353.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD091F is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 31 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.13 |
| HSL | 353.77º | 0.92% | 0.45% | - |
| HSV(B) | 353.77º | 0.96% | 0.87% | - |
| XYZ | 30.16 | 15.67 | 2.73 | - |
| YUV | 74.9 | 103.24 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 31 | 0 | 0.96 | 0.86 | 0.13 | 353.77 | 0.92 | 0.45 |
| Hex | DD | 9 | 1F | 0 | 60 | 56 | D | 162 | 5C | 2D |
| Octal | 335 | 11 | 37 | 0 | 140 | 126 | 15 | 542 | 134 | 55 |
| Binary | 11011101 | 1001 | 11111 | 0 | 1100000 | 1010110 | 1101 | 101100010 | 1011100 | 101101 |
Color Harmonies of #DD091F
Complementary color
Monochromatic Colors of #DD091F
Black with #DD091F
Text Example
Text Example
White with #DD091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD091F; }
p { color: rgb(221,9,31); }
H1.HeaderClassName
{
color: #DD091F;
}
.AnyTagClassName
{
color: #DD091F;
}
</style>
background-color css
<style>
a { background-color: #DD091F; }
a { background-color: rgb(221,9,31); }
div.DivClassName
{
background-color: #DD091F;
}
.BgClassName
{
background-color: #DD091F;
}
</style>
border-color css
<style>
span { border-color: #DD091F; }
span { border-color: rgb(221,9,31); }
td.TdClassName
{
border-color: #DD091F;
}
.TagClassName
{
border-color: #DD091F;
}
</style>