Html Css Color HEX #DF5C2F Chilean Fire

📋 copy color: '#DF5C2F'

red 223 ◦ green 92 ◦ blue 47

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

Shades of Chilean Fire #DF5C2F

Tints of Chilean Fire #DF5C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.98%

R = 61.6%
G = 25.41%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF5C2F (or 0xDF5C2F) is known color: Chilean Fire. HEX triplet: DF, 5C and 2F. RGB value is (223,92,47). Sum of RGB (Red+Green+Blue) = 223+92+47=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 47 (18.75% from 255 or 12.98% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C2F is #20A3D0. Grayscale: #7E7E7E. Windows color (decimal): -2139089 or 3103967. OLE color: 3103967.

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

Color convert

RGB 223 92 47 -
CMYK 0 0.59 0.79 0.13
HSL 15.34º 0.73% 0.53% -
HSV(B) 15.34º 0.79% 0.87% -
XYZ 34.77 23.55 5.4 -
YUV 126.04 83.4 197.16 -
System Red Green Blue C M Y K H S L
Decimal 223 92 47 0 0.59 0.79 0.13 15.34 0.73 0.53
Hex DF 5C 2F 0 3B 4F D F 49 35
Octal 337 134 57 0 73 117 15 17 111 65
Binary 11011111 1011100 101111 0 111011 1001111 1101 1111 1001001 110101

Color Harmonies of #DF5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C2F

Black with #DF5C2F

Text Example


Text Example

White with #DF5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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