#DF1C1E

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

Shades of Fire Engine Red #DF1C1E

Tints of Fire Engine Red #DF1C1E

Color information

#DF1C1E (or 0xDF1C1E) is unknown color: approx Fire Engine Red. HEX triplet: DF, 1C and 1E. RGB value is (223,28,30). Sum of RGB (Red+Green+Blue) = 223+28+30=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1C1E is #20E3E1. Grayscale: #565656. Windows color (decimal): -2155490 or 1973471. OLE color: 1973471.

HSL color Cylindrical-coordinate representation of color #DF1C1E: hue angle of 359.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1C1E is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB2232830-
CMYK00.870.870.13
HSL359.38º77.69%49.22%-
HSV(B)359.38º87.44%87.45%-
XYZ31.0816.612.8-
YUV86.5396.1225.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 79.36%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=79.36%
G=9.96%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223283000.870.870.13359.3877.6949.22
HexDF1C1E05757D1674e31
Octal337343601271271554711661
Binary11011111111001111001010111101011111011011001111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF1C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF1C1E; }

 p { color: rgb(223,28,30); }

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

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

 a { background-color: rgb(223,28,30); }

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

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

 span { border-color: rgb(223,28,30); }

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