Shades of Fire Engine Red #DD0F26
Tints of Fire Engine Red #DD0F26
RGB
CMYK
RGB Variations
Color information
#DD0F26 (or 0xDD0F26) is known color: Fire Engine Red. HEX triplet: DD, 0F and 26. RGB value is (221,15,38). Sum of RGB (Red+Green+Blue) = 221+15+38=274 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.66% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0F26 is #22F0D9. Grayscale: #4F4F4F. Windows color (decimal): -2289882 or 2494429. OLE color: 2494429.
HSL color Cylindrical-coordinate representation of color #DD0F26: hue angle of 353.3º degrees, saturation: 0.87, 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 #DD0F26 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 38 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.13 |
| HSL | 353.3º | 0.87% | 0.46% | - |
| HSV(B) | 353.3º | 0.93% | 0.87% | - |
| XYZ | 30.34 | 15.85 | 3.29 | - |
| YUV | 79.22 | 104.75 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 38 | 0 | 0.93 | 0.83 | 0.13 | 353.3 | 0.87 | 0.46 |
| Hex | DD | F | 26 | 0 | 5D | 53 | D | 161 | 57 | 2E |
| Octal | 335 | 17 | 46 | 0 | 135 | 123 | 15 | 541 | 127 | 56 |
| Binary | 11011101 | 1111 | 100110 | 0 | 1011101 | 1010011 | 1101 | 101100001 | 1010111 | 101110 |
Color Harmonies of #DD0F26
Complementary color
Monochromatic Colors of #DD0F26
Black with #DD0F26
Text Example
Text Example
White with #DD0F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F26; }
p { color: rgb(221,15,38); }
H1.HeaderClassName
{
color: #DD0F26;
}
.AnyTagClassName
{
color: #DD0F26;
}
</style>
background-color css
<style>
a { background-color: #DD0F26; }
a { background-color: rgb(221,15,38); }
div.DivClassName
{
background-color: #DD0F26;
}
.BgClassName
{
background-color: #DD0F26;
}
</style>
border-color css
<style>
span { border-color: #DD0F26; }
span { border-color: rgb(221,15,38); }
td.TdClassName
{
border-color: #DD0F26;
}
.TagClassName
{
border-color: #DD0F26;
}
</style>