Html Css Color HEX #DB5320 Chilean Fire

📋 copy color: '#DB5320'

red 219 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #DB5320

Tints of Chilean Fire #DB5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 65.57%
G = 24.85%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DB5320 (or 0xDB5320) is known color: Chilean Fire. HEX triplet: DB, 53 and 20. RGB value is (219,83,32). Sum of RGB (Red+Green+Blue) = 219+83+32=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5320 is #24ACDF. Grayscale: #767676. Windows color (decimal): -2403552 or 2118619. OLE color: 2118619.

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

Color convert

RGB 219 83 32 -
CMYK 0 0.62 0.85 0.14
HSL 16.36º 0.75% 0.49% -
HSV(B) 16.36º 0.85% 0.86% -
XYZ 32.57 21.35 3.77 -
YUV 117.85 79.56 200.15 -
System Red Green Blue C M Y K H S L
Decimal 219 83 32 0 0.62 0.85 0.14 16.36 0.75 0.49
Hex DB 53 20 0 3E 55 E 10 4B 31
Octal 333 123 40 0 76 125 16 20 113 61
Binary 11011011 1010011 100000 0 111110 1010101 1110 10000 1001011 110001

Color Harmonies of #DB5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5320

Black with #DB5320

Text Example


Text Example

White with #DB5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5320; }

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

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

background-color css

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

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

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

border-color css

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

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

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