Html Css Color HEX #DC5F38 Chilean Fire

📋 copy color: '#DC5F38'

red 220 ◦ green 95 ◦ blue 56

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

Shades of Chilean Fire #DC5F38

Tints of Chilean Fire #DC5F38

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

 BLUE value IS 56 (22.27% from 255) = 15.09%

R = 59.3%
G = 25.61%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC5F38 (or 0xDC5F38) is known color: Chilean Fire. HEX triplet: DC, 5F and 38. RGB value is (220,95,56). Sum of RGB (Red+Green+Blue) = 220+95+56=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5F38 is #23A0C7. Grayscale: #808080. Windows color (decimal): -2334920 or 3694556. OLE color: 3694556.

HSL color Cylindrical-coordinate representation of color #DC5F38: hue angle of 14.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC5F38 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 56 -
CMYK 0 0.57 0.75 0.14
HSL 14.27º 0.7% 0.54% -
HSV(B) 14.27º 0.75% 0.86% -
XYZ 34.32 23.69 6.5 -
YUV 127.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 220 95 56 0 0.57 0.75 0.14 14.27 0.7 0.54
Hex DC 5F 38 0 39 4B E E 46 36
Octal 334 137 70 0 71 113 16 16 106 66
Binary 11011100 1011111 111000 0 111001 1001011 1110 1110 1000110 110110

Color Harmonies of #DC5F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F38

Black with #DC5F38

Text Example


Text Example

White with #DC5F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F38; }

 p { color: rgb(220,95,56); }

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

background-color css

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

 a { background-color: rgb(220,95,56); }

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

border-color css

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

 span { border-color: rgb(220,95,56); }

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