Html Css Color HEX #DF5321 Chilean Fire

📋 copy color: '#DF5321'

red 223 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #DF5321

Tints of Chilean Fire #DF5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.48%

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

R = 65.78%
G = 24.48%
B = 9.73%

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

#DF5321 (or 0xDF5321) is known color: Chilean Fire. HEX triplet: DF, 53 and 21. RGB value is (223,83,33). Sum of RGB (Red+Green+Blue) = 223+83+33=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF5321 is #20ACDE. Grayscale: #777777. Windows color (decimal): -2141407 or 2184159. OLE color: 2184159.

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

Color convert

RGB 223 83 33 -
CMYK 0 0.63 0.85 0.13
HSL 15.79º 0.75% 0.5% -
HSV(B) 15.79º 0.85% 0.87% -
XYZ 33.8 21.98 3.9 -
YUV 119.16 79.38 202.07 -
System Red Green Blue C M Y K H S L
Decimal 223 83 33 0 0.63 0.85 0.13 15.79 0.75 0.5
Hex DF 53 21 0 3F 55 D 10 4B 32
Octal 337 123 41 0 77 125 15 20 113 62
Binary 11011111 1010011 100001 0 111111 1010101 1101 10000 1001011 110010

Color Harmonies of #DF5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5321

Black with #DF5321

Text Example


Text Example

White with #DF5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5321; }

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

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

background-color css

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

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

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

border-color css

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

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

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