Shades of Fire Engine Red #DD1723
Tints of Fire Engine Red #DD1723
RGB
CMYK
RGB Variations
Color information
#DD1723 (or 0xDD1723) is known color: Fire Engine Red. HEX triplet: DD, 17 and 23. RGB value is (221,23,35). Sum of RGB (Red+Green+Blue) = 221+23+35=279 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.21% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1723 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD1723 is #22E8DC. Grayscale: #535353. Windows color (decimal): -2287837 or 2299869. OLE color: 2299869.
HSL color Cylindrical-coordinate representation of color #DD1723: hue angle of 356.36º 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 #DD1723 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 23 | 35 | - |
| CMYK | 0 | 0.90 | 0.84 | 0.13 |
| HSL | 356.36º | 0.81% | 0.48% | - |
| HSV(B) | 356.36º | 0.9% | 0.87% | - |
| XYZ | 30.43 | 16.11 | 3.1 | - |
| YUV | 83.57 | 100.6 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 23 | 35 | 0 | 0.90 | 0.84 | 0.13 | 356.36 | 0.81 | 0.48 |
| Hex | DD | 17 | 23 | 0 | 5A | 54 | D | 164 | 51 | 30 |
| Octal | 335 | 27 | 43 | 0 | 132 | 124 | 15 | 544 | 121 | 60 |
| Binary | 11011101 | 10111 | 100011 | 0 | 1011010 | 1010100 | 1101 | 101100100 | 1010001 | 110000 |
Color Harmonies of #DD1723
Complementary color
Monochromatic Colors of #DD1723
Black with #DD1723
Text Example
Text Example
White with #DD1723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1723; }
p { color: rgb(221,23,35); }
H1.HeaderClassName
{
color: #DD1723;
}
.AnyTagClassName
{
color: #DD1723;
}
</style>
background-color css
<style>
a { background-color: #DD1723; }
a { background-color: rgb(221,23,35); }
div.DivClassName
{
background-color: #DD1723;
}
.BgClassName
{
background-color: #DD1723;
}
</style>
border-color css
<style>
span { border-color: #DD1723; }
span { border-color: rgb(221,23,35); }
td.TdClassName
{
border-color: #DD1723;
}
.TagClassName
{
border-color: #DD1723;
}
</style>