#DB5E3E

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

Shades of Chilean Fire #DB5E3E

Tints of Chilean Fire #DB5E3E

Color information

#DB5E3E (or 0xDB5E3E) is unknown color: approx Chilean Fire. HEX triplet: DB, 5E and 3E. RGB value is (219,94,62). Sum of RGB (Red+Green+Blue) = 219+94+62=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E3E is #24A1C1. Grayscale: #7F7F7F. Windows color (decimal): -2400706 or 4087515. OLE color: 4087515.

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

Color convert

RGB2199462-
CMYK00.570.720.14
HSL12.23º68.56%55.1%-
HSV(B)12.23º71.69%85.88%-
XYZ34.0923.417.28-
YUV127.7390.91193.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 58.4%
GREEN value IS 94 (37.11% from 255) = 25.07%
BLUE value IS 62 (24.61% from 255) = 16.53%
R=58.4%
G=25.07%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219946200.570.720.1412.2368.5655.1
HexDB5E3E03948Ec4537
Octal33313676071110161410567
Binary11011011101111011111001110011001000111011001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5E3E; }

 p { color: rgb(219,94,62); }

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

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

 a { background-color: rgb(219,94,62); }

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

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

 span { border-color: rgb(219,94,62); }

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