Html Css Color HEX #DF5229 Chilean Fire

📋 copy color: '#DF5229'

red 223 ◦ green 82 ◦ blue 41

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

Shades of Chilean Fire #DF5229

Tints of Chilean Fire #DF5229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 64.45%
G = 23.7%
B = 11.85%

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

#DF5229 (or 0xDF5229) is known color: Chilean Fire. HEX triplet: DF, 52 and 29. RGB value is (223,82,41). Sum of RGB (Red+Green+Blue) = 223+82+41=346 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.45% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 41 (16.41% from 255 or 11.85% from 346); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5229 is #20ADD6. Grayscale: #777777. Windows color (decimal): -2141655 or 2708191. OLE color: 2708191.

HSL color Cylindrical-coordinate representation of color #DF5229: hue angle of 13.52º 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 #DF5229 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 41 -
CMYK 0 0.63 0.82 0.13
HSL 13.52º 0.74% 0.52% -
HSV(B) 13.52º 0.82% 0.87% -
XYZ 33.85 21.88 4.54 -
YUV 119.49 83.71 201.83 -
System Red Green Blue C M Y K H S L
Decimal 223 82 41 0 0.63 0.82 0.13 13.52 0.74 0.52
Hex DF 52 29 0 3F 52 D E 4A 34
Octal 337 122 51 0 77 122 15 16 112 64
Binary 11011111 1010010 101001 0 111111 1010010 1101 1110 1001010 110100

Color Harmonies of #DF5229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5229

Black with #DF5229

Text Example


Text Example

White with #DF5229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5229; }

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

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

background-color css

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

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

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

border-color css

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

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

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