Shades of Fire Engine Red #DD0924
Tints of Fire Engine Red #DD0924
RGB
CMYK
RGB Variations
Color information
#DD0924 (or 0xDD0924) is known color: Fire Engine Red. HEX triplet: DD, 09 and 24. RGB value is (221,9,36). Sum of RGB (Red+Green+Blue) = 221+9+36=266 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.08% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 36 (14.45% from 255 or 13.53% from 266); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0924 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0924 is #22F6DB. Grayscale: #4B4B4B. Windows color (decimal): -2291420 or 2361821. OLE color: 2361821.
HSL color Cylindrical-coordinate representation of color #DD0924: hue angle of 352.36º 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 #DD0924 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 36 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.13 |
| HSL | 352.36º | 0.92% | 0.45% | - |
| HSV(B) | 352.36º | 0.96% | 0.87% | - |
| XYZ | 30.23 | 15.69 | 3.1 | - |
| YUV | 75.47 | 105.74 | 231.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 36 | 0 | 0.96 | 0.84 | 0.13 | 352.36 | 0.92 | 0.45 |
| Hex | DD | 9 | 24 | 0 | 60 | 54 | D | 160 | 5C | 2D |
| Octal | 335 | 11 | 44 | 0 | 140 | 124 | 15 | 540 | 134 | 55 |
| Binary | 11011101 | 1001 | 100100 | 0 | 1100000 | 1010100 | 1101 | 101100000 | 1011100 | 101101 |
Color Harmonies of #DD0924
Complementary color
Monochromatic Colors of #DD0924
Black with #DD0924
Text Example
Text Example
White with #DD0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0924; }
p { color: rgb(221,9,36); }
H1.HeaderClassName
{
color: #DD0924;
}
.AnyTagClassName
{
color: #DD0924;
}
</style>
background-color css
<style>
a { background-color: #DD0924; }
a { background-color: rgb(221,9,36); }
div.DivClassName
{
background-color: #DD0924;
}
.BgClassName
{
background-color: #DD0924;
}
</style>
border-color css
<style>
span { border-color: #DD0924; }
span { border-color: rgb(221,9,36); }
td.TdClassName
{
border-color: #DD0924;
}
.TagClassName
{
border-color: #DD0924;
}
</style>