#DB5C39

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

Shades of Chilean Fire #DB5C39

Tints of Chilean Fire #DB5C39

Color information

#DB5C39 (or 0xDB5C39) is unknown color: approx Chilean Fire. HEX triplet: DB, 5C and 39. RGB value is (219,92,57). Sum of RGB (Red+Green+Blue) = 219+92+57=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5C39 is #24A3C6. Grayscale: #7E7E7E. Windows color (decimal): -2401223 or 3759323. OLE color: 3759323.

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

Color convert

RGB2199257-
CMYK00.580.740.14
HSL12.96º69.23%54.12%-
HSV(B)12.96º73.97%85.88%-
XYZ33.7823.016.53-
YUV125.9889.08194.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 59.51%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 15.49%
R=59.51%
G=25%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219925700.580.740.1412.9669.2354.12
HexDB5C3903A4AEd4536
Octal33313471072112161510566
Binary11011011101110011100101110101001010111011011000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5C39; }

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

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

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

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

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

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

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

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