#df1620

Color #DF1620 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #DF1620

Tints of Fire Engine Red #DF1620

Color information

#DF1620 (or 0xDF1620) is unknown color: approx Fire Engine Red. HEX triplet: DF, 16 and 20. RGB value is (223,22,32). Sum of RGB (Red+Green+Blue) = 223+22+32=277 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.51% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF1620 is #20E9DF. Grayscale: #535353. Windows color (decimal): -2157024 or 2103007. OLE color: 2103007.

HSL color Cylindrical-coordinate representation of color #DF1620: hue angle of 357.01º degrees, saturation: 0.82, 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 #DF1620 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB2232232-
CMYK00.900.860.13
HSL357.01º82.04%48.04%-
HSV(B)357.01º90.13%87.45%-
XYZ30.9816.372.89-
YUV83.2499.09227.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 80.51%
GREEN value IS 22 (8.98% from 255) = 7.94%
BLUE value IS 32 (12.89% from 255) = 11.55%
R=80.51%
G=7.94%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223200.900.860.13357.0182.0448.04
HexDF162005A56D1655230
Octal337264001321261554512260
Binary110111111011010000001011010101011011011011001011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df1620; }

 p { color: rgb(223,22,32); }

 H1.HeaderClassName
 {
   color: #df1620;
 }
 .AnyTagClassName
 {
   color: #df1620;
 }
</style>
background-color css

<style>
 a { background-color: #df1620; }

 a { background-color: rgb(223,22,32); }

 div.DivClassName
 {
   background-color: #df1620;
 }
 .BgClassName
 {
   background-color: #df1620;
 }
</style>
border-color css

<style>
 span { border-color: #df1620; }

 span { border-color: rgb(223,22,32); }

 td.TdClassName
 {
   border-color: #df1620;
 }
 .TagClassName
 {
   border-color: #df1620;
 }
</style>