Html Css Color HEX #DF5320 Chilean Fire

📋 copy color: '#DF5320'

red 223 ◦ green 83 ◦ blue 32

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

Shades of Chilean Fire #DF5320

Tints of Chilean Fire #DF5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.56%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 65.98%
G = 24.56%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF5320 (or 0xDF5320) is known color: Chilean Fire. HEX triplet: DF, 53 and 20. RGB value is (223,83,32). Sum of RGB (Red+Green+Blue) = 223+83+32=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5320 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5320 is #20ACDF. Grayscale: #777777. Windows color (decimal): -2141408 or 2118623. OLE color: 2118623.

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

Color convert

RGB 223 83 32 -
CMYK 0 0.63 0.86 0.13
HSL 16.02º 0.75% 0.5% -
HSV(B) 16.02º 0.86% 0.87% -
XYZ 33.79 21.98 3.83 -
YUV 119.05 78.88 202.15 -
System Red Green Blue C M Y K H S L
Decimal 223 83 32 0 0.63 0.86 0.13 16.02 0.75 0.5
Hex DF 53 20 0 3F 56 D 10 4B 32
Octal 337 123 40 0 77 126 15 20 113 62
Binary 11011111 1010011 100000 0 111111 1010110 1101 10000 1001011 110010

Color Harmonies of #DF5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5320

Black with #DF5320

Text Example


Text Example

White with #DF5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5320; }

 p { color: rgb(223,83,32); }

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

background-color css

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

 a { background-color: rgb(223,83,32); }

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

border-color css

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

 span { border-color: rgb(223,83,32); }

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