Html Css Color HEX #DF5529 Chilean Fire

📋 copy color: '#DF5529'

red 223 ◦ green 85 ◦ blue 41

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

Shades of Chilean Fire #DF5529

Tints of Chilean Fire #DF5529

RGB

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

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

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

R = 63.9%
G = 24.36%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF5529 (or 0xDF5529) is known color: Chilean Fire. HEX triplet: DF, 55 and 29. RGB value is (223,85,41). Sum of RGB (Red+Green+Blue) = 223+85+41=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5529 is #20AAD6. Grayscale: #797979. Windows color (decimal): -2140887 or 2708959. OLE color: 2708959.

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

Color convert

RGB 223 85 41 -
CMYK 0 0.62 0.82 0.13
HSL 14.51º 0.74% 0.52% -
HSV(B) 14.51º 0.82% 0.87% -
XYZ 34.08 22.35 4.61 -
YUV 121.25 82.72 200.58 -
System Red Green Blue C M Y K H S L
Decimal 223 85 41 0 0.62 0.82 0.13 14.51 0.74 0.52
Hex DF 55 29 0 3E 52 D F 4A 34
Octal 337 125 51 0 76 122 15 17 112 64
Binary 11011111 1010101 101001 0 111110 1010010 1101 1111 1001010 110100

Color Harmonies of #DF5529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5529

Black with #DF5529

Text Example


Text Example

White with #DF5529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5529; }

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

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

background-color css

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

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

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

border-color css

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

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

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