Html Css Color HEX #DA5429 Chilean Fire

📋 copy color: '#DA5429'

red 218 ◦ green 84 ◦ blue 41

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

Shades of Chilean Fire #DA5429

Tints of Chilean Fire #DA5429

RGB

 RED value IS 218 (85.55% from 255) = 63.56%

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

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

R = 63.56%
G = 24.49%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA5429 (or 0xDA5429) is known color: Chilean Fire. HEX triplet: DA, 54 and 29. RGB value is (218,84,41). Sum of RGB (Red+Green+Blue) = 218+84+41=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5429 is #25ABD6. Grayscale: #777777. Windows color (decimal): -2468823 or 2708698. OLE color: 2708698.

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

Color convert

RGB 218 84 41 -
CMYK 0 0.61 0.81 0.15
HSL 14.58º 0.71% 0.51% -
HSV(B) 14.58º 0.81% 0.85% -
XYZ 32.48 21.41 4.52 -
YUV 119.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 218 84 41 0 0.61 0.81 0.15 14.58 0.71 0.51
Hex DA 54 29 0 3D 51 F F 47 33
Octal 332 124 51 0 75 121 17 17 107 63
Binary 11011010 1010100 101001 0 111101 1010001 1111 1111 1000111 110011

Color Harmonies of #DA5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5429

Black with #DA5429

Text Example


Text Example

White with #DA5429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5429; }

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

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

background-color css

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

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

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

border-color css

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

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

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