Html Css Color HEX #DA5A2E Chilean Fire

📋 copy color: '#DA5A2E'

red 218 ◦ green 90 ◦ blue 46

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

Shades of Chilean Fire #DA5A2E

Tints of Chilean Fire #DA5A2E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.42%

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

R = 61.58%
G = 25.42%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA5A2E (or 0xDA5A2E) is known color: Chilean Fire. HEX triplet: DA, 5A and 2E. RGB value is (218,90,46). Sum of RGB (Red+Green+Blue) = 218+90+46=354 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.58% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A2E is #25A5D1. Grayscale: #7B7B7B. Windows color (decimal): -2467282 or 3037914. OLE color: 3037914.

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

Color convert

RGB 218 90 46 -
CMYK 0 0.59 0.79 0.15
HSL 15.35º 0.7% 0.52% -
HSV(B) 15.35º 0.79% 0.85% -
XYZ 33.06 22.42 5.17 -
YUV 123.26 84.41 195.58 -
System Red Green Blue C M Y K H S L
Decimal 218 90 46 0 0.59 0.79 0.15 15.35 0.7 0.52
Hex DA 5A 2E 0 3B 4F F F 46 34
Octal 332 132 56 0 73 117 17 17 106 64
Binary 11011010 1011010 101110 0 111011 1001111 1111 1111 1000110 110100

Color Harmonies of #DA5A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A2E

Black with #DA5A2E

Text Example


Text Example

White with #DA5A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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