Html Css Color HEX #DA5C3C Chilean Fire

📋 copy color: '#DA5C3C'

red 218 ◦ green 92 ◦ blue 60

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

Shades of Chilean Fire #DA5C3C

Tints of Chilean Fire #DA5C3C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.86%

 BLUE value IS 60 (23.83% from 255) = 16.22%

R = 58.92%
G = 24.86%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA5C3C (or 0xDA5C3C) is known color: Chilean Fire. HEX triplet: DA, 5C and 3C. RGB value is (218,92,60). Sum of RGB (Red+Green+Blue) = 218+92+60=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 60 (23.83% from 255 or 16.22% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C3C is #25A3C3. Grayscale: #7E7E7E. Windows color (decimal): -2466756 or 3955930. OLE color: 3955930.

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

Color convert

RGB 218 92 60 -
CMYK 0 0.58 0.72 0.15
HSL 12.15º 0.68% 0.55% -
HSV(B) 12.15º 0.72% 0.85% -
XYZ 33.56 22.89 6.92 -
YUV 126.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 218 92 60 0 0.58 0.72 0.15 12.15 0.68 0.55
Hex DA 5C 3C 0 3A 48 F C 44 37
Octal 332 134 74 0 72 110 17 14 104 67
Binary 11011010 1011100 111100 0 111010 1001000 1111 1100 1000100 110111

Color Harmonies of #DA5C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C3C

Black with #DA5C3C

Text Example


Text Example

White with #DA5C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C3C; }

 p { color: rgb(218,92,60); }

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

background-color css

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

 a { background-color: rgb(218,92,60); }

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

border-color css

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

 span { border-color: rgb(218,92,60); }

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