#DC5B34

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

Shades of Chilean Fire #DC5B34

Tints of Chilean Fire #DC5B34

Color information

#DC5B34 (or 0xDC5B34) is unknown color: approx Chilean Fire. HEX triplet: DC, 5B and 34. RGB value is (220,91,52). Sum of RGB (Red+Green+Blue) = 220+91+52=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B34 is #23A4CB. Grayscale: #7D7D7D. Windows color (decimal): -2335948 or 3431388. OLE color: 3431388.

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

Color convert

RGB2209152-
CMYK00.590.760.14
HSL13.93º70.59%53.33%-
HSV(B)13.93º76.36%86.27%-
XYZ33.8822.955.89-
YUV125.1286.74195.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.61%
GREEN value IS 91 (35.94% from 255) = 25.07%
BLUE value IS 52 (20.70% from 255) = 14.33%
R=60.61%
G=25.07%
B=14.33%

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
Decimal220915200.590.760.1413.9370.5953.33
HexDC5B3403B4CEe4735
Octal33413364073114161610765
Binary11011100101101111010001110111001100111011101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5B34; }

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

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

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

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

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

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

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

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