Html Css Color HEX #DF521E Chilean Fire

📋 copy color: '#DF521E'

red 223 ◦ green 82 ◦ blue 30

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

Shades of Chilean Fire #DF521E

Tints of Chilean Fire #DF521E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 66.57%
G = 24.48%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF521E (or 0xDF521E) is known color: Chilean Fire. HEX triplet: DF, 52 and 1E. RGB value is (223,82,30). Sum of RGB (Red+Green+Blue) = 223+82+30=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF521E is #20ADE1. Grayscale: #767676. Windows color (decimal): -2141666 or 1987295. OLE color: 1987295.

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

Color convert

RGB 223 82 30 -
CMYK 0 0.63 0.87 0.13
HSL 16.17º 0.76% 0.5% -
HSV(B) 16.17º 0.87% 0.87% -
XYZ 33.68 21.82 3.66 -
YUV 118.23 78.21 202.73 -
System Red Green Blue C M Y K H S L
Decimal 223 82 30 0 0.63 0.87 0.13 16.17 0.76 0.5
Hex DF 52 1E 0 3F 57 D 10 4C 32
Octal 337 122 36 0 77 127 15 20 114 62
Binary 11011111 1010010 11110 0 111111 1010111 1101 10000 1001100 110010

Color Harmonies of #DF521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF521E

Black with #DF521E

Text Example


Text Example

White with #DF521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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