Html Css Color HEX #DC5A39 Chilean Fire

📋 copy color: '#DC5A39'

red 220 ◦ green 90 ◦ blue 57

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

Shades of Chilean Fire #DC5A39

Tints of Chilean Fire #DC5A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 57 (22.66% from 255) = 15.53%

R = 59.95%
G = 24.52%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5A39 (or 0xDC5A39) is known color: Chilean Fire. HEX triplet: DC, 5A and 39. RGB value is (220,90,57). Sum of RGB (Red+Green+Blue) = 220+90+57=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 57 (22.66% from 255 or 15.53% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A39 is #23A5C6. Grayscale: #7D7D7D. Windows color (decimal): -2336199 or 3758812. OLE color: 3758812.

HSL color Cylindrical-coordinate representation of color #DC5A39: hue angle of 12.15º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC5A39 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 57 -
CMYK 0 0.59 0.74 0.14
HSL 12.15º 0.7% 0.54% -
HSV(B) 12.15º 0.74% 0.86% -
XYZ 33.91 22.82 6.49 -
YUV 125.11 89.57 195.68 -
System Red Green Blue C M Y K H S L
Decimal 220 90 57 0 0.59 0.74 0.14 12.15 0.7 0.54
Hex DC 5A 39 0 3B 4A E C 46 36
Octal 334 132 71 0 73 112 16 14 106 66
Binary 11011100 1011010 111001 0 111011 1001010 1110 1100 1000110 110110

Color Harmonies of #DC5A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A39

Black with #DC5A39

Text Example


Text Example

White with #DC5A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A39; }

 p { color: rgb(220,90,57); }

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

background-color css

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

 a { background-color: rgb(220,90,57); }

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

border-color css

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

 span { border-color: rgb(220,90,57); }

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