Html Css Color HEX #DA5339 Chilean Fire

📋 copy color: '#DA5339'

red 218 ◦ green 83 ◦ blue 57

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

Shades of Chilean Fire #DA5339

Tints of Chilean Fire #DA5339

RGB

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

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

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

R = 60.89%
G = 23.18%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA5339 (or 0xDA5339) is known color: Chilean Fire. HEX triplet: DA, 53 and 39. RGB value is (218,83,57). Sum of RGB (Red+Green+Blue) = 218+83+57=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5339 is #25ACC6. Grayscale: #787878. Windows color (decimal): -2469063 or 3757018. OLE color: 3757018.

HSL color Cylindrical-coordinate representation of color #DA5339: hue angle of 9.69º 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 #DA5339 is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 83 57 -
CMYK 0 0.62 0.74 0.15
HSL 9.69º 0.69% 0.54% -
HSV(B) 9.69º 0.74% 0.85% -
XYZ 32.75 21.39 6.27 -
YUV 120.4 92.23 197.61 -
System Red Green Blue C M Y K H S L
Decimal 218 83 57 0 0.62 0.74 0.15 9.69 0.69 0.54
Hex DA 53 39 0 3E 4A F A 45 36
Octal 332 123 71 0 76 112 17 12 105 66
Binary 11011010 1010011 111001 0 111110 1001010 1111 1010 1000101 110110

Color Harmonies of #DA5339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5339

Black with #DA5339

Text Example


Text Example

White with #DA5339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5339; }

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

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

background-color css

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

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

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

border-color css

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

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

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