#DC161D

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

Shades of Fire Engine Red #DC161D

Tints of Fire Engine Red #DC161D

Color information

#DC161D (or 0xDC161D) is unknown color: approx Fire Engine Red. HEX triplet: DC, 16 and 1D. RGB value is (220,22,29). Sum of RGB (Red+Green+Blue) = 220+22+29=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC161D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC161D is #23E9E2. Grayscale: #525252. Windows color (decimal): -2353635 or 1906396. OLE color: 1906396.

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

Color convert

RGB2202229-
CMYK00.90.870.14
HSL357.88º81.82%47.45%-
HSV(B)357.88º90%86.27%-
XYZ30.0215.882.64-
YUV8298.1226.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 81.18%
GREEN value IS 22 (8.98% from 255) = 8.12%
BLUE value IS 29 (11.72% from 255) = 10.70%
R=81.18%
G=8.12%
B=10.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.87
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220222900.90.870.14357.8881.8247.45
HexDC161D05A57E166522f
Octal334263501321271654612257
Binary11011100101101110101011010101011111101011001101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC161D; }

 p { color: rgb(220,22,29); }

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

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

 a { background-color: rgb(220,22,29); }

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

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

 span { border-color: rgb(220,22,29); }

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