Html Css Color HEX #DA5E3D Chilean Fire

📋 copy color: '#DA5E3D'

red 218 ◦ green 94 ◦ blue 61

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

Shades of Chilean Fire #DA5E3D

Tints of Chilean Fire #DA5E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 61 (24.22% from 255) = 16.35%

R = 58.45%
G = 25.2%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA5E3D (or 0xDA5E3D) is known color: Chilean Fire. HEX triplet: DA, 5E and 3D. RGB value is (218,94,61). Sum of RGB (Red+Green+Blue) = 218+94+61=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 61 (24.22% from 255 or 16.35% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E3D is #25A1C2. Grayscale: #7F7F7F. Windows color (decimal): -2466243 or 4021978. OLE color: 4021978.

HSL color Cylindrical-coordinate representation of color #DA5E3D: hue angle of 12.61º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA5E3D is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 94 61 -
CMYK 0 0.57 0.72 0.15
HSL 12.61º 0.68% 0.55% -
HSV(B) 12.61º 0.72% 0.85% -
XYZ 33.76 23.25 7.12 -
YUV 127.31 90.58 192.68 -
System Red Green Blue C M Y K H S L
Decimal 218 94 61 0 0.57 0.72 0.15 12.61 0.68 0.55
Hex DA 5E 3D 0 39 48 F D 44 37
Octal 332 136 75 0 71 110 17 15 104 67
Binary 11011010 1011110 111101 0 111001 1001000 1111 1101 1000100 110111

Color Harmonies of #DA5E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E3D

Black with #DA5E3D

Text Example


Text Example

White with #DA5E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E3D; }

 p { color: rgb(218,94,61); }

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

background-color css

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

 a { background-color: rgb(218,94,61); }

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

border-color css

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

 span { border-color: rgb(218,94,61); }

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