Html Css Color HEX #DB5020 Chilean Fire

📋 copy color: '#DB5020'

red 219 ◦ green 80 ◦ blue 32

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

Shades of Chilean Fire #DB5020

Tints of Chilean Fire #DB5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.17%

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

R = 66.16%
G = 24.17%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5020 (or 0xDB5020) is known color: Chilean Fire. HEX triplet: DB, 50 and 20. RGB value is (219,80,32). Sum of RGB (Red+Green+Blue) = 219+80+32=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5020 is #24AFDF. Grayscale: #747474. Windows color (decimal): -2404320 or 2117851. OLE color: 2117851.

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

Color convert

RGB 219 80 32 -
CMYK 0 0.63 0.85 0.14
HSL 15.4º 0.75% 0.49% -
HSV(B) 15.4º 0.85% 0.86% -
XYZ 32.34 20.9 3.7 -
YUV 116.09 80.55 201.4 -
System Red Green Blue C M Y K H S L
Decimal 219 80 32 0 0.63 0.85 0.14 15.4 0.75 0.49
Hex DB 50 20 0 3F 55 E F 4B 31
Octal 333 120 40 0 77 125 16 17 113 61
Binary 11011011 1010000 100000 0 111111 1010101 1110 1111 1001011 110001

Color Harmonies of #DB5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5020

Black with #DB5020

Text Example


Text Example

White with #DB5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5020; }

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

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

background-color css

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

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

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

border-color css

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

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

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