Html Css Color HEX #DA5D39 Chilean Fire

📋 copy color: '#DA5D39'

red 218 ◦ green 93 ◦ blue 57

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

Shades of Chilean Fire #DA5D39

Tints of Chilean Fire #DA5D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.27%

 BLUE value IS 57 (22.66% from 255) = 15.49%

R = 59.24%
G = 25.27%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA5D39 (or 0xDA5D39) is known color: Chilean Fire. HEX triplet: DA, 5D and 39. RGB value is (218,93,57). Sum of RGB (Red+Green+Blue) = 218+93+57=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D39 is #25A2C6. Grayscale: #7E7E7E. Windows color (decimal): -2466503 or 3759578. OLE color: 3759578.

HSL color Cylindrical-coordinate representation of color #DA5D39: hue angle of 13.42º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA5D39 is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 93 57 -
CMYK 0 0.57 0.74 0.15
HSL 13.42º 0.69% 0.54% -
HSV(B) 13.42º 0.74% 0.85% -
XYZ 33.57 23.03 6.55 -
YUV 126.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 218 93 57 0 0.57 0.74 0.15 13.42 0.69 0.54
Hex DA 5D 39 0 39 4A F D 45 36
Octal 332 135 71 0 71 112 17 15 105 66
Binary 11011010 1011101 111001 0 111001 1001010 1111 1101 1000101 110110

Color Harmonies of #DA5D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D39

Black with #DA5D39

Text Example


Text Example

White with #DA5D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D39; }

 p { color: rgb(218,93,57); }

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

background-color css

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

 a { background-color: rgb(218,93,57); }

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

border-color css

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

 span { border-color: rgb(218,93,57); }

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