Html Css Color HEX #DF511F Chilean Fire

📋 copy color: '#DF511F'

red 223 ◦ green 81 ◦ blue 31

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

Shades of Chilean Fire #DF511F

Tints of Chilean Fire #DF511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.18%

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

R = 66.57%
G = 24.18%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF511F (or 0xDF511F) is known color: Chilean Fire. HEX triplet: DF, 51 and 1F. RGB value is (223,81,31). Sum of RGB (Red+Green+Blue) = 223+81+31=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF511F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF511F is #20AEE0. Grayscale: #767676. Windows color (decimal): -2141921 or 2052575. OLE color: 2052575.

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

Color convert

RGB 223 81 31 -
CMYK 0 0.64 0.86 0.13
HSL 15.63º 0.76% 0.5% -
HSV(B) 15.63º 0.86% 0.87% -
XYZ 33.62 21.67 3.71 -
YUV 117.76 79.04 203.07 -
System Red Green Blue C M Y K H S L
Decimal 223 81 31 0 0.64 0.86 0.13 15.63 0.76 0.5
Hex DF 51 1F 0 40 56 D 10 4C 32
Octal 337 121 37 0 100 126 15 20 114 62
Binary 11011111 1010001 11111 0 1000000 1010110 1101 10000 1001100 110010

Color Harmonies of #DF511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF511F

Black with #DF511F

Text Example


Text Example

White with #DF511F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF511F; }

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

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

background-color css

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

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

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

border-color css

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

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

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