Html Css Color HEX #DA5E3E Chilean Fire

📋 copy color: '#DA5E3E'

red 218 ◦ green 94 ◦ blue 62

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

Shades of Chilean Fire #DA5E3E

Tints of Chilean Fire #DA5E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.58%

R = 58.29%
G = 25.13%
B = 16.58%

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

#DA5E3E (or 0xDA5E3E) is known color: Chilean Fire. HEX triplet: DA, 5E and 3E. RGB value is (218,94,62). Sum of RGB (Red+Green+Blue) = 218+94+62=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 62 (24.61% from 255 or 16.58% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E3E is #25A1C1. Grayscale: #7F7F7F. Windows color (decimal): -2466242 or 4087514. OLE color: 4087514.

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

Color convert

RGB 218 94 62 -
CMYK 0 0.57 0.72 0.15
HSL 12.31º 0.68% 0.55% -
HSV(B) 12.31º 0.72% 0.85% -
XYZ 33.79 23.26 7.27 -
YUV 127.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 218 94 62 0 0.57 0.72 0.15 12.31 0.68 0.55
Hex DA 5E 3E 0 39 48 F C 44 37
Octal 332 136 76 0 71 110 17 14 104 67
Binary 11011010 1011110 111110 0 111001 1001000 1111 1100 1000100 110111

Color Harmonies of #DA5E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E3E

Black with #DA5E3E

Text Example


Text Example

White with #DA5E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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