Shades of Fire Engine Red #DD1C1D
Tints of Fire Engine Red #DD1C1D
RGB
CMYK
RGB Variations
Color information
#DD1C1D (or 0xDD1C1D) is known color: Fire Engine Red. HEX triplet: DD, 1C and 1D. RGB value is (221,28,29). Sum of RGB (Red+Green+Blue) = 221+28+29=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD1C1D is #22E3E2. Grayscale: #565656. Windows color (decimal): -2286563 or 1907933. OLE color: 1907933.
HSL color Cylindrical-coordinate representation of color #DD1C1D: hue angle of 359.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1C1D is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 29 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.13 |
| HSL | 359.69º | 0.78% | 0.49% | - |
| HSV(B) | 359.69º | 0.87% | 0.87% | - |
| XYZ | 30.46 | 16.29 | 2.7 | - |
| YUV | 85.82 | 95.94 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 29 | 0 | 0.87 | 0.87 | 0.13 | 359.69 | 0.78 | 0.49 |
| Hex | DD | 1C | 1D | 0 | 57 | 57 | D | 168 | 4E | 31 |
| Octal | 335 | 34 | 35 | 0 | 127 | 127 | 15 | 550 | 116 | 61 |
| Binary | 11011101 | 11100 | 11101 | 0 | 1010111 | 1010111 | 1101 | 101101000 | 1001110 | 110001 |
Color Harmonies of #DD1C1D
Complementary color
Monochromatic Colors of #DD1C1D
Black with #DD1C1D
Text Example
Text Example
White with #DD1C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1C1D; }
p { color: rgb(221,28,29); }
H1.HeaderClassName
{
color: #DD1C1D;
}
.AnyTagClassName
{
color: #DD1C1D;
}
</style>
background-color css
<style>
a { background-color: #DD1C1D; }
a { background-color: rgb(221,28,29); }
div.DivClassName
{
background-color: #DD1C1D;
}
.BgClassName
{
background-color: #DD1C1D;
}
</style>
border-color css
<style>
span { border-color: #DD1C1D; }
span { border-color: rgb(221,28,29); }
td.TdClassName
{
border-color: #DD1C1D;
}
.TagClassName
{
border-color: #DD1C1D;
}
</style>