Html Css Color HEX #DF522A Chilean Fire

📋 copy color: '#DF522A'

red 223 ◦ green 82 ◦ blue 42

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

Shades of Chilean Fire #DF522A

Tints of Chilean Fire #DF522A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 64.27%
G = 23.63%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF522A (or 0xDF522A) is known color: Chilean Fire. HEX triplet: DF, 52 and 2A. RGB value is (223,82,42). Sum of RGB (Red+Green+Blue) = 223+82+42=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF522A is #20ADD5. Grayscale: #777777. Windows color (decimal): -2141654 or 2773727. OLE color: 2773727.

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

Color convert

RGB 223 82 42 -
CMYK 0 0.63 0.81 0.13
HSL 13.26º 0.74% 0.52% -
HSV(B) 13.26º 0.81% 0.87% -
XYZ 33.87 21.89 4.63 -
YUV 119.6 84.21 201.75 -
System Red Green Blue C M Y K H S L
Decimal 223 82 42 0 0.63 0.81 0.13 13.26 0.74 0.52
Hex DF 52 2A 0 3F 51 D D 4A 34
Octal 337 122 52 0 77 121 15 15 112 64
Binary 11011111 1010010 101010 0 111111 1010001 1101 1101 1001010 110100

Color Harmonies of #DF522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF522A

Black with #DF522A

Text Example


Text Example

White with #DF522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF522A; }

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

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

background-color css

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

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

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

border-color css

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

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

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