Html Css Color HEX #DC5431 Chilean Fire

📋 copy color: '#DC5431'

red 220 ◦ green 84 ◦ blue 49

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

Shades of Chilean Fire #DC5431

Tints of Chilean Fire #DC5431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 62.32%
G = 23.8%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5431 (or 0xDC5431) is known color: Chilean Fire. HEX triplet: DC, 54 and 31. RGB value is (220,84,49). Sum of RGB (Red+Green+Blue) = 220+84+49=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5431 is #23ABCE. Grayscale: #787878. Windows color (decimal): -2337743 or 3232988. OLE color: 3232988.

HSL color Cylindrical-coordinate representation of color #DC5431: hue angle of 12.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC5431 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 84 49 -
CMYK 0 0.62 0.78 0.14
HSL 12.28º 0.71% 0.53% -
HSV(B) 12.28º 0.78% 0.86% -
XYZ 33.24 21.78 5.36 -
YUV 120.67 87.56 198.85 -
System Red Green Blue C M Y K H S L
Decimal 220 84 49 0 0.62 0.78 0.14 12.28 0.71 0.53
Hex DC 54 31 0 3E 4E E C 47 35
Octal 334 124 61 0 76 116 16 14 107 65
Binary 11011100 1010100 110001 0 111110 1001110 1110 1100 1000111 110101

Color Harmonies of #DC5431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5431

Black with #DC5431

Text Example


Text Example

White with #DC5431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5431; }

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

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

background-color css

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

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

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

border-color css

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

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

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