Shades of Fire Engine Red #DD0920
Tints of Fire Engine Red #DD0920
RGB
CMYK
RGB Variations
Color information
#DD0920 (or 0xDD0920) is known color: Fire Engine Red. HEX triplet: DD, 09 and 20. RGB value is (221,9,32). Sum of RGB (Red+Green+Blue) = 221+9+32=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0920 is #22F6DF. Grayscale: #4B4B4B. Windows color (decimal): -2291424 or 2099677. OLE color: 2099677.
HSL color Cylindrical-coordinate representation of color #DD0920: hue angle of 353.49º 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 #DD0920 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 32 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.13 |
| HSL | 353.49º | 0.92% | 0.45% | - |
| HSV(B) | 353.49º | 0.96% | 0.87% | - |
| XYZ | 30.18 | 15.67 | 2.8 | - |
| YUV | 75.01 | 103.74 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 32 | 0 | 0.96 | 0.86 | 0.13 | 353.49 | 0.92 | 0.45 |
| Hex | DD | 9 | 20 | 0 | 60 | 56 | D | 161 | 5C | 2D |
| Octal | 335 | 11 | 40 | 0 | 140 | 126 | 15 | 541 | 134 | 55 |
| Binary | 11011101 | 1001 | 100000 | 0 | 1100000 | 1010110 | 1101 | 101100001 | 1011100 | 101101 |
Color Harmonies of #DD0920
Complementary color
Monochromatic Colors of #DD0920
Black with #DD0920
Text Example
Text Example
White with #DD0920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0920; }
p { color: rgb(221,9,32); }
H1.HeaderClassName
{
color: #DD0920;
}
.AnyTagClassName
{
color: #DD0920;
}
</style>
background-color css
<style>
a { background-color: #DD0920; }
a { background-color: rgb(221,9,32); }
div.DivClassName
{
background-color: #DD0920;
}
.BgClassName
{
background-color: #DD0920;
}
</style>
border-color css
<style>
span { border-color: #DD0920; }
span { border-color: rgb(221,9,32); }
td.TdClassName
{
border-color: #DD0920;
}
.TagClassName
{
border-color: #DD0920;
}
</style>