Html Css Color HEX #DF521F Chilean Fire

📋 copy color: '#DF521F'

red 223 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #DF521F

Tints of Chilean Fire #DF521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 66.37%
G = 24.4%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF521F (or 0xDF521F) is known color: Chilean Fire. HEX triplet: DF, 52 and 1F. RGB value is (223,82,31). Sum of RGB (Red+Green+Blue) = 223+82+31=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF521F is #20ADE0. Grayscale: #767676. Windows color (decimal): -2141665 or 2052831. OLE color: 2052831.

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

Color convert

RGB 223 82 31 -
CMYK 0 0.63 0.86 0.13
HSL 15.94º 0.76% 0.5% -
HSV(B) 15.94º 0.86% 0.87% -
XYZ 33.7 21.82 3.73 -
YUV 118.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 223 82 31 0 0.63 0.86 0.13 15.94 0.76 0.5
Hex DF 52 1F 0 3F 56 D 10 4C 32
Octal 337 122 37 0 77 126 15 20 114 62
Binary 11011111 1010010 11111 0 111111 1010110 1101 10000 1001100 110010

Color Harmonies of #DF521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF521F

Black with #DF521F

Text Example


Text Example

White with #DF521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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