Html Css Color HEX #DF5329 Chilean Fire

📋 copy color: '#DF5329'

red 223 ◦ green 83 ◦ blue 41

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

Shades of Chilean Fire #DF5329

Tints of Chilean Fire #DF5329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.82%

R = 64.27%
G = 23.92%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF5329 (or 0xDF5329) is known color: Chilean Fire. HEX triplet: DF, 53 and 29. RGB value is (223,83,41). Sum of RGB (Red+Green+Blue) = 223+83+41=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5329 is #20ACD6. Grayscale: #787878. Windows color (decimal): -2141399 or 2708447. OLE color: 2708447.

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

Color convert

RGB 223 83 41 -
CMYK 0 0.63 0.82 0.13
HSL 13.85º 0.74% 0.52% -
HSV(B) 13.85º 0.82% 0.87% -
XYZ 33.92 22.03 4.56 -
YUV 120.07 83.38 201.42 -
System Red Green Blue C M Y K H S L
Decimal 223 83 41 0 0.63 0.82 0.13 13.85 0.74 0.52
Hex DF 53 29 0 3F 52 D E 4A 34
Octal 337 123 51 0 77 122 15 16 112 64
Binary 11011111 1010011 101001 0 111111 1010010 1101 1110 1001010 110100

Color Harmonies of #DF5329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5329

Black with #DF5329

Text Example


Text Example

White with #DF5329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5329; }

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

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

background-color css

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

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

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

border-color css

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

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

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