Html Css Color HEX #DA6131 Chilean Fire

📋 copy color: '#DA6131'

red 218 ◦ green 97 ◦ blue 49

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

Shades of Chilean Fire #DA6131

Tints of Chilean Fire #DA6131

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

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

R = 59.89%
G = 26.65%
B = 13.46%

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

#DA6131 (or 0xDA6131) is known color: Chilean Fire. HEX triplet: DA, 61 and 31. RGB value is (218,97,49). Sum of RGB (Red+Green+Blue) = 218+97+49=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6131 is #259ECE. Grayscale: #808080. Windows color (decimal): -2465487 or 3236314. OLE color: 3236314.

HSL color Cylindrical-coordinate representation of color #DA6131: hue angle of 17.04º 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 #DA6131 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 97 49 -
CMYK 0 0.56 0.78 0.15
HSL 17.04º 0.7% 0.52% -
HSV(B) 17.04º 0.78% 0.85% -
XYZ 33.74 23.68 5.7 -
YUV 127.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 218 97 49 0 0.56 0.78 0.15 17.04 0.7 0.52
Hex DA 61 31 0 38 4E F 11 46 34
Octal 332 141 61 0 70 116 17 21 106 64
Binary 11011010 1100001 110001 0 111000 1001110 1111 10001 1000110 110100

Color Harmonies of #DA6131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6131

Black with #DA6131

Text Example


Text Example

White with #DA6131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6131; }

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

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

background-color css

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

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

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

border-color css

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

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

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