Html Css Color HEX #DA5F31 Chilean Fire

📋 copy color: '#DA5F31'

red 218 ◦ green 95 ◦ blue 49

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

Shades of Chilean Fire #DA5F31

Tints of Chilean Fire #DA5F31

RGB

 RED value IS 218 (85.55% from 255) = 60.22%

 GREEN value IS 95 (37.5% from 255) = 26.24%

 BLUE value IS 49 (19.53% from 255) = 13.54%

R = 60.22%
G = 26.24%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA5F31 (or 0xDA5F31) is known color: Chilean Fire. HEX triplet: DA, 5F and 31. RGB value is (218,95,49). Sum of RGB (Red+Green+Blue) = 218+95+49=362 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.22% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F31 is #25A0CE. Grayscale: #7E7E7E. Windows color (decimal): -2465999 or 3235802. OLE color: 3235802.

HSL color Cylindrical-coordinate representation of color #DA5F31: hue angle of 16.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA5F31 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 95 49 -
CMYK 0 0.56 0.78 0.15
HSL 16.33º 0.7% 0.52% -
HSV(B) 16.33º 0.78% 0.85% -
XYZ 33.56 23.31 5.64 -
YUV 126.53 84.25 193.24 -
System Red Green Blue C M Y K H S L
Decimal 218 95 49 0 0.56 0.78 0.15 16.33 0.7 0.52
Hex DA 5F 31 0 38 4E F 10 46 34
Octal 332 137 61 0 70 116 17 20 106 64
Binary 11011010 1011111 110001 0 111000 1001110 1111 10000 1000110 110100

Color Harmonies of #DA5F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F31

Black with #DA5F31

Text Example


Text Example

White with #DA5F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F31; }

 p { color: rgb(218,95,49); }

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

background-color css

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

 a { background-color: rgb(218,95,49); }

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

border-color css

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

 span { border-color: rgb(218,95,49); }

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