#DC5836

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

Shades of Chilean Fire #DC5836

Tints of Chilean Fire #DC5836

Color information

#DC5836 (or 0xDC5836) is unknown color: approx Chilean Fire. HEX triplet: DC, 58 and 36. RGB value is (220,88,54). Sum of RGB (Red+Green+Blue) = 220+88+54=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5836 is #23A7C9. Grayscale: #7B7B7B. Windows color (decimal): -2336714 or 3561692. OLE color: 3561692.

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

Color convert

RGB2208854-
CMYK00.60.750.14
HSL12.29º70.34%53.73%-
HSV(B)12.29º75.45%86.27%-
XYZ33.6722.466.05-
YUV123.5988.73196.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.77%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 54 (21.48% from 255) = 14.92%
R=60.77%
G=24.31%
B=14.92%

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
Decimal220885400.60.750.1412.2970.3453.73
HexDC583603C4BEc4636
Octal33413066074113161410666
Binary11011100101100011011001111001001011111011001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5836; }

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

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

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

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

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

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

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

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