Html Css Color HEX #DF531F Chilean Fire

📋 copy color: '#DF531F'

red 223 ◦ green 83 ◦ blue 31

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

Shades of Chilean Fire #DF531F

Tints of Chilean Fire #DF531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 66.17%
G = 24.63%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF531F (or 0xDF531F) is known color: Chilean Fire. HEX triplet: DF, 53 and 1F. RGB value is (223,83,31). Sum of RGB (Red+Green+Blue) = 223+83+31=337 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.17% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 223 - color contains mainly: red. Hex color #DF531F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF531F is #20ACE0. Grayscale: #777777. Windows color (decimal): -2141409 or 2053087. OLE color: 2053087.

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

Color convert

RGB 223 83 31 -
CMYK 0 0.63 0.86 0.13
HSL 16.25º 0.76% 0.5% -
HSV(B) 16.25º 0.86% 0.87% -
XYZ 33.77 21.97 3.76 -
YUV 118.93 78.38 202.23 -
System Red Green Blue C M Y K H S L
Decimal 223 83 31 0 0.63 0.86 0.13 16.25 0.76 0.5
Hex DF 53 1F 0 3F 56 D 10 4C 32
Octal 337 123 37 0 77 126 15 20 114 62
Binary 11011111 1010011 11111 0 111111 1010110 1101 10000 1001100 110010

Color Harmonies of #DF531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF531F

Black with #DF531F

Text Example


Text Example

White with #DF531F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF531F; }

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

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

background-color css

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

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

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

border-color css

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

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

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