Html Css Color HEX #DC5D3D Chilean Fire

📋 copy color: '#DC5D3D'

red 220 ◦ green 93 ◦ blue 61

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

Shades of Chilean Fire #DC5D3D

Tints of Chilean Fire #DC5D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.31%

R = 58.82%
G = 24.87%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC5D3D (or 0xDC5D3D) is known color: Chilean Fire. HEX triplet: DC, 5D and 3D. RGB value is (220,93,61). Sum of RGB (Red+Green+Blue) = 220+93+61=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D3D is #23A2C2. Grayscale: #7F7F7F. Windows color (decimal): -2335427 or 4021724. OLE color: 4021724.

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

Color convert

RGB 220 93 61 -
CMYK 0 0.58 0.72 0.14
HSL 12.08º 0.69% 0.55% -
HSV(B) 12.08º 0.72% 0.86% -
XYZ 34.27 23.38 7.12 -
YUV 127.33 90.58 194.1 -
System Red Green Blue C M Y K H S L
Decimal 220 93 61 0 0.58 0.72 0.14 12.08 0.69 0.55
Hex DC 5D 3D 0 3A 48 E C 45 37
Octal 334 135 75 0 72 110 16 14 105 67
Binary 11011100 1011101 111101 0 111010 1001000 1110 1100 1000101 110111

Color Harmonies of #DC5D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D3D

Black with #DC5D3D

Text Example


Text Example

White with #DC5D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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