#DC5A34

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

Shades of Chilean Fire #DC5A34

Tints of Chilean Fire #DC5A34

Color information

#DC5A34 (or 0xDC5A34) is unknown color: approx Chilean Fire. HEX triplet: DC, 5A and 34. RGB value is (220,90,52). Sum of RGB (Red+Green+Blue) = 220+90+52=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A34 is #23A5CB. Grayscale: #7C7C7C. Windows color (decimal): -2336204 or 3431132. OLE color: 3431132.

HSL color Cylindrical-coordinate representation of color #DC5A34: hue angle of 13.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC5A34 is Cyan = 0, Magento = 0.59, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB2209052-
CMYK00.590.760.14
HSL13.57º70.59%53.33%-
HSV(B)13.57º76.36%86.27%-
XYZ33.7922.785.86-
YUV124.5487.07196.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.77%
GREEN value IS 90 (35.55% from 255) = 24.86%
BLUE value IS 52 (20.70% from 255) = 14.36%
R=60.77%
G=24.86%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220905200.590.760.1413.5770.5953.33
HexDC5A3403B4CEe4735
Octal33413264073114161610765
Binary11011100101101011010001110111001100111011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5A34; }

 p { color: rgb(220,90,52); }

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

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

 a { background-color: rgb(220,90,52); }

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

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

 span { border-color: rgb(220,90,52); }

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