Shades of Fire Engine Red #DF1428
Tints of Fire Engine Red #DF1428
RGB
CMYK
RGB Variations
Color information
#DF1428 (or 0xDF1428) is known color: Fire Engine Red. HEX triplet: DF, 14 and 28. RGB value is (223,20,40). Sum of RGB (Red+Green+Blue) = 223+20+40=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1428 is #20EBD7. Grayscale: #535353. Windows color (decimal): -2157528 or 2626783. OLE color: 2626783.
HSL color Cylindrical-coordinate representation of color #DF1428: hue angle of 354.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF1428 is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 40 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.13 |
| HSL | 354.09º | 0.84% | 0.48% | - |
| HSV(B) | 354.09º | 0.91% | 0.87% | - |
| XYZ | 31.06 | 16.34 | 3.52 | - |
| YUV | 82.98 | 103.75 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 40 | 0 | 0.91 | 0.82 | 0.13 | 354.09 | 0.84 | 0.48 |
| Hex | DF | 14 | 28 | 0 | 5B | 52 | D | 162 | 54 | 30 |
| Octal | 337 | 24 | 50 | 0 | 133 | 122 | 15 | 542 | 124 | 60 |
| Binary | 11011111 | 10100 | 101000 | 0 | 1011011 | 1010010 | 1101 | 101100010 | 1010100 | 110000 |
Color Harmonies of #DF1428
Complementary color
Monochromatic Colors of #DF1428
Black with #DF1428
Text Example
Text Example
White with #DF1428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1428; }
p { color: rgb(223,20,40); }
H1.HeaderClassName
{
color: #DF1428;
}
.AnyTagClassName
{
color: #DF1428;
}
</style>
background-color css
<style>
a { background-color: #DF1428; }
a { background-color: rgb(223,20,40); }
div.DivClassName
{
background-color: #DF1428;
}
.BgClassName
{
background-color: #DF1428;
}
</style>
border-color css
<style>
span { border-color: #DF1428; }
span { border-color: rgb(223,20,40); }
td.TdClassName
{
border-color: #DF1428;
}
.TagClassName
{
border-color: #DF1428;
}
</style>