Shades of Fire Engine Red #DD091D
Tints of Fire Engine Red #DD091D
RGB
CMYK
RGB Variations
Color information
#DD091D (or 0xDD091D) is known color: Fire Engine Red. HEX triplet: DD, 09 and 1D. RGB value is (221,9,29). Sum of RGB (Red+Green+Blue) = 221+9+29=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD091D is #22F6E2. Grayscale: #4A4A4A. Windows color (decimal): -2291427 or 1903069. OLE color: 1903069.
HSL color Cylindrical-coordinate representation of color #DD091D: hue angle of 354.34º 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 #DD091D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 29 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.13 |
| HSL | 354.34º | 0.92% | 0.45% | - |
| HSV(B) | 354.34º | 0.96% | 0.87% | - |
| XYZ | 30.14 | 15.66 | 2.6 | - |
| YUV | 74.67 | 102.24 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 29 | 0 | 0.96 | 0.87 | 0.13 | 354.34 | 0.92 | 0.45 |
| Hex | DD | 9 | 1D | 0 | 60 | 57 | D | 162 | 5C | 2D |
| Octal | 335 | 11 | 35 | 0 | 140 | 127 | 15 | 542 | 134 | 55 |
| Binary | 11011101 | 1001 | 11101 | 0 | 1100000 | 1010111 | 1101 | 101100010 | 1011100 | 101101 |
Color Harmonies of #DD091D
Complementary color
Monochromatic Colors of #DD091D
Black with #DD091D
Text Example
Text Example
White with #DD091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD091D; }
p { color: rgb(221,9,29); }
H1.HeaderClassName
{
color: #DD091D;
}
.AnyTagClassName
{
color: #DD091D;
}
</style>
background-color css
<style>
a { background-color: #DD091D; }
a { background-color: rgb(221,9,29); }
div.DivClassName
{
background-color: #DD091D;
}
.BgClassName
{
background-color: #DD091D;
}
</style>
border-color css
<style>
span { border-color: #DD091D; }
span { border-color: rgb(221,9,29); }
td.TdClassName
{
border-color: #DD091D;
}
.TagClassName
{
border-color: #DD091D;
}
</style>