Shades of Fire Engine Red #DF1028
Tints of Fire Engine Red #DF1028
RGB
CMYK
RGB Variations
Color information
#DF1028 (or 0xDF1028) is known color: Fire Engine Red. HEX triplet: DF, 10 and 28. RGB value is (223,16,40). Sum of RGB (Red+Green+Blue) = 223+16+40=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1028 is #20EFD7. Grayscale: #505050. Windows color (decimal): -2158552 or 2625759. OLE color: 2625759.
HSL color Cylindrical-coordinate representation of color #DF1028: hue angle of 353.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF1028 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 40 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.13 |
| HSL | 353.04º | 0.87% | 0.47% | - |
| HSV(B) | 353.04º | 0.93% | 0.87% | - |
| XYZ | 31 | 16.21 | 3.5 | - |
| YUV | 80.63 | 105.08 | 229.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 40 | 0 | 0.93 | 0.82 | 0.13 | 353.04 | 0.87 | 0.47 |
| Hex | DF | 10 | 28 | 0 | 5D | 52 | D | 161 | 57 | 2F |
| Octal | 337 | 20 | 50 | 0 | 135 | 122 | 15 | 541 | 127 | 57 |
| Binary | 11011111 | 10000 | 101000 | 0 | 1011101 | 1010010 | 1101 | 101100001 | 1010111 | 101111 |
Color Harmonies of #DF1028
Complementary color
Monochromatic Colors of #DF1028
Black with #DF1028
Text Example
Text Example
White with #DF1028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1028; }
p { color: rgb(223,16,40); }
H1.HeaderClassName
{
color: #DF1028;
}
.AnyTagClassName
{
color: #DF1028;
}
</style>
background-color css
<style>
a { background-color: #DF1028; }
a { background-color: rgb(223,16,40); }
div.DivClassName
{
background-color: #DF1028;
}
.BgClassName
{
background-color: #DF1028;
}
</style>
border-color css
<style>
span { border-color: #DF1028; }
span { border-color: rgb(223,16,40); }
td.TdClassName
{
border-color: #DF1028;
}
.TagClassName
{
border-color: #DF1028;
}
</style>