Html Css Color HEX #DA5C2E Chilean Fire

📋 copy color: '#DA5C2E'

red 218 ◦ green 92 ◦ blue 46

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

Shades of Chilean Fire #DA5C2E

Tints of Chilean Fire #DA5C2E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.84%

 BLUE value IS 46 (18.36% from 255) = 12.92%

R = 61.24%
G = 25.84%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA5C2E (or 0xDA5C2E) is known color: Chilean Fire. HEX triplet: DA, 5C and 2E. RGB value is (218,92,46). Sum of RGB (Red+Green+Blue) = 218+92+46=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 92 (36.33% from 255 or 25.84% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C2E is #25A3D1. Grayscale: #7C7C7C. Windows color (decimal): -2466770 or 3038426. OLE color: 3038426.

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

Color convert

RGB 218 92 46 -
CMYK 0 0.58 0.79 0.15
HSL 16.05º 0.7% 0.52% -
HSV(B) 16.05º 0.79% 0.85% -
XYZ 33.23 22.76 5.23 -
YUV 124.43 83.74 194.74 -
System Red Green Blue C M Y K H S L
Decimal 218 92 46 0 0.58 0.79 0.15 16.05 0.7 0.52
Hex DA 5C 2E 0 3A 4F F 10 46 34
Octal 332 134 56 0 72 117 17 20 106 64
Binary 11011010 1011100 101110 0 111010 1001111 1111 10000 1000110 110100

Color Harmonies of #DA5C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C2E

Black with #DA5C2E

Text Example


Text Example

White with #DA5C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C2E; }

 p { color: rgb(218,92,46); }

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

background-color css

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

 a { background-color: rgb(218,92,46); }

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

border-color css

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

 span { border-color: rgb(218,92,46); }

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