Shades of Fire Engine Red #DD0026
Tints of Fire Engine Red #DD0026
RGB
CMYK
RGB Variations
Color information
#DD0026 (or 0xDD0026) is known color: Fire Engine Red. HEX triplet: DD, 00 and 26. RGB value is (221,0,38). Sum of RGB (Red+Green+Blue) = 221+0+38=259 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.33% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0026 is #22FFD9. Grayscale: #464646. Windows color (decimal): -2293722 or 2490589. OLE color: 2490589.
HSL color Cylindrical-coordinate representation of color #DD0026: hue angle of 349.68º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0026 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 38 | - |
| CMYK | 0 | 1 | 0.83 | 0.13 |
| HSL | 349.68º | 1% | 0.43% | - |
| HSV(B) | 349.68º | 1% | 0.87% | - |
| XYZ | 30.17 | 15.51 | 3.24 | - |
| YUV | 70.41 | 109.72 | 235.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 38 | 0 | 1 | 0.83 | 0.13 | 349.68 | 1 | 0.43 |
| Hex | DD | 0 | 26 | 0 | 64 | 53 | D | 15E | 64 | 2B |
| Octal | 335 | 0 | 46 | 0 | 144 | 123 | 15 | 536 | 144 | 53 |
| Binary | 11011101 | 0 | 100110 | 0 | 1100100 | 1010011 | 1101 | 101011110 | 1100100 | 101011 |
Color Harmonies of #DD0026
Complementary color
Monochromatic Colors of #DD0026
Black with #DD0026
Text Example
Text Example
White with #DD0026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0026; }
p { color: rgb(221,0,38); }
H1.HeaderClassName
{
color: #DD0026;
}
.AnyTagClassName
{
color: #DD0026;
}
</style>
background-color css
<style>
a { background-color: #DD0026; }
a { background-color: rgb(221,0,38); }
div.DivClassName
{
background-color: #DD0026;
}
.BgClassName
{
background-color: #DD0026;
}
</style>
border-color css
<style>
span { border-color: #DD0026; }
span { border-color: rgb(221,0,38); }
td.TdClassName
{
border-color: #DD0026;
}
.TagClassName
{
border-color: #DD0026;
}
</style>