Html Css Color HEX #DA5A26 Chilean Fire

📋 copy color: '#DA5A26'

red 218 ◦ green 90 ◦ blue 38

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

Shades of Chilean Fire #DA5A26

Tints of Chilean Fire #DA5A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 63.01%
G = 26.01%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA5A26 (or 0xDA5A26) is known color: Chilean Fire. HEX triplet: DA, 5A and 26. RGB value is (218,90,38). Sum of RGB (Red+Green+Blue) = 218+90+38=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5A26 is #25A5D9. Grayscale: #7A7A7A. Windows color (decimal): -2467290 or 2513626. OLE color: 2513626.

HSL color Cylindrical-coordinate representation of color #DA5A26: hue angle of 17.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA5A26 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 90 38 -
CMYK 0 0.59 0.83 0.15
HSL 17.33º 0.71% 0.5% -
HSV(B) 17.33º 0.83% 0.85% -
XYZ 32.92 22.36 4.41 -
YUV 122.34 80.41 196.23 -
System Red Green Blue C M Y K H S L
Decimal 218 90 38 0 0.59 0.83 0.15 17.33 0.71 0.5
Hex DA 5A 26 0 3B 53 F 11 47 32
Octal 332 132 46 0 73 123 17 21 107 62
Binary 11011010 1011010 100110 0 111011 1010011 1111 10001 1000111 110010

Color Harmonies of #DA5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5A26

Black with #DA5A26

Text Example


Text Example

White with #DA5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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