Shades of Fire Engine Red #DD1727
Tints of Fire Engine Red #DD1727
RGB
CMYK
RGB Variations
Color information
#DD1727 (or 0xDD1727) is known color: Fire Engine Red. HEX triplet: DD, 17 and 27. RGB value is (221,23,39). Sum of RGB (Red+Green+Blue) = 221+23+39=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1727 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1727 is #22E8D8. Grayscale: #545454. Windows color (decimal): -2287833 or 2562013. OLE color: 2562013.
HSL color Cylindrical-coordinate representation of color #DD1727: hue angle of 355.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1727 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 39 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.13 |
| HSL | 355.15º | 0.81% | 0.48% | - |
| HSV(B) | 355.15º | 0.9% | 0.87% | - |
| XYZ | 30.49 | 16.13 | 3.43 | - |
| YUV | 84.03 | 102.6 | 225.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 39 | 0 | 0.90 | 0.82 | 0.13 | 355.15 | 0.81 | 0.48 |
| Hex | DD | 17 | 27 | 0 | 5A | 52 | D | 163 | 51 | 30 |
| Octal | 335 | 27 | 47 | 0 | 132 | 122 | 15 | 543 | 121 | 60 |
| Binary | 11011101 | 10111 | 100111 | 0 | 1011010 | 1010010 | 1101 | 101100011 | 1010001 | 110000 |
Color Harmonies of #DD1727
Complementary color
Monochromatic Colors of #DD1727
Black with #DD1727
Text Example
Text Example
White with #DD1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1727; }
p { color: rgb(221,23,39); }
H1.HeaderClassName
{
color: #DD1727;
}
.AnyTagClassName
{
color: #DD1727;
}
</style>
background-color css
<style>
a { background-color: #DD1727; }
a { background-color: rgb(221,23,39); }
div.DivClassName
{
background-color: #DD1727;
}
.BgClassName
{
background-color: #DD1727;
}
</style>
border-color css
<style>
span { border-color: #DD1727; }
span { border-color: rgb(221,23,39); }
td.TdClassName
{
border-color: #DD1727;
}
.TagClassName
{
border-color: #DD1727;
}
</style>