Shades of Fire Engine Red #DD1123
Tints of Fire Engine Red #DD1123
RGB
CMYK
RGB Variations
Color information
#DD1123 (or 0xDD1123) is known color: Fire Engine Red. HEX triplet: DD, 11 and 23. RGB value is (221,17,35). Sum of RGB (Red+Green+Blue) = 221+17+35=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1123 is #22EEDC. Grayscale: #505050. Windows color (decimal): -2289373 or 2298333. OLE color: 2298333.
HSL color Cylindrical-coordinate representation of color #DD1123: hue angle of 354.71º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1123 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 35 | - |
| CMYK | 0 | 0.92 | 0.84 | 0.13 |
| HSL | 354.71º | 0.86% | 0.47% | - |
| HSV(B) | 354.71º | 0.92% | 0.87% | - |
| XYZ | 30.32 | 15.89 | 3.06 | - |
| YUV | 80.05 | 102.59 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 35 | 0 | 0.92 | 0.84 | 0.13 | 354.71 | 0.86 | 0.47 |
| Hex | DD | 11 | 23 | 0 | 5C | 54 | D | 163 | 56 | 2F |
| Octal | 335 | 21 | 43 | 0 | 134 | 124 | 15 | 543 | 126 | 57 |
| Binary | 11011101 | 10001 | 100011 | 0 | 1011100 | 1010100 | 1101 | 101100011 | 1010110 | 101111 |
Color Harmonies of #DD1123
Complementary color
Monochromatic Colors of #DD1123
Black with #DD1123
Text Example
Text Example
White with #DD1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1123; }
p { color: rgb(221,17,35); }
H1.HeaderClassName
{
color: #DD1123;
}
.AnyTagClassName
{
color: #DD1123;
}
</style>
background-color css
<style>
a { background-color: #DD1123; }
a { background-color: rgb(221,17,35); }
div.DivClassName
{
background-color: #DD1123;
}
.BgClassName
{
background-color: #DD1123;
}
</style>
border-color css
<style>
span { border-color: #DD1123; }
span { border-color: rgb(221,17,35); }
td.TdClassName
{
border-color: #DD1123;
}
.TagClassName
{
border-color: #DD1123;
}
</style>