Html Css Color HEX #DC5635 Chilean Fire

📋 copy color: '#DC5635'

red 220 ◦ green 86 ◦ blue 53

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

Shades of Chilean Fire #DC5635

Tints of Chilean Fire #DC5635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.76%

R = 61.28%
G = 23.96%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC5635 (or 0xDC5635) is known color: Chilean Fire. HEX triplet: DC, 56 and 35. RGB value is (220,86,53). Sum of RGB (Red+Green+Blue) = 220+86+53=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 53 (21.09% from 255 or 14.76% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5635 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5635 is #23A9CA. Grayscale: #7A7A7A. Windows color (decimal): -2337227 or 3495644. OLE color: 3495644.

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

Color convert

RGB 220 86 53 -
CMYK 0 0.61 0.76 0.14
HSL 11.86º 0.7% 0.54% -
HSV(B) 11.86º 0.76% 0.86% -
XYZ 33.49 22.13 5.87 -
YUV 122.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 220 86 53 0 0.61 0.76 0.14 11.86 0.7 0.54
Hex DC 56 35 0 3D 4C E C 46 36
Octal 334 126 65 0 75 114 16 14 106 66
Binary 11011100 1010110 110101 0 111101 1001100 1110 1100 1000110 110110

Color Harmonies of #DC5635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5635

Black with #DC5635

Text Example


Text Example

White with #DC5635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5635; }

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

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

background-color css

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

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

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

border-color css

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

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

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