Html Css Color HEX #DC5429 Chilean Fire

📋 copy color: '#DC5429'

red 220 ◦ green 84 ◦ blue 41

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

Shades of Chilean Fire #DC5429

Tints of Chilean Fire #DC5429

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.35%

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

R = 63.77%
G = 24.35%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC5429 (or 0xDC5429) is known color: Chilean Fire. HEX triplet: DC, 54 and 29. RGB value is (220,84,41). Sum of RGB (Red+Green+Blue) = 220+84+41=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5429 is #23ABD6. Grayscale: #787878. Windows color (decimal): -2337751 or 2708700. OLE color: 2708700.

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

Color convert

RGB 220 84 41 -
CMYK 0 0.62 0.81 0.14
HSL 14.41º 0.72% 0.51% -
HSV(B) 14.41º 0.81% 0.86% -
XYZ 33.09 21.72 4.55 -
YUV 119.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 220 84 41 0 0.62 0.81 0.14 14.41 0.72 0.51
Hex DC 54 29 0 3E 51 E E 48 33
Octal 334 124 51 0 76 121 16 16 110 63
Binary 11011100 1010100 101001 0 111110 1010001 1110 1110 1001000 110011

Color Harmonies of #DC5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5429

Black with #DC5429

Text Example


Text Example

White with #DC5429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5429; }

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

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

background-color css

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

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

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

border-color css

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

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

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