Shades of Fire Engine Red #DF1229
Tints of Fire Engine Red #DF1229
RGB
CMYK
RGB Variations
Color information
#DF1229 (or 0xDF1229) is known color: Fire Engine Red. HEX triplet: DF, 12 and 29. RGB value is (223,18,41). Sum of RGB (Red+Green+Blue) = 223+18+41=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1229 is #20EDD6. Grayscale: #525252. Windows color (decimal): -2158039 or 2691807. OLE color: 2691807.
HSL color Cylindrical-coordinate representation of color #DF1229: hue angle of 353.27º 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 #DF1229 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 41 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.13 |
| HSL | 353.27º | 0.85% | 0.47% | - |
| HSV(B) | 353.27º | 0.92% | 0.87% | - |
| XYZ | 31.05 | 16.28 | 3.6 | - |
| YUV | 81.92 | 104.92 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 41 | 0 | 0.92 | 0.82 | 0.13 | 353.27 | 0.85 | 0.47 |
| Hex | DF | 12 | 29 | 0 | 5C | 52 | D | 161 | 55 | 2F |
| Octal | 337 | 22 | 51 | 0 | 134 | 122 | 15 | 541 | 125 | 57 |
| Binary | 11011111 | 10010 | 101001 | 0 | 1011100 | 1010010 | 1101 | 101100001 | 1010101 | 101111 |
Color Harmonies of #DF1229
Complementary color
Monochromatic Colors of #DF1229
Black with #DF1229
Text Example
Text Example
White with #DF1229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1229; }
p { color: rgb(223,18,41); }
H1.HeaderClassName
{
color: #DF1229;
}
.AnyTagClassName
{
color: #DF1229;
}
</style>
background-color css
<style>
a { background-color: #DF1229; }
a { background-color: rgb(223,18,41); }
div.DivClassName
{
background-color: #DF1229;
}
.BgClassName
{
background-color: #DF1229;
}
</style>
border-color css
<style>
span { border-color: #DF1229; }
span { border-color: rgb(223,18,41); }
td.TdClassName
{
border-color: #DF1229;
}
.TagClassName
{
border-color: #DF1229;
}
</style>