Html Css Color HEX #DC563A Chilean Fire

📋 copy color: '#DC563A'

red 220 ◦ green 86 ◦ blue 58

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

Shades of Chilean Fire #DC563A

Tints of Chilean Fire #DC563A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.63%

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 60.44%
G = 23.63%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC563A (or 0xDC563A) is known color: Chilean Fire. HEX triplet: DC, 56 and 3A. RGB value is (220,86,58). Sum of RGB (Red+Green+Blue) = 220+86+58=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC563A is #23A9C5. Grayscale: #7B7B7B. Windows color (decimal): -2337222 or 3823324. OLE color: 3823324.

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

Color convert

RGB 220 86 58 -
CMYK 0 0.61 0.74 0.14
HSL 10.37º 0.7% 0.55% -
HSV(B) 10.37º 0.74% 0.86% -
XYZ 33.61 22.18 6.51 -
YUV 122.87 91.39 197.28 -
System Red Green Blue C M Y K H S L
Decimal 220 86 58 0 0.61 0.74 0.14 10.37 0.7 0.55
Hex DC 56 3A 0 3D 4A E A 46 37
Octal 334 126 72 0 75 112 16 12 106 67
Binary 11011100 1010110 111010 0 111101 1001010 1110 1010 1000110 110111

Color Harmonies of #DC563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC563A

Black with #DC563A

Text Example


Text Example

White with #DC563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC563A; }

 p { color: rgb(220,86,58); }

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

background-color css

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

 a { background-color: rgb(220,86,58); }

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

border-color css

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

 span { border-color: rgb(220,86,58); }

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