Html Css Color HEX #DA5C3B Chilean Fire

📋 copy color: '#DA5C3B'

red 218 ◦ green 92 ◦ blue 59

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

Shades of Chilean Fire #DA5C3B

Tints of Chilean Fire #DA5C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.99%

R = 59.08%
G = 24.93%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA5C3B (or 0xDA5C3B) is known color: Chilean Fire. HEX triplet: DA, 5C and 3B. RGB value is (218,92,59). Sum of RGB (Red+Green+Blue) = 218+92+59=369 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.08% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 59 (23.44% from 255 or 15.99% from 369); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5C3B is #25A3C4. Grayscale: #7E7E7E. Windows color (decimal): -2466757 or 3890394. OLE color: 3890394.

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

Color convert

RGB 218 92 59 -
CMYK 0 0.58 0.73 0.15
HSL 12.45º 0.68% 0.54% -
HSV(B) 12.45º 0.73% 0.85% -
XYZ 33.53 22.88 6.79 -
YUV 125.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 218 92 59 0 0.58 0.73 0.15 12.45 0.68 0.54
Hex DA 5C 3B 0 3A 49 F C 44 36
Octal 332 134 73 0 72 111 17 14 104 66
Binary 11011010 1011100 111011 0 111010 1001001 1111 1100 1000100 110110

Color Harmonies of #DA5C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C3B

Black with #DA5C3B

Text Example


Text Example

White with #DA5C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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