#DC111C

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

Shades of Fire Engine Red #DC111C

Tints of Fire Engine Red #DC111C

Color information

#DC111C (or 0xDC111C) is unknown color: approx Fire Engine Red. HEX triplet: DC, 11 and 1C. RGB value is (220,17,28). Sum of RGB (Red+Green+Blue) = 220+17+28=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC111C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC111C is #23EEE3. Grayscale: #4F4F4F. Windows color (decimal): -2354916 or 1839580. OLE color: 1839580.

HSL color Cylindrical-coordinate representation of color #DC111C: hue angle of 356.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC111C is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB2201728-
CMYK00.920.870.14
HSL356.75º85.65%46.47%-
HSV(B)356.75º92.27%86.27%-
XYZ29.9315.72.55-
YUV78.9599.25228.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 83.02%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=83.02%
G=6.42%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220172800.920.870.14356.7585.6546.47
HexDC111C05C57E165562e
Octal334213401341271654512656
Binary11011100100011110001011100101011111101011001011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC111C; }

 p { color: rgb(220,17,28); }

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

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

 a { background-color: rgb(220,17,28); }

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

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

 span { border-color: rgb(220,17,28); }

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