Html Css Color HEX #DA5428 Chilean Fire

📋 copy color: '#DA5428'

red 218 ◦ green 84 ◦ blue 40

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

Shades of Chilean Fire #DA5428

Tints of Chilean Fire #DA5428

RGB

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

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

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

R = 63.74%
G = 24.56%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA5428 (or 0xDA5428) is known color: Chilean Fire. HEX triplet: DA, 54 and 28. RGB value is (218,84,40). Sum of RGB (Red+Green+Blue) = 218+84+40=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5428 is #25ABD7. Grayscale: #777777. Windows color (decimal): -2468824 or 2643162. OLE color: 2643162.

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

Color convert

RGB 218 84 40 -
CMYK 0 0.61 0.82 0.15
HSL 14.83º 0.71% 0.51% -
HSV(B) 14.83º 0.82% 0.85% -
XYZ 32.47 21.4 4.43 -
YUV 119.05 83.39 198.58 -
System Red Green Blue C M Y K H S L
Decimal 218 84 40 0 0.61 0.82 0.15 14.83 0.71 0.51
Hex DA 54 28 0 3D 52 F F 47 33
Octal 332 124 50 0 75 122 17 17 107 63
Binary 11011010 1010100 101000 0 111101 1010010 1111 1111 1000111 110011

Color Harmonies of #DA5428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5428

Black with #DA5428

Text Example


Text Example

White with #DA5428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5428; }

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

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

background-color css

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

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

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

border-color css

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

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

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