Shades of Fire Engine Red #DD0D28
Tints of Fire Engine Red #DD0D28
RGB
CMYK
RGB Variations
Color information
#DD0D28 (or 0xDD0D28) is known color: Fire Engine Red. HEX triplet: DD, 0D and 28. RGB value is (221,13,40). Sum of RGB (Red+Green+Blue) = 221+13+40=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0D28 is #22F2D7. Grayscale: #4E4E4E. Windows color (decimal): -2290392 or 2624989. OLE color: 2624989.
HSL color Cylindrical-coordinate representation of color #DD0D28: hue angle of 352.21º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D28 is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 40 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.13 |
| HSL | 352.21º | 0.89% | 0.46% | - |
| HSV(B) | 352.21º | 0.94% | 0.87% | - |
| XYZ | 30.35 | 15.81 | 3.46 | - |
| YUV | 78.27 | 106.41 | 229.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 40 | 0 | 0.94 | 0.82 | 0.13 | 352.21 | 0.89 | 0.46 |
| Hex | DD | D | 28 | 0 | 5E | 52 | D | 160 | 59 | 2E |
| Octal | 335 | 15 | 50 | 0 | 136 | 122 | 15 | 540 | 131 | 56 |
| Binary | 11011101 | 1101 | 101000 | 0 | 1011110 | 1010010 | 1101 | 101100000 | 1011001 | 101110 |
Color Harmonies of #DD0D28
Complementary color
Monochromatic Colors of #DD0D28
Black with #DD0D28
Text Example
Text Example
White with #DD0D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D28; }
p { color: rgb(221,13,40); }
H1.HeaderClassName
{
color: #DD0D28;
}
.AnyTagClassName
{
color: #DD0D28;
}
</style>
background-color css
<style>
a { background-color: #DD0D28; }
a { background-color: rgb(221,13,40); }
div.DivClassName
{
background-color: #DD0D28;
}
.BgClassName
{
background-color: #DD0D28;
}
</style>
border-color css
<style>
span { border-color: #DD0D28; }
span { border-color: rgb(221,13,40); }
td.TdClassName
{
border-color: #DD0D28;
}
.TagClassName
{
border-color: #DD0D28;
}
</style>