Html Css Color HEX #DC5B2D Chilean Fire

📋 copy color: '#DC5B2D'

red 220 ◦ green 91 ◦ blue 45

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

Shades of Chilean Fire #DC5B2D

Tints of Chilean Fire #DC5B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

 BLUE value IS 45 (17.97% from 255) = 12.64%

R = 61.8%
G = 25.56%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC5B2D (or 0xDC5B2D) is known color: Chilean Fire. HEX triplet: DC, 5B and 2D. RGB value is (220,91,45). Sum of RGB (Red+Green+Blue) = 220+91+45=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B2D is #23A4D2. Grayscale: #7C7C7C. Windows color (decimal): -2335955 or 2972636. OLE color: 2972636.

HSL color Cylindrical-coordinate representation of color #DC5B2D: hue angle of 15.77º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC5B2D is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 91 45 -
CMYK 0 0.59 0.80 0.14
HSL 15.77º 0.71% 0.52% -
HSV(B) 15.77º 0.8% 0.86% -
XYZ 33.73 22.89 5.12 -
YUV 124.33 83.24 196.24 -
System Red Green Blue C M Y K H S L
Decimal 220 91 45 0 0.59 0.80 0.14 15.77 0.71 0.52
Hex DC 5B 2D 0 3B 50 E 10 47 34
Octal 334 133 55 0 73 120 16 20 107 64
Binary 11011100 1011011 101101 0 111011 1010000 1110 10000 1000111 110100

Color Harmonies of #DC5B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B2D

Black with #DC5B2D

Text Example


Text Example

White with #DC5B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B2D; }

 p { color: rgb(220,91,45); }

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

background-color css

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

 a { background-color: rgb(220,91,45); }

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

border-color css

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

 span { border-color: rgb(220,91,45); }

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