Html Css Color HEX #DB5E31 Chilean Fire

📋 copy color: '#DB5E31'

red 219 ◦ green 94 ◦ blue 49

#DB5E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #DB5E31

Tints of Chilean Fire #DB5E31

RGB

 RED value IS 219 (85.94% from 255) = 60.5%

 GREEN value IS 94 (37.11% from 255) = 25.97%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 60.5%
G = 25.97%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DB5E31 (or 0xDB5E31) is known color: Chilean Fire. HEX triplet: DB, 5E and 31. RGB value is (219,94,49). Sum of RGB (Red+Green+Blue) = 219+94+49=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5E31 is #24A1CE. Grayscale: #7E7E7E. Windows color (decimal): -2400719 or 3235547. OLE color: 3235547.

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

Color convert

RGB 219 94 49 -
CMYK 0 0.57 0.78 0.14
HSL 15.88º 0.7% 0.53% -
HSV(B) 15.88º 0.78% 0.86% -
XYZ 33.77 23.29 5.62 -
YUV 126.25 84.41 194.16 -
System Red Green Blue C M Y K H S L
Decimal 219 94 49 0 0.57 0.78 0.14 15.88 0.7 0.53
Hex DB 5E 31 0 39 4E E 10 46 35
Octal 333 136 61 0 71 116 16 20 106 65
Binary 11011011 1011110 110001 0 111001 1001110 1110 10000 1000110 110101

Color Harmonies of #DB5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5E31

Black with #DB5E31

Text Example


Text Example

White with #DB5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5E31; }

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

 H1.HeaderClassName
 {
   color: #DB5E31;
 }
 .AnyTagClassName
 {
   color: #DB5E31;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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