Shades of Fire Engine Red #DD1415
Tints of Fire Engine Red #DD1415
RGB
CMYK
RGB Variations
Color information
#DD1415 (or 0xDD1415) is known color: Fire Engine Red. HEX triplet: DD, 14 and 15. RGB value is (221,20,21). Sum of RGB (Red+Green+Blue) = 221+20+21=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DD1415 is #22EBEA. Grayscale: #505050. Windows color (decimal): -2288619 or 1381597. OLE color: 1381597.
HSL color Cylindrical-coordinate representation of color #DD1415: hue angle of 359.7º degrees, saturation: 0.83, 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 #DD1415 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 21 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.13 |
| HSL | 359.7º | 0.83% | 0.47% | - |
| HSV(B) | 359.7º | 0.91% | 0.87% | - |
| XYZ | 30.2 | 15.93 | 2.19 | - |
| YUV | 80.21 | 94.59 | 228.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 21 | 0 | 0.91 | 0.90 | 0.13 | 359.7 | 0.83 | 0.47 |
| Hex | DD | 14 | 15 | 0 | 5B | 5A | D | 168 | 53 | 2F |
| Octal | 335 | 24 | 25 | 0 | 133 | 132 | 15 | 550 | 123 | 57 |
| Binary | 11011101 | 10100 | 10101 | 0 | 1011011 | 1011010 | 1101 | 101101000 | 1010011 | 101111 |
Color Harmonies of #DD1415
Complementary color
Monochromatic Colors of #DD1415
Black with #DD1415
Text Example
Text Example
White with #DD1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1415; }
p { color: rgb(221,20,21); }
H1.HeaderClassName
{
color: #DD1415;
}
.AnyTagClassName
{
color: #DD1415;
}
</style>
background-color css
<style>
a { background-color: #DD1415; }
a { background-color: rgb(221,20,21); }
div.DivClassName
{
background-color: #DD1415;
}
.BgClassName
{
background-color: #DD1415;
}
</style>
border-color css
<style>
span { border-color: #DD1415; }
span { border-color: rgb(221,20,21); }
td.TdClassName
{
border-color: #DD1415;
}
.TagClassName
{
border-color: #DD1415;
}
</style>