Shades of Fire Engine Red #DD0722
Tints of Fire Engine Red #DD0722
RGB
CMYK
RGB Variations
Color information
#DD0722 (or 0xDD0722) is known color: Fire Engine Red. HEX triplet: DD, 07 and 22. RGB value is (221,7,34). Sum of RGB (Red+Green+Blue) = 221+7+34=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0722 is #22F8DD. Grayscale: #4A4A4A. Windows color (decimal): -2291934 or 2230237. OLE color: 2230237.
HSL color Cylindrical-coordinate representation of color #DD0722: hue angle of 352.43º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0722 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 7 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.13 |
| HSL | 352.43º | 0.94% | 0.45% | - |
| HSV(B) | 352.43º | 0.97% | 0.87% | - |
| XYZ | 30.18 | 15.64 | 2.94 | - |
| YUV | 74.06 | 105.4 | 232.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 7 | 34 | 0 | 0.97 | 0.85 | 0.13 | 352.43 | 0.94 | 0.45 |
| Hex | DD | 7 | 22 | 0 | 61 | 55 | D | 160 | 5E | 2D |
| Octal | 335 | 7 | 42 | 0 | 141 | 125 | 15 | 540 | 136 | 55 |
| Binary | 11011101 | 111 | 100010 | 0 | 1100001 | 1010101 | 1101 | 101100000 | 1011110 | 101101 |
Color Harmonies of #DD0722
Complementary color
Monochromatic Colors of #DD0722
Black with #DD0722
Text Example
Text Example
White with #DD0722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0722; }
p { color: rgb(221,7,34); }
H1.HeaderClassName
{
color: #DD0722;
}
.AnyTagClassName
{
color: #DD0722;
}
</style>
background-color css
<style>
a { background-color: #DD0722; }
a { background-color: rgb(221,7,34); }
div.DivClassName
{
background-color: #DD0722;
}
.BgClassName
{
background-color: #DD0722;
}
</style>
border-color css
<style>
span { border-color: #DD0722; }
span { border-color: rgb(221,7,34); }
td.TdClassName
{
border-color: #DD0722;
}
.TagClassName
{
border-color: #DD0722;
}
</style>