Html Css Color HEX #DF5C38 Chilean Fire

📋 copy color: '#DF5C38'

red 223 ◦ green 92 ◦ blue 56

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

Shades of Chilean Fire #DF5C38

Tints of Chilean Fire #DF5C38

RGB

 RED value IS 223 (87.5% from 255) = 60.11%

 GREEN value IS 92 (36.33% from 255) = 24.8%

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

R = 60.11%
G = 24.8%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF5C38 (or 0xDF5C38) is known color: Chilean Fire. HEX triplet: DF, 5C and 38. RGB value is (223,92,56). Sum of RGB (Red+Green+Blue) = 223+92+56=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 56 (22.27% from 255 or 15.09% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C38 is #20A3C7. Grayscale: #7F7F7F. Windows color (decimal): -2139080 or 3693791. OLE color: 3693791.

HSL color Cylindrical-coordinate representation of color #DF5C38: hue angle of 12.93º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF5C38 is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 92 56 -
CMYK 0 0.59 0.75 0.13
HSL 12.93º 0.72% 0.55% -
HSV(B) 12.93º 0.75% 0.87% -
XYZ 34.97 23.63 6.46 -
YUV 127.07 87.9 196.43 -
System Red Green Blue C M Y K H S L
Decimal 223 92 56 0 0.59 0.75 0.13 12.93 0.72 0.55
Hex DF 5C 38 0 3B 4B D D 48 37
Octal 337 134 70 0 73 113 15 15 110 67
Binary 11011111 1011100 111000 0 111011 1001011 1101 1101 1001000 110111

Color Harmonies of #DF5C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C38

Black with #DF5C38

Text Example


Text Example

White with #DF5C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C38; }

 p { color: rgb(223,92,56); }

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

background-color css

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

 a { background-color: rgb(223,92,56); }

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

border-color css

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

 span { border-color: rgb(223,92,56); }

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