#DA5F3D

Color #DA5F3D Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #DA5F3D

Tints of Chilean Fire #DA5F3D

Color information

#DA5F3D (or 0xDA5F3D) is unknown color: approx Chilean Fire. HEX triplet: DA, 5F and 3D. RGB value is (218,95,61). Sum of RGB (Red+Green+Blue) = 218+95+61=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5F3D is #25A0C2. Grayscale: #808080. Windows color (decimal): -2465987 or 4022234. OLE color: 4022234.

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

Color convert

RGB2189561-
CMYK00.560.720.15
HSL12.99º67.97%54.71%-
HSV(B)12.99º72.02%85.49%-
XYZ33.8523.437.15-
YUV127.990.25192.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 58.29%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=58.29%
G=25.40%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218956100.560.720.1512.9967.9754.71
HexDA5F3D03848Fd4437
Octal33213775070110171510467
Binary11011010101111111110101110001001000111111011000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F3D; }

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

 H1.HeaderClassName
 {
   color: #DA5F3D;
 }
 .AnyTagClassName
 {
   color: #DA5F3D;
 }
</style>
background-color css

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

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

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

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

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

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