Html Css Color HEX #DC5320 Chilean Fire

📋 copy color: '#DC5320'

red 220 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #DC5320

Tints of Chilean Fire #DC5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 65.67%
G = 24.78%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5320 (or 0xDC5320) is known color: Chilean Fire. HEX triplet: DC, 53 and 20. RGB value is (220,83,32). Sum of RGB (Red+Green+Blue) = 220+83+32=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5320 is #23ACDF. Grayscale: #767676. Windows color (decimal): -2338016 or 2118620. OLE color: 2118620.

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

Color convert

RGB 220 83 32 -
CMYK 0 0.62 0.85 0.14
HSL 16.28º 0.75% 0.49% -
HSV(B) 16.28º 0.85% 0.86% -
XYZ 32.87 21.51 3.79 -
YUV 118.15 79.39 200.65 -
System Red Green Blue C M Y K H S L
Decimal 220 83 32 0 0.62 0.85 0.14 16.28 0.75 0.49
Hex DC 53 20 0 3E 55 E 10 4B 31
Octal 334 123 40 0 76 125 16 20 113 61
Binary 11011100 1010011 100000 0 111110 1010101 1110 10000 1001011 110001

Color Harmonies of #DC5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5320

Black with #DC5320

Text Example


Text Example

White with #DC5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5320; }

 p { color: rgb(220,83,32); }

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

background-color css

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

 a { background-color: rgb(220,83,32); }

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

border-color css

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

 span { border-color: rgb(220,83,32); }

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