Shades of Fire Engine Red #DD1628
Tints of Fire Engine Red #DD1628
RGB
CMYK
RGB Variations
Color information
#DD1628 (or 0xDD1628) is known color: Fire Engine Red. HEX triplet: DD, 16 and 28. RGB value is (221,22,40). Sum of RGB (Red+Green+Blue) = 221+22+40=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1628 is #22E9D7. Grayscale: #535353. Windows color (decimal): -2288088 or 2627293. OLE color: 2627293.
HSL color Cylindrical-coordinate representation of color #DD1628: hue angle of 354.57º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1628 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 22 | 40 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.13 |
| HSL | 354.57º | 0.82% | 0.48% | - |
| HSV(B) | 354.57º | 0.9% | 0.87% | - |
| XYZ | 30.49 | 16.1 | 3.51 | - |
| YUV | 83.55 | 103.43 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 22 | 40 | 0 | 0.90 | 0.82 | 0.13 | 354.57 | 0.82 | 0.48 |
| Hex | DD | 16 | 28 | 0 | 5A | 52 | D | 163 | 52 | 30 |
| Octal | 335 | 26 | 50 | 0 | 132 | 122 | 15 | 543 | 122 | 60 |
| Binary | 11011101 | 10110 | 101000 | 0 | 1011010 | 1010010 | 1101 | 101100011 | 1010010 | 110000 |
Color Harmonies of #DD1628
Complementary color
Monochromatic Colors of #DD1628
Black with #DD1628
Text Example
Text Example
White with #DD1628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1628; }
p { color: rgb(221,22,40); }
H1.HeaderClassName
{
color: #DD1628;
}
.AnyTagClassName
{
color: #DD1628;
}
</style>
background-color css
<style>
a { background-color: #DD1628; }
a { background-color: rgb(221,22,40); }
div.DivClassName
{
background-color: #DD1628;
}
.BgClassName
{
background-color: #DD1628;
}
</style>
border-color css
<style>
span { border-color: #DD1628; }
span { border-color: rgb(221,22,40); }
td.TdClassName
{
border-color: #DD1628;
}
.TagClassName
{
border-color: #DD1628;
}
</style>