Html Css Color HEX #DA5E2E Chilean Fire

📋 copy color: '#DA5E2E'

red 218 ◦ green 94 ◦ blue 46

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

Shades of Chilean Fire #DA5E2E

Tints of Chilean Fire #DA5E2E

RGB

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

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

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

R = 60.89%
G = 26.26%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA5E2E (or 0xDA5E2E) is known color: Chilean Fire. HEX triplet: DA, 5E and 2E. RGB value is (218,94,46). Sum of RGB (Red+Green+Blue) = 218+94+46=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5E2E is #25A1D1. Grayscale: #7D7D7D. Windows color (decimal): -2466258 or 3038938. OLE color: 3038938.

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

Color convert

RGB 218 94 46 -
CMYK 0 0.57 0.79 0.15
HSL 16.74º 0.7% 0.52% -
HSV(B) 16.74º 0.79% 0.85% -
XYZ 33.41 23.11 5.28 -
YUV 125.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 218 94 46 0 0.57 0.79 0.15 16.74 0.7 0.52
Hex DA 5E 2E 0 39 4F F 11 46 34
Octal 332 136 56 0 71 117 17 21 106 64
Binary 11011010 1011110 101110 0 111001 1001111 1111 10001 1000110 110100

Color Harmonies of #DA5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5E2E

Black with #DA5E2E

Text Example


Text Example

White with #DA5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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