Html Css Color HEX #DC5929 Chilean Fire

📋 copy color: '#DC5929'

red 220 ◦ green 89 ◦ blue 41

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

Shades of Chilean Fire #DC5929

Tints of Chilean Fire #DC5929

RGB

 RED value IS 220 (86.33% from 255) = 62.86%

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 41 (16.41% from 255) = 11.71%

R = 62.86%
G = 25.43%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC5929 (or 0xDC5929) is known color: Chilean Fire. HEX triplet: DC, 59 and 29. RGB value is (220,89,41). Sum of RGB (Red+Green+Blue) = 220+89+41=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 41 (16.41% from 255 or 11.71% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5929 is #23A6D6. Grayscale: #7B7B7B. Windows color (decimal): -2336471 or 2709980. OLE color: 2709980.

HSL color Cylindrical-coordinate representation of color #DC5929: hue angle of 16.09º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC5929 is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 89 41 -
CMYK 0 0.60 0.81 0.14
HSL 16.09º 0.72% 0.51% -
HSV(B) 16.09º 0.81% 0.86% -
XYZ 33.49 22.52 4.68 -
YUV 122.7 81.9 197.4 -
System Red Green Blue C M Y K H S L
Decimal 220 89 41 0 0.60 0.81 0.14 16.09 0.72 0.51
Hex DC 59 29 0 3C 51 E 10 48 33
Octal 334 131 51 0 74 121 16 20 110 63
Binary 11011100 1011001 101001 0 111100 1010001 1110 10000 1001000 110011

Color Harmonies of #DC5929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5929

Black with #DC5929

Text Example


Text Example

White with #DC5929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5929; }

 p { color: rgb(220,89,41); }

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

background-color css

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

 a { background-color: rgb(220,89,41); }

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

border-color css

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

 span { border-color: rgb(220,89,41); }

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