Html Css Color HEX #DC5E31 Chilean Fire

📋 copy color: '#DC5E31'

red 220 ◦ green 94 ◦ blue 49

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

Shades of Chilean Fire #DC5E31

Tints of Chilean Fire #DC5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.9%

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

R = 60.61%
G = 25.9%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC5E31 (or 0xDC5E31) is known color: Chilean Fire. HEX triplet: DC, 5E and 31. RGB value is (220,94,49). Sum of RGB (Red+Green+Blue) = 220+94+49=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E31 is #23A1CE. Grayscale: #7E7E7E. Windows color (decimal): -2335183 or 3235548. OLE color: 3235548.

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

Color convert

RGB 220 94 49 -
CMYK 0 0.57 0.78 0.14
HSL 15.79º 0.71% 0.53% -
HSV(B) 15.79º 0.78% 0.86% -
XYZ 34.07 23.44 5.63 -
YUV 126.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 220 94 49 0 0.57 0.78 0.14 15.79 0.71 0.53
Hex DC 5E 31 0 39 4E E 10 47 35
Octal 334 136 61 0 71 116 16 20 107 65
Binary 11011100 1011110 110001 0 111001 1001110 1110 10000 1000111 110101

Color Harmonies of #DC5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E31

Black with #DC5E31

Text Example


Text Example

White with #DC5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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