Html Css Color HEX #DB5639 Chilean Fire

📋 copy color: '#DB5639'

red 219 ◦ green 86 ◦ blue 57

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

Shades of Chilean Fire #DB5639

Tints of Chilean Fire #DB5639

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.76%

 BLUE value IS 57 (22.66% from 255) = 15.75%

R = 60.5%
G = 23.76%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB5639 (or 0xDB5639) is known color: Chilean Fire. HEX triplet: DB, 56 and 39. RGB value is (219,86,57). Sum of RGB (Red+Green+Blue) = 219+86+57=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5639 is #24A9C6. Grayscale: #7A7A7A. Windows color (decimal): -2402759 or 3757787. OLE color: 3757787.

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

Color convert

RGB 219 86 57 -
CMYK 0 0.61 0.74 0.14
HSL 10.74º 0.69% 0.54% -
HSV(B) 10.74º 0.74% 0.86% -
XYZ 33.28 22.01 6.37 -
YUV 122.46 91.06 196.86 -
System Red Green Blue C M Y K H S L
Decimal 219 86 57 0 0.61 0.74 0.14 10.74 0.69 0.54
Hex DB 56 39 0 3D 4A E B 45 36
Octal 333 126 71 0 75 112 16 13 105 66
Binary 11011011 1010110 111001 0 111101 1001010 1110 1011 1000101 110110

Color Harmonies of #DB5639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5639

Black with #DB5639

Text Example


Text Example

White with #DB5639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5639; }

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

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

background-color css

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

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

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

border-color css

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

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

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