Html Css Color HEX #DA5020 Chilean Fire

📋 copy color: '#DA5020'

red 218 ◦ green 80 ◦ blue 32

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

Shades of Chilean Fire #DA5020

Tints of Chilean Fire #DA5020

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.24%

 BLUE value IS 32 (12.89% from 255) = 9.7%

R = 66.06%
G = 24.24%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5020 (or 0xDA5020) is known color: Chilean Fire. HEX triplet: DA, 50 and 20. RGB value is (218,80,32). Sum of RGB (Red+Green+Blue) = 218+80+32=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 32 (12.89% from 255 or 9.70% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5020 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5020 is #25AFDF. Grayscale: #747474. Windows color (decimal): -2469856 or 2117850. OLE color: 2117850.

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

Color convert

RGB 218 80 32 -
CMYK 0 0.63 0.85 0.15
HSL 15.48º 0.74% 0.49% -
HSV(B) 15.48º 0.85% 0.85% -
XYZ 32.04 20.75 3.68 -
YUV 115.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 218 80 32 0 0.63 0.85 0.15 15.48 0.74 0.49
Hex DA 50 20 0 3F 55 F F 4A 31
Octal 332 120 40 0 77 125 17 17 112 61
Binary 11011010 1010000 100000 0 111111 1010101 1111 1111 1001010 110001

Color Harmonies of #DA5020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5020

Black with #DA5020

Text Example


Text Example

White with #DA5020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5020; }

 p { color: rgb(218,80,32); }

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

background-color css

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

 a { background-color: rgb(218,80,32); }

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

border-color css

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

 span { border-color: rgb(218,80,32); }

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