Html Css Color HEX #DF522B Chilean Fire

📋 copy color: '#DF522B'

red 223 ◦ green 82 ◦ blue 43

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

Shades of Chilean Fire #DF522B

Tints of Chilean Fire #DF522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.36%

R = 64.08%
G = 23.56%
B = 12.36%

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

#DF522B (or 0xDF522B) is known color: Chilean Fire. HEX triplet: DF, 52 and 2B. RGB value is (223,82,43). Sum of RGB (Red+Green+Blue) = 223+82+43=348 (46% of max value = 765). Red value is 223 (87.5% from 255 or 64.08% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 223 - color contains mainly: red. Hex color #DF522B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF522B is #20ADD4. Grayscale: #787878. Windows color (decimal): -2141653 or 2839263. OLE color: 2839263.

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

Color convert

RGB 223 82 43 -
CMYK 0 0.63 0.81 0.13
HSL 13º 0.74% 0.52% -
HSV(B) 13º 0.81% 0.87% -
XYZ 33.88 21.9 4.73 -
YUV 119.71 84.71 201.67 -
System Red Green Blue C M Y K H S L
Decimal 223 82 43 0 0.63 0.81 0.13 13 0.74 0.52
Hex DF 52 2B 0 3F 51 D D 4A 34
Octal 337 122 53 0 77 121 15 15 112 64
Binary 11011111 1010010 101011 0 111111 1010001 1101 1101 1001010 110100

Color Harmonies of #DF522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF522B

Black with #DF522B

Text Example


Text Example

White with #DF522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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