Html Css Color HEX #DF5521 Chilean Fire

📋 copy color: '#DF5521'

red 223 ◦ green 85 ◦ blue 33

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

Shades of Chilean Fire #DF5521

Tints of Chilean Fire #DF5521

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 65.4%
G = 24.93%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF5521 (or 0xDF5521) is known color: Chilean Fire. HEX triplet: DF, 55 and 21. RGB value is (223,85,33). Sum of RGB (Red+Green+Blue) = 223+85+33=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5521 is #20AADE. Grayscale: #787878. Windows color (decimal): -2140895 or 2184671. OLE color: 2184671.

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

Color convert

RGB 223 85 33 -
CMYK 0 0.62 0.85 0.13
HSL 16.42º 0.75% 0.5% -
HSV(B) 16.42º 0.85% 0.87% -
XYZ 33.95 22.29 3.95 -
YUV 120.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 223 85 33 0 0.62 0.85 0.13 16.42 0.75 0.5
Hex DF 55 21 0 3E 55 D 10 4B 32
Octal 337 125 41 0 76 125 15 20 113 62
Binary 11011111 1010101 100001 0 111110 1010101 1101 10000 1001011 110010

Color Harmonies of #DF5521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5521

Black with #DF5521

Text Example


Text Example

White with #DF5521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5521; }

 p { color: rgb(223,85,33); }

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

background-color css

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

 a { background-color: rgb(223,85,33); }

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

border-color css

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

 span { border-color: rgb(223,85,33); }

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