#DB5C3C

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

Shades of Chilean Fire #DB5C3C

Tints of Chilean Fire #DB5C3C

Color information

#DB5C3C (or 0xDB5C3C) is unknown color: approx Chilean Fire. HEX triplet: DB, 5C and 3C. RGB value is (219,92,60). Sum of RGB (Red+Green+Blue) = 219+92+60=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C3C is #24A3C3. Grayscale: #7E7E7E. Windows color (decimal): -2401220 or 3955931. OLE color: 3955931.

HSL color Cylindrical-coordinate representation of color #DB5C3C: hue angle of 12.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB5C3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB2199260-
CMYK00.580.730.14
HSL12.08º68.83%54.71%-
HSV(B)12.08º72.6%85.88%-
XYZ33.8623.046.94-
YUV126.3290.58194.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.03%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=59.03%
G=24.80%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219926000.580.730.1412.0868.8354.71
HexDB5C3C03A49Ec4537
Octal33313474072111161410567
Binary11011011101110011110001110101001001111011001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5C3C; }

 p { color: rgb(219,92,60); }

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

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

 a { background-color: rgb(219,92,60); }

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

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

 span { border-color: rgb(219,92,60); }

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