Html Css Color HEX #DF5C31 Chilean Fire

📋 copy color: '#DF5C31'

red 223 ◦ green 92 ◦ blue 49

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

Shades of Chilean Fire #DF5C31

Tints of Chilean Fire #DF5C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.46%

R = 61.26%
G = 25.27%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF5C31 (or 0xDF5C31) is known color: Chilean Fire. HEX triplet: DF, 5C and 31. RGB value is (223,92,49). Sum of RGB (Red+Green+Blue) = 223+92+49=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5C31 is #20A3CE. Grayscale: #7E7E7E. Windows color (decimal): -2139087 or 3235039. OLE color: 3235039.

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

Color convert

RGB 223 92 49 -
CMYK 0 0.59 0.78 0.13
HSL 14.83º 0.73% 0.53% -
HSV(B) 14.83º 0.78% 0.87% -
XYZ 34.81 23.56 5.62 -
YUV 126.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 223 92 49 0 0.59 0.78 0.13 14.83 0.73 0.53
Hex DF 5C 31 0 3B 4E D F 49 35
Octal 337 134 61 0 73 116 15 17 111 65
Binary 11011111 1011100 110001 0 111011 1001110 1101 1111 1001001 110101

Color Harmonies of #DF5C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C31

Black with #DF5C31

Text Example


Text Example

White with #DF5C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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