Html Css Color HEX #DA5220 Chilean Fire

📋 copy color: '#DA5220'

red 218 ◦ green 82 ◦ blue 32

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

Shades of Chilean Fire #DA5220

Tints of Chilean Fire #DA5220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.7%

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

R = 65.66%
G = 24.7%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5220 (or 0xDA5220) is known color: Chilean Fire. HEX triplet: DA, 52 and 20. RGB value is (218,82,32). Sum of RGB (Red+Green+Blue) = 218+82+32=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 82 (32.42% from 255 or 24.70% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5220 is #25ADDF. Grayscale: #757575. Windows color (decimal): -2469344 or 2118362. OLE color: 2118362.

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

Color convert

RGB 218 82 32 -
CMYK 0 0.62 0.85 0.15
HSL 16.13º 0.74% 0.49% -
HSV(B) 16.13º 0.85% 0.85% -
XYZ 32.19 21.04 3.73 -
YUV 116.96 80.06 200.07 -
System Red Green Blue C M Y K H S L
Decimal 218 82 32 0 0.62 0.85 0.15 16.13 0.74 0.49
Hex DA 52 20 0 3E 55 F 10 4A 31
Octal 332 122 40 0 76 125 17 20 112 61
Binary 11011010 1010010 100000 0 111110 1010101 1111 10000 1001010 110001

Color Harmonies of #DA5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5220

Black with #DA5220

Text Example


Text Example

White with #DA5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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