Html Css Color HEX #DF532F Chilean Fire

📋 copy color: '#DF532F'

red 223 ◦ green 83 ◦ blue 47

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

Shades of Chilean Fire #DF532F

Tints of Chilean Fire #DF532F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.31%

R = 63.17%
G = 23.51%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF532F (or 0xDF532F) is known color: Chilean Fire. HEX triplet: DF, 53 and 2F. RGB value is (223,83,47). Sum of RGB (Red+Green+Blue) = 223+83+47=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF532F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF532F is #20ACD0. Grayscale: #797979. Windows color (decimal): -2141393 or 3101663. OLE color: 3101663.

HSL color Cylindrical-coordinate representation of color #DF532F: hue angle of 12.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF532F is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 47 -
CMYK 0 0.63 0.79 0.13
HSL 12.27º 0.73% 0.53% -
HSV(B) 12.27º 0.79% 0.87% -
XYZ 34.04 22.08 5.16 -
YUV 120.76 86.38 200.93 -
System Red Green Blue C M Y K H S L
Decimal 223 83 47 0 0.63 0.79 0.13 12.27 0.73 0.53
Hex DF 53 2F 0 3F 4F D C 49 35
Octal 337 123 57 0 77 117 15 14 111 65
Binary 11011111 1010011 101111 0 111111 1001111 1101 1100 1001001 110101

Color Harmonies of #DF532F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF532F

Black with #DF532F

Text Example


Text Example

White with #DF532F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF532F; }

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

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

background-color css

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

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

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

border-color css

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

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

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