Html Css Color HEX #DF5539 Chilean Fire

📋 copy color: '#DF5539'

red 223 ◦ green 85 ◦ blue 57

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

Shades of Chilean Fire #DF5539

Tints of Chilean Fire #DF5539

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 57 (22.66% from 255) = 15.62%

R = 61.1%
G = 23.29%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF5539 (or 0xDF5539) is known color: Chilean Fire. HEX triplet: DF, 55 and 39. RGB value is (223,85,57). Sum of RGB (Red+Green+Blue) = 223+85+57=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5539 is #20AAC6. Grayscale: #7B7B7B. Windows color (decimal): -2140871 or 3757535. OLE color: 3757535.

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

Color convert

RGB 223 85 57 -
CMYK 0 0.62 0.74 0.13
HSL 10.12º 0.72% 0.55% -
HSV(B) 10.12º 0.74% 0.87% -
XYZ 34.42 22.48 6.4 -
YUV 123.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 223 85 57 0 0.62 0.74 0.13 10.12 0.72 0.55
Hex DF 55 39 0 3E 4A D A 48 37
Octal 337 125 71 0 76 112 15 12 110 67
Binary 11011111 1010101 111001 0 111110 1001010 1101 1010 1001000 110111

Color Harmonies of #DF5539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5539

Black with #DF5539

Text Example


Text Example

White with #DF5539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5539; }

 p { color: rgb(223,85,57); }

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

background-color css

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

 a { background-color: rgb(223,85,57); }

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

border-color css

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

 span { border-color: rgb(223,85,57); }

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