Html Css Color HEX #DA5F3C Chilean Fire

📋 copy color: '#DA5F3C'

red 218 ◦ green 95 ◦ blue 60

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

Shades of Chilean Fire #DA5F3C

Tints of Chilean Fire #DA5F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.47%

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

R = 58.45%
G = 25.47%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA5F3C (or 0xDA5F3C) is known color: Chilean Fire. HEX triplet: DA, 5F and 3C. RGB value is (218,95,60). Sum of RGB (Red+Green+Blue) = 218+95+60=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 95 (37.5% from 255 or 25.47% from 373); Blue value is 60 (23.83% from 255 or 16.09% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F3C is #25A0C3. Grayscale: #808080. Windows color (decimal): -2465988 or 3956698. OLE color: 3956698.

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

Color convert

RGB 218 95 60 -
CMYK 0 0.56 0.72 0.15
HSL 13.29º 0.68% 0.55% -
HSV(B) 13.29º 0.72% 0.85% -
XYZ 33.82 23.42 7.01 -
YUV 127.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 218 95 60 0 0.56 0.72 0.15 13.29 0.68 0.55
Hex DA 5F 3C 0 38 48 F D 44 37
Octal 332 137 74 0 70 110 17 15 104 67
Binary 11011010 1011111 111100 0 111000 1001000 1111 1101 1000100 110111

Color Harmonies of #DA5F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F3C

Black with #DA5F3C

Text Example


Text Example

White with #DA5F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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