#DF111B

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

Shades of Fire Engine Red #DF111B

Tints of Fire Engine Red #DF111B

Color information

#DF111B (or 0xDF111B) is unknown color: approx Fire Engine Red. HEX triplet: DF, 11 and 1B. RGB value is (223,17,27). Sum of RGB (Red+Green+Blue) = 223+17+27=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF111B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF111B is #20EEE4. Grayscale: #4F4F4F. Windows color (decimal): -2158309 or 1774047. OLE color: 1774047.

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

Color convert

RGB2231727-
CMYK00.920.880.13
HSL357.09º85.83%47.06%-
HSV(B)357.09º92.38%87.45%-
XYZ30.8316.172.53-
YUV79.7398.25230.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 83.52%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 27 (10.94% from 255) = 10.11%
R=83.52%
G=6.37%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223172700.920.880.13357.0985.8347.06
HexDF111B05C58D165562f
Octal337213301341301554512657
Binary11011111100011101101011100101100011011011001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF111B; }

 p { color: rgb(223,17,27); }

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

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

 a { background-color: rgb(223,17,27); }

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

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

 span { border-color: rgb(223,17,27); }

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