Html Css Color HEX #DC563B Chilean Fire

📋 copy color: '#DC563B'

red 220 ◦ green 86 ◦ blue 59

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

Shades of Chilean Fire #DC563B

Tints of Chilean Fire #DC563B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 60.27%
G = 23.56%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC563B (or 0xDC563B) is known color: Chilean Fire. HEX triplet: DC, 56 and 3B. RGB value is (220,86,59). Sum of RGB (Red+Green+Blue) = 220+86+59=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC563B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC563B is #23A9C4. Grayscale: #7B7B7B. Windows color (decimal): -2337221 or 3888860. OLE color: 3888860.

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

Color convert

RGB 220 86 59 -
CMYK 0 0.61 0.73 0.14
HSL 10.06º 0.7% 0.55% -
HSV(B) 10.06º 0.73% 0.86% -
XYZ 33.63 22.19 6.65 -
YUV 122.99 91.89 197.2 -
System Red Green Blue C M Y K H S L
Decimal 220 86 59 0 0.61 0.73 0.14 10.06 0.7 0.55
Hex DC 56 3B 0 3D 49 E A 46 37
Octal 334 126 73 0 75 111 16 12 106 67
Binary 11011100 1010110 111011 0 111101 1001001 1110 1010 1000110 110111

Color Harmonies of #DC563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC563B

Black with #DC563B

Text Example


Text Example

White with #DC563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC563B; }

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

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

background-color css

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

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

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

border-color css

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

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

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