Shades of Fire Engine Red #DD1319
Tints of Fire Engine Red #DD1319
RGB
CMYK
RGB Variations
Color information
#DD1319 (or 0xDD1319) is known color: Fire Engine Red. HEX triplet: DD, 13 and 19. RGB value is (221,19,25). Sum of RGB (Red+Green+Blue) = 221+19+25=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 25 (10.16% from 255 or 9.43% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1319 is #22ECE6. Grayscale: #505050. Windows color (decimal): -2288871 or 1643485. OLE color: 1643485.
HSL color Cylindrical-coordinate representation of color #DD1319: hue angle of 358.22º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1319 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 25 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.13 |
| HSL | 358.22º | 0.84% | 0.47% | - |
| HSV(B) | 358.22º | 0.91% | 0.87% | - |
| XYZ | 30.23 | 15.91 | 2.4 | - |
| YUV | 80.08 | 96.92 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 25 | 0 | 0.91 | 0.89 | 0.13 | 358.22 | 0.84 | 0.47 |
| Hex | DD | 13 | 19 | 0 | 5B | 59 | D | 166 | 54 | 2F |
| Octal | 335 | 23 | 31 | 0 | 133 | 131 | 15 | 546 | 124 | 57 |
| Binary | 11011101 | 10011 | 11001 | 0 | 1011011 | 1011001 | 1101 | 101100110 | 1010100 | 101111 |
Color Harmonies of #DD1319
Complementary color
Monochromatic Colors of #DD1319
Black with #DD1319
Text Example
Text Example
White with #DD1319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1319; }
p { color: rgb(221,19,25); }
H1.HeaderClassName
{
color: #DD1319;
}
.AnyTagClassName
{
color: #DD1319;
}
</style>
background-color css
<style>
a { background-color: #DD1319; }
a { background-color: rgb(221,19,25); }
div.DivClassName
{
background-color: #DD1319;
}
.BgClassName
{
background-color: #DD1319;
}
</style>
border-color css
<style>
span { border-color: #DD1319; }
span { border-color: rgb(221,19,25); }
td.TdClassName
{
border-color: #DD1319;
}
.TagClassName
{
border-color: #DD1319;
}
</style>