Html Css Color HEX #DC5D3B Chilean Fire

📋 copy color: '#DC5D3B'

red 220 ◦ green 93 ◦ blue 59

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

Shades of Chilean Fire #DC5D3B

Tints of Chilean Fire #DC5D3B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

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

R = 59.14%
G = 25%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC5D3B (or 0xDC5D3B) is known color: Chilean Fire. HEX triplet: DC, 5D and 3B. RGB value is (220,93,59). Sum of RGB (Red+Green+Blue) = 220+93+59=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D3B is #23A2C4. Grayscale: #7F7F7F. Windows color (decimal): -2335429 or 3890652. OLE color: 3890652.

HSL color Cylindrical-coordinate representation of color #DC5D3B: hue angle of 12.67º 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 #DC5D3B is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 59 -
CMYK 0 0.58 0.73 0.14
HSL 12.67º 0.7% 0.55% -
HSV(B) 12.67º 0.73% 0.86% -
XYZ 34.22 23.36 6.84 -
YUV 127.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 220 93 59 0 0.58 0.73 0.14 12.67 0.7 0.55
Hex DC 5D 3B 0 3A 49 E D 46 37
Octal 334 135 73 0 72 111 16 15 106 67
Binary 11011100 1011101 111011 0 111010 1001001 1110 1101 1000110 110111

Color Harmonies of #DC5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D3B

Black with #DC5D3B

Text Example


Text Example

White with #DC5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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