Shades of Fire Engine Red #DD1320
Tints of Fire Engine Red #DD1320
RGB
CMYK
RGB Variations
Color information
#DD1320 (or 0xDD1320) is known color: Fire Engine Red. HEX triplet: DD, 13 and 20. RGB value is (221,19,32). Sum of RGB (Red+Green+Blue) = 221+19+32=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1320 is #22ECDF. Grayscale: #515151. Windows color (decimal): -2288864 or 2102237. OLE color: 2102237.
HSL color Cylindrical-coordinate representation of color #DD1320: hue angle of 356.14º 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 #DD1320 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 32 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.13 |
| HSL | 356.14º | 0.84% | 0.47% | - |
| HSV(B) | 356.14º | 0.91% | 0.87% | - |
| XYZ | 30.31 | 15.94 | 2.85 | - |
| YUV | 80.88 | 100.42 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 32 | 0 | 0.91 | 0.86 | 0.13 | 356.14 | 0.84 | 0.47 |
| Hex | DD | 13 | 20 | 0 | 5B | 56 | D | 164 | 54 | 2F |
| Octal | 335 | 23 | 40 | 0 | 133 | 126 | 15 | 544 | 124 | 57 |
| Binary | 11011101 | 10011 | 100000 | 0 | 1011011 | 1010110 | 1101 | 101100100 | 1010100 | 101111 |
Color Harmonies of #DD1320
Complementary color
Monochromatic Colors of #DD1320
Black with #DD1320
Text Example
Text Example
White with #DD1320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1320; }
p { color: rgb(221,19,32); }
H1.HeaderClassName
{
color: #DD1320;
}
.AnyTagClassName
{
color: #DD1320;
}
</style>
background-color css
<style>
a { background-color: #DD1320; }
a { background-color: rgb(221,19,32); }
div.DivClassName
{
background-color: #DD1320;
}
.BgClassName
{
background-color: #DD1320;
}
</style>
border-color css
<style>
span { border-color: #DD1320; }
span { border-color: rgb(221,19,32); }
td.TdClassName
{
border-color: #DD1320;
}
.TagClassName
{
border-color: #DD1320;
}
</style>