#DC5537

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

Shades of Chilean Fire #DC5537

Tints of Chilean Fire #DC5537

Color information

#DC5537 (or 0xDC5537) is unknown color: approx Chilean Fire. HEX triplet: DC, 55 and 37. RGB value is (220,85,55). Sum of RGB (Red+Green+Blue) = 220+85+55=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5537 is #23AAC8. Grayscale: #7A7A7A. Windows color (decimal): -2337481 or 3626460. OLE color: 3626460.

HSL color Cylindrical-coordinate representation of color #DC5537: hue angle of 10.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5537 is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB2208555-
CMYK00.610.750.14
HSL10.91º70.21%53.92%-
HSV(B)10.91º75%86.27%-
XYZ33.4521.996.1-
YUV121.9490.23197.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.11%
GREEN value IS 85 (33.59% from 255) = 23.61%
BLUE value IS 55 (21.88% from 255) = 15.28%
R=61.11%
G=23.61%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220855500.610.750.1410.9170.2153.92
HexDC553703D4BEb4636
Octal33412567075113161310666
Binary11011100101010111011101111011001011111010111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5537; }

 p { color: rgb(220,85,55); }

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

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

 a { background-color: rgb(220,85,55); }

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

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

 span { border-color: rgb(220,85,55); }

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