Shades of Fire Engine Red #DD1226
Tints of Fire Engine Red #DD1226
RGB
CMYK
RGB Variations
Color information
#DD1226 (or 0xDD1226) is known color: Fire Engine Red. HEX triplet: DD, 12 and 26. RGB value is (221,18,38). Sum of RGB (Red+Green+Blue) = 221+18+38=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1226 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1226 is #22EDD9. Grayscale: #515151. Windows color (decimal): -2289114 or 2495197. OLE color: 2495197.
HSL color Cylindrical-coordinate representation of color #DD1226: hue angle of 354.09º degrees, saturation: 0.85, 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 #DD1226 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 38 | - |
| CMYK | 0 | 0.92 | 0.83 | 0.13 |
| HSL | 354.09º | 0.85% | 0.47% | - |
| HSV(B) | 354.09º | 0.92% | 0.87% | - |
| XYZ | 30.38 | 15.94 | 3.31 | - |
| YUV | 80.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 38 | 0 | 0.92 | 0.83 | 0.13 | 354.09 | 0.85 | 0.47 |
| Hex | DD | 12 | 26 | 0 | 5C | 53 | D | 162 | 55 | 2F |
| Octal | 335 | 22 | 46 | 0 | 134 | 123 | 15 | 542 | 125 | 57 |
| Binary | 11011101 | 10010 | 100110 | 0 | 1011100 | 1010011 | 1101 | 101100010 | 1010101 | 101111 |
Color Harmonies of #DD1226
Complementary color
Monochromatic Colors of #DD1226
Black with #DD1226
Text Example
Text Example
White with #DD1226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1226; }
p { color: rgb(221,18,38); }
H1.HeaderClassName
{
color: #DD1226;
}
.AnyTagClassName
{
color: #DD1226;
}
</style>
background-color css
<style>
a { background-color: #DD1226; }
a { background-color: rgb(221,18,38); }
div.DivClassName
{
background-color: #DD1226;
}
.BgClassName
{
background-color: #DD1226;
}
</style>
border-color css
<style>
span { border-color: #DD1226; }
span { border-color: rgb(221,18,38); }
td.TdClassName
{
border-color: #DD1226;
}
.TagClassName
{
border-color: #DD1226;
}
</style>