Html Css Color HEX #DC5629 Chilean Fire

📋 copy color: '#DC5629'

red 220 ◦ green 86 ◦ blue 41

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

Shades of Chilean Fire #DC5629

Tints of Chilean Fire #DC5629

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 63.4%
G = 24.78%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC5629 (or 0xDC5629) is known color: Chilean Fire. HEX triplet: DC, 56 and 29. RGB value is (220,86,41). Sum of RGB (Red+Green+Blue) = 220+86+41=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5629 is #23A9D6. Grayscale: #797979. Windows color (decimal): -2337239 or 2709212. OLE color: 2709212.

HSL color Cylindrical-coordinate representation of color #DC5629: hue angle of 15.08º 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 #DC5629 is Cyan = 0, Magento = 0.61, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 41 -
CMYK 0 0.61 0.81 0.14
HSL 15.08º 0.72% 0.51% -
HSV(B) 15.08º 0.81% 0.86% -
XYZ 33.24 22.03 4.6 -
YUV 120.94 82.89 198.66 -
System Red Green Blue C M Y K H S L
Decimal 220 86 41 0 0.61 0.81 0.14 15.08 0.72 0.51
Hex DC 56 29 0 3D 51 E F 48 33
Octal 334 126 51 0 75 121 16 17 110 63
Binary 11011100 1010110 101001 0 111101 1010001 1110 1111 1001000 110011

Color Harmonies of #DC5629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5629

Black with #DC5629

Text Example


Text Example

White with #DC5629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5629; }

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

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

background-color css

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

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

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

border-color css

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

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

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