Html Css Color HEX #DF5220 Chilean Fire

📋 copy color: '#DF5220'

red 223 ◦ green 82 ◦ blue 32

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

Shades of Chilean Fire #DF5220

Tints of Chilean Fire #DF5220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.5%

R = 66.17%
G = 24.33%
B = 9.5%

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

#DF5220 (or 0xDF5220) is known color: Chilean Fire. HEX triplet: DF, 52 and 20. RGB value is (223,82,32). Sum of RGB (Red+Green+Blue) = 223+82+32=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 32 (12.89% from 255 or 9.50% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5220 is #20ADDF. Grayscale: #767676. Windows color (decimal): -2141664 or 2118367. OLE color: 2118367.

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

Color convert

RGB 223 82 32 -
CMYK 0 0.63 0.86 0.13
HSL 15.71º 0.75% 0.5% -
HSV(B) 15.71º 0.86% 0.87% -
XYZ 33.71 21.83 3.8 -
YUV 118.46 79.21 202.57 -
System Red Green Blue C M Y K H S L
Decimal 223 82 32 0 0.63 0.86 0.13 15.71 0.75 0.5
Hex DF 52 20 0 3F 56 D 10 4B 32
Octal 337 122 40 0 77 126 15 20 113 62
Binary 11011111 1010010 100000 0 111111 1010110 1101 10000 1001011 110010

Color Harmonies of #DF5220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5220

Black with #DF5220

Text Example


Text Example

White with #DF5220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5220; }

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

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

background-color css

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

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

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

border-color css

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

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

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