Shades of Fire Engine Red #DD1314
Tints of Fire Engine Red #DD1314
RGB
CMYK
RGB Variations
Color information
#DD1314 (or 0xDD1314) is known color: Fire Engine Red. HEX triplet: DD, 13 and 14. RGB value is (221,19,20). Sum of RGB (Red+Green+Blue) = 221+19+20=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1314 is #22ECEB. Grayscale: #4F4F4F. Windows color (decimal): -2288876 or 1315805. OLE color: 1315805.
HSL color Cylindrical-coordinate representation of color #DD1314: hue angle of 359.7º 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 #DD1314 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 20 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.13 |
| HSL | 359.7º | 0.84% | 0.47% | - |
| HSV(B) | 359.7º | 0.91% | 0.87% | - |
| XYZ | 30.18 | 15.89 | 2.14 | - |
| YUV | 79.51 | 94.42 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 20 | 0 | 0.91 | 0.91 | 0.13 | 359.7 | 0.84 | 0.47 |
| Hex | DD | 13 | 14 | 0 | 5B | 5B | D | 168 | 54 | 2F |
| Octal | 335 | 23 | 24 | 0 | 133 | 133 | 15 | 550 | 124 | 57 |
| Binary | 11011101 | 10011 | 10100 | 0 | 1011011 | 1011011 | 1101 | 101101000 | 1010100 | 101111 |
Color Harmonies of #DD1314
Complementary color
Monochromatic Colors of #DD1314
Black with #DD1314
Text Example
Text Example
White with #DD1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1314; }
p { color: rgb(221,19,20); }
H1.HeaderClassName
{
color: #DD1314;
}
.AnyTagClassName
{
color: #DD1314;
}
</style>
background-color css
<style>
a { background-color: #DD1314; }
a { background-color: rgb(221,19,20); }
div.DivClassName
{
background-color: #DD1314;
}
.BgClassName
{
background-color: #DD1314;
}
</style>
border-color css
<style>
span { border-color: #DD1314; }
span { border-color: rgb(221,19,20); }
td.TdClassName
{
border-color: #DD1314;
}
.TagClassName
{
border-color: #DD1314;
}
</style>