Html Css Color HEX #DC5D3A Chilean Fire

📋 copy color: '#DC5D3A'

red 220 ◦ green 93 ◦ blue 58

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

Shades of Chilean Fire #DC5D3A

Tints of Chilean Fire #DC5D3A

RGB

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

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

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

R = 59.3%
G = 25.07%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC5D3A (or 0xDC5D3A) is known color: Chilean Fire. HEX triplet: DC, 5D and 3A. RGB value is (220,93,58). Sum of RGB (Red+Green+Blue) = 220+93+58=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D3A is #23A2C5. Grayscale: #7F7F7F. Windows color (decimal): -2335430 or 3825116. OLE color: 3825116.

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

Color convert

RGB 220 93 58 -
CMYK 0 0.58 0.74 0.14
HSL 12.96º 0.7% 0.55% -
HSV(B) 12.96º 0.74% 0.86% -
XYZ 34.19 23.35 6.71 -
YUV 126.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 220 93 58 0 0.58 0.74 0.14 12.96 0.7 0.55
Hex DC 5D 3A 0 3A 4A E D 46 37
Octal 334 135 72 0 72 112 16 15 106 67
Binary 11011100 1011101 111010 0 111010 1001010 1110 1101 1000110 110111

Color Harmonies of #DC5D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D3A

Black with #DC5D3A

Text Example


Text Example

White with #DC5D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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