Html Css Color HEX #DF5221 Chilean Fire

📋 copy color: '#DF5221'

red 223 ◦ green 82 ◦ blue 33

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

Shades of Chilean Fire #DF5221

Tints of Chilean Fire #DF5221

RGB

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

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

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

R = 65.98%
G = 24.26%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DF5221 (or 0xDF5221) is known color: Chilean Fire. HEX triplet: DF, 52 and 21. RGB value is (223,82,33). Sum of RGB (Red+Green+Blue) = 223+82+33=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 82 (32.42% from 255 or 24.26% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5221 is #20ADDE. Grayscale: #767676. Windows color (decimal): -2141663 or 2183903. OLE color: 2183903.

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

Color convert

RGB 223 82 33 -
CMYK 0 0.63 0.85 0.13
HSL 15.47º 0.75% 0.5% -
HSV(B) 15.47º 0.85% 0.87% -
XYZ 33.72 21.83 3.88 -
YUV 118.57 79.71 202.48 -
System Red Green Blue C M Y K H S L
Decimal 223 82 33 0 0.63 0.85 0.13 15.47 0.75 0.5
Hex DF 52 21 0 3F 55 D F 4B 32
Octal 337 122 41 0 77 125 15 17 113 62
Binary 11011111 1010010 100001 0 111111 1010101 1101 1111 1001011 110010

Color Harmonies of #DF5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5221

Black with #DF5221

Text Example


Text Example

White with #DF5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5221; }

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

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

background-color css

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

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

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

border-color css

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

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

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