Html Css Color HEX #DC5E3D Chilean Fire

📋 copy color: '#DC5E3D'

red 220 ◦ green 94 ◦ blue 61

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

Shades of Chilean Fire #DC5E3D

Tints of Chilean Fire #DC5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

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

R = 58.67%
G = 25.07%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC5E3D (or 0xDC5E3D) is known color: Chilean Fire. HEX triplet: DC, 5E and 3D. RGB value is (220,94,61). Sum of RGB (Red+Green+Blue) = 220+94+61=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E3D is #23A1C2. Grayscale: #808080. Windows color (decimal): -2335171 or 4021980. OLE color: 4021980.

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

Color convert

RGB 220 94 61 -
CMYK 0 0.57 0.72 0.14
HSL 12.45º 0.69% 0.55% -
HSV(B) 12.45º 0.72% 0.86% -
XYZ 34.36 23.56 7.15 -
YUV 127.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 220 94 61 0 0.57 0.72 0.14 12.45 0.69 0.55
Hex DC 5E 3D 0 39 48 E C 45 37
Octal 334 136 75 0 71 110 16 14 105 67
Binary 11011100 1011110 111101 0 111001 1001000 1110 1100 1000101 110111

Color Harmonies of #DC5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E3D

Black with #DC5E3D

Text Example


Text Example

White with #DC5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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