Html Css Color HEX #DF5120 Chilean Fire

📋 copy color: '#DF5120'

red 223 ◦ green 81 ◦ blue 32

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

Shades of Chilean Fire #DF5120

Tints of Chilean Fire #DF5120

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

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

R = 66.37%
G = 24.11%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF5120 (or 0xDF5120) is known color: Chilean Fire. HEX triplet: DF, 51 and 20. RGB value is (223,81,32). Sum of RGB (Red+Green+Blue) = 223+81+32=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5120 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5120 is #20AEDF. Grayscale: #767676. Windows color (decimal): -2141920 or 2118111. OLE color: 2118111.

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

Color convert

RGB 223 81 32 -
CMYK 0 0.64 0.86 0.13
HSL 15.39º 0.75% 0.5% -
HSV(B) 15.39º 0.86% 0.87% -
XYZ 33.63 21.68 3.78 -
YUV 117.87 79.54 202.98 -
System Red Green Blue C M Y K H S L
Decimal 223 81 32 0 0.64 0.86 0.13 15.39 0.75 0.5
Hex DF 51 20 0 40 56 D F 4B 32
Octal 337 121 40 0 100 126 15 17 113 62
Binary 11011111 1010001 100000 0 1000000 1010110 1101 1111 1001011 110010

Color Harmonies of #DF5120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5120

Black with #DF5120

Text Example


Text Example

White with #DF5120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5120; }

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

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

background-color css

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

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

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

border-color css

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

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

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