Html Css Color HEX #DB5520 Chilean Fire

📋 copy color: '#DB5520'

red 219 ◦ green 85 ◦ blue 32

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

Shades of Chilean Fire #DB5520

Tints of Chilean Fire #DB5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.3%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 65.18%
G = 25.3%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5520 (or 0xDB5520) is known color: Chilean Fire. HEX triplet: DB, 55 and 20. RGB value is (219,85,32). Sum of RGB (Red+Green+Blue) = 219+85+32=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5520 is #24AADF. Grayscale: #777777. Windows color (decimal): -2403040 or 2119131. OLE color: 2119131.

HSL color Cylindrical-coordinate representation of color #DB5520: hue angle of 17.01º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB5520 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 85 32 -
CMYK 0 0.61 0.85 0.14
HSL 17.01º 0.75% 0.49% -
HSV(B) 17.01º 0.85% 0.86% -
XYZ 32.72 21.66 3.82 -
YUV 119.02 78.89 199.31 -
System Red Green Blue C M Y K H S L
Decimal 219 85 32 0 0.61 0.85 0.14 17.01 0.75 0.49
Hex DB 55 20 0 3D 55 E 11 4B 31
Octal 333 125 40 0 75 125 16 21 113 61
Binary 11011011 1010101 100000 0 111101 1010101 1110 10001 1001011 110001

Color Harmonies of #DB5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5520

Black with #DB5520

Text Example


Text Example

White with #DB5520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5520; }

 p { color: rgb(219,85,32); }

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

background-color css

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

 a { background-color: rgb(219,85,32); }

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

border-color css

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

 span { border-color: rgb(219,85,32); }

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