Html Css Color HEX #DB5429 Chilean Fire

📋 copy color: '#DB5429'

red 219 ◦ green 84 ◦ blue 41

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

Shades of Chilean Fire #DB5429

Tints of Chilean Fire #DB5429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.42%

 BLUE value IS 41 (16.41% from 255) = 11.92%

R = 63.66%
G = 24.42%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB5429 (or 0xDB5429) is known color: Chilean Fire. HEX triplet: DB, 54 and 29. RGB value is (219,84,41). Sum of RGB (Red+Green+Blue) = 219+84+41=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5429 is #24ABD6. Grayscale: #777777. Windows color (decimal): -2403287 or 2708699. OLE color: 2708699.

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

Color convert

RGB 219 84 41 -
CMYK 0 0.62 0.81 0.14
HSL 14.49º 0.71% 0.51% -
HSV(B) 14.49º 0.81% 0.86% -
XYZ 32.78 21.56 4.53 -
YUV 119.46 83.73 199 -
System Red Green Blue C M Y K H S L
Decimal 219 84 41 0 0.62 0.81 0.14 14.49 0.71 0.51
Hex DB 54 29 0 3E 51 E E 47 33
Octal 333 124 51 0 76 121 16 16 107 63
Binary 11011011 1010100 101001 0 111110 1010001 1110 1110 1000111 110011

Color Harmonies of #DB5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5429

Black with #DB5429

Text Example


Text Example

White with #DB5429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5429; }

 p { color: rgb(219,84,41); }

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

background-color css

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

 a { background-color: rgb(219,84,41); }

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

border-color css

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

 span { border-color: rgb(219,84,41); }

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