Html Css Color HEX #DB5328 Chilean Fire

📋 copy color: '#DB5328'

red 219 ◦ green 83 ◦ blue 40

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

Shades of Chilean Fire #DB5328

Tints of Chilean Fire #DB5328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.7%

R = 64.04%
G = 24.27%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DB5328 (or 0xDB5328) is known color: Chilean Fire. HEX triplet: DB, 53 and 28. RGB value is (219,83,40). Sum of RGB (Red+Green+Blue) = 219+83+40=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5328 is #24ACD7. Grayscale: #777777. Windows color (decimal): -2403544 or 2642907. OLE color: 2642907.

HSL color Cylindrical-coordinate representation of color #DB5328: hue angle of 14.41º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB5328 is Cyan = 0, Magento = 0.62, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 83 40 -
CMYK 0 0.62 0.82 0.14
HSL 14.41º 0.71% 0.51% -
HSV(B) 14.41º 0.82% 0.86% -
XYZ 32.69 21.4 4.42 -
YUV 118.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 219 83 40 0 0.62 0.82 0.14 14.41 0.71 0.51
Hex DB 53 28 0 3E 52 E E 47 33
Octal 333 123 50 0 76 122 16 16 107 63
Binary 11011011 1010011 101000 0 111110 1010010 1110 1110 1000111 110011

Color Harmonies of #DB5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5328

Black with #DB5328

Text Example


Text Example

White with #DB5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5328; }

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

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

background-color css

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

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

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

border-color css

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

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

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