Shades of Fire Engine Red #DD1026
Tints of Fire Engine Red #DD1026
RGB
CMYK
RGB Variations
Color information
#DD1026 (or 0xDD1026) is known color: Fire Engine Red. HEX triplet: DD, 10 and 26. RGB value is (221,16,38). Sum of RGB (Red+Green+Blue) = 221+16+38=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1026 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1026 is #22EFD9. Grayscale: #4F4F4F. Windows color (decimal): -2289626 or 2494685. OLE color: 2494685.
HSL color Cylindrical-coordinate representation of color #DD1026: hue angle of 353.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD1026 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 38 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.13 |
| HSL | 353.56º | 0.86% | 0.46% | - |
| HSV(B) | 353.56º | 0.93% | 0.87% | - |
| XYZ | 30.35 | 15.88 | 3.3 | - |
| YUV | 79.8 | 104.42 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 38 | 0 | 0.93 | 0.83 | 0.13 | 353.56 | 0.86 | 0.46 |
| Hex | DD | 10 | 26 | 0 | 5D | 53 | D | 162 | 56 | 2E |
| Octal | 335 | 20 | 46 | 0 | 135 | 123 | 15 | 542 | 126 | 56 |
| Binary | 11011101 | 10000 | 100110 | 0 | 1011101 | 1010011 | 1101 | 101100010 | 1010110 | 101110 |
Color Harmonies of #DD1026
Complementary color
Monochromatic Colors of #DD1026
Black with #DD1026
Text Example
Text Example
White with #DD1026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1026; }
p { color: rgb(221,16,38); }
H1.HeaderClassName
{
color: #DD1026;
}
.AnyTagClassName
{
color: #DD1026;
}
</style>
background-color css
<style>
a { background-color: #DD1026; }
a { background-color: rgb(221,16,38); }
div.DivClassName
{
background-color: #DD1026;
}
.BgClassName
{
background-color: #DD1026;
}
</style>
border-color css
<style>
span { border-color: #DD1026; }
span { border-color: rgb(221,16,38); }
td.TdClassName
{
border-color: #DD1026;
}
.TagClassName
{
border-color: #DD1026;
}
</style>