Shades of Fire Engine Red #DD1C26
Tints of Fire Engine Red #DD1C26
RGB
CMYK
RGB Variations
Color information
#DD1C26 (or 0xDD1C26) is known color: Fire Engine Red. HEX triplet: DD, 1C and 26. RGB value is (221,28,38). Sum of RGB (Red+Green+Blue) = 221+28+38=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C26 is #22E3D9. Grayscale: #575757. Windows color (decimal): -2286554 or 2497757. OLE color: 2497757.
HSL color Cylindrical-coordinate representation of color #DD1C26: hue angle of 356.89º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C26 is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 38 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.13 |
| HSL | 356.89º | 0.78% | 0.49% | - |
| HSV(B) | 356.89º | 0.87% | 0.87% | - |
| XYZ | 30.58 | 16.34 | 3.38 | - |
| YUV | 86.85 | 100.44 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 38 | 0 | 0.87 | 0.83 | 0.13 | 356.89 | 0.78 | 0.49 |
| Hex | DD | 1C | 26 | 0 | 57 | 53 | D | 165 | 4E | 31 |
| Octal | 335 | 34 | 46 | 0 | 127 | 123 | 15 | 545 | 116 | 61 |
| Binary | 11011101 | 11100 | 100110 | 0 | 1010111 | 1010011 | 1101 | 101100101 | 1001110 | 110001 |
Color Harmonies of #DD1C26
Complementary color
Monochromatic Colors of #DD1C26
Black with #DD1C26
Text Example
Text Example
White with #DD1C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C26; }
p { color: rgb(221,28,38); }
H1.HeaderClassName
{
color: #DD1C26;
}
.AnyTagClassName
{
color: #DD1C26;
}
</style>
background-color css
<style>
a { background-color: #DD1C26; }
a { background-color: rgb(221,28,38); }
div.DivClassName
{
background-color: #DD1C26;
}
.BgClassName
{
background-color: #DD1C26;
}
</style>
border-color css
<style>
span { border-color: #DD1C26; }
span { border-color: rgb(221,28,38); }
td.TdClassName
{
border-color: #DD1C26;
}
.TagClassName
{
border-color: #DD1C26;
}
</style>