Html Css Color HEX #DC5E3B Chilean Fire

📋 copy color: '#DC5E3B'

red 220 ◦ green 94 ◦ blue 59

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

Shades of Chilean Fire #DC5E3B

Tints of Chilean Fire #DC5E3B

RGB

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

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

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

R = 58.98%
G = 25.2%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC5E3B (or 0xDC5E3B) is known color: Chilean Fire. HEX triplet: DC, 5E and 3B. RGB value is (220,94,59). Sum of RGB (Red+Green+Blue) = 220+94+59=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 59 (23.44% from 255 or 15.82% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5E3B is #23A1C4. Grayscale: #7F7F7F. Windows color (decimal): -2335173 or 3890908. OLE color: 3890908.

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

Color convert

RGB 220 94 59 -
CMYK 0 0.57 0.73 0.14
HSL 13.04º 0.7% 0.55% -
HSV(B) 13.04º 0.73% 0.86% -
XYZ 34.31 23.54 6.87 -
YUV 127.68 89.24 193.85 -
System Red Green Blue C M Y K H S L
Decimal 220 94 59 0 0.57 0.73 0.14 13.04 0.7 0.55
Hex DC 5E 3B 0 39 49 E D 46 37
Octal 334 136 73 0 71 111 16 15 106 67
Binary 11011100 1011110 111011 0 111001 1001001 1110 1101 1000110 110111

Color Harmonies of #DC5E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E3B

Black with #DC5E3B

Text Example


Text Example

White with #DC5E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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