Shades of Fire Engine Red #DD091B
Tints of Fire Engine Red #DD091B
RGB
CMYK
RGB Variations
Color information
#DD091B (or 0xDD091B) is known color: Fire Engine Red. HEX triplet: DD, 09 and 1B. RGB value is (221,9,27). Sum of RGB (Red+Green+Blue) = 221+9+27=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD091B is #22F6E4. Grayscale: #4A4A4A. Windows color (decimal): -2291429 or 1771997. OLE color: 1771997.
HSL color Cylindrical-coordinate representation of color #DD091B: hue angle of 354.91º 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 #DD091B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.13 |
| HSL | 354.91º | 0.92% | 0.45% | - |
| HSV(B) | 354.91º | 0.96% | 0.87% | - |
| XYZ | 30.11 | 15.65 | 2.47 | - |
| YUV | 74.44 | 101.24 | 232.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 27 | 0 | 0.96 | 0.88 | 0.13 | 354.91 | 0.92 | 0.45 |
| Hex | DD | 9 | 1B | 0 | 60 | 58 | D | 163 | 5C | 2D |
| Octal | 335 | 11 | 33 | 0 | 140 | 130 | 15 | 543 | 134 | 55 |
| Binary | 11011101 | 1001 | 11011 | 0 | 1100000 | 1011000 | 1101 | 101100011 | 1011100 | 101101 |
Color Harmonies of #DD091B
Complementary color
Monochromatic Colors of #DD091B
Black with #DD091B
Text Example
Text Example
White with #DD091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD091B; }
p { color: rgb(221,9,27); }
H1.HeaderClassName
{
color: #DD091B;
}
.AnyTagClassName
{
color: #DD091B;
}
</style>
background-color css
<style>
a { background-color: #DD091B; }
a { background-color: rgb(221,9,27); }
div.DivClassName
{
background-color: #DD091B;
}
.BgClassName
{
background-color: #DD091B;
}
</style>
border-color css
<style>
span { border-color: #DD091B; }
span { border-color: rgb(221,9,27); }
td.TdClassName
{
border-color: #DD091B;
}
.TagClassName
{
border-color: #DD091B;
}
</style>