Html Css Color HEX #DA5539 Chilean Fire

📋 copy color: '#DA5539'

red 218 ◦ green 85 ◦ blue 57

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

Shades of Chilean Fire #DA5539

Tints of Chilean Fire #DA5539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

 BLUE value IS 57 (22.66% from 255) = 15.83%

R = 60.56%
G = 23.61%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA5539 (or 0xDA5539) is known color: Chilean Fire. HEX triplet: DA, 55 and 39. RGB value is (218,85,57). Sum of RGB (Red+Green+Blue) = 218+85+57=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5539 is #25AAC6. Grayscale: #797979. Windows color (decimal): -2468551 or 3757530. OLE color: 3757530.

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

Color convert

RGB 218 85 57 -
CMYK 0 0.61 0.74 0.15
HSL 10.43º 0.69% 0.54% -
HSV(B) 10.43º 0.74% 0.85% -
XYZ 32.9 21.7 6.32 -
YUV 121.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 218 85 57 0 0.61 0.74 0.15 10.43 0.69 0.54
Hex DA 55 39 0 3D 4A F A 45 36
Octal 332 125 71 0 75 112 17 12 105 66
Binary 11011010 1010101 111001 0 111101 1001010 1111 1010 1000101 110110

Color Harmonies of #DA5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5539

Black with #DA5539

Text Example


Text Example

White with #DA5539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5539; }

 p { color: rgb(218,85,57); }

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

background-color css

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

 a { background-color: rgb(218,85,57); }

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

border-color css

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

 span { border-color: rgb(218,85,57); }

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