#DC5838

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

Shades of Chilean Fire #DC5838

Tints of Chilean Fire #DC5838

Color information

#DC5838 (or 0xDC5838) is unknown color: approx Chilean Fire. HEX triplet: DC, 58 and 38. RGB value is (220,88,56). Sum of RGB (Red+Green+Blue) = 220+88+56=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 56 (22.27% from 255 or 15.38% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5838 is #23A7C7. Grayscale: #7C7C7C. Windows color (decimal): -2336712 or 3692764. OLE color: 3692764.

HSL color Cylindrical-coordinate representation of color #DC5838: hue angle of 11.71º 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 #DC5838 is Cyan = 0, Magento = 0.6, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB2208856-
CMYK00.60.750.14
HSL11.71º70.09%54.12%-
HSV(B)11.71º74.55%86.27%-
XYZ33.7222.486.3-
YUV123.8289.73196.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 56 (22.27% from 255) = 15.38%
R=60.44%
G=24.18%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220885600.60.750.1411.7170.0954.12
HexDC583803C4BEc4636
Octal33413070074113161410666
Binary11011100101100011100001111001001011111011001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5838; }

 p { color: rgb(220,88,56); }

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

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

 a { background-color: rgb(220,88,56); }

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

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

 span { border-color: rgb(220,88,56); }

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