Html Css Color HEX #DA5D38 Chilean Fire

📋 copy color: '#DA5D38'

red 218 ◦ green 93 ◦ blue 56

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

Shades of Chilean Fire #DA5D38

Tints of Chilean Fire #DA5D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.26%

R = 59.4%
G = 25.34%
B = 15.26%

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

#DA5D38 (or 0xDA5D38) is known color: Chilean Fire. HEX triplet: DA, 5D and 38. RGB value is (218,93,56). Sum of RGB (Red+Green+Blue) = 218+93+56=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 56 (22.27% from 255 or 15.26% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5D38 is #25A2C7. Grayscale: #7E7E7E. Windows color (decimal): -2466504 or 3694042. OLE color: 3694042.

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

Color convert

RGB 218 93 56 -
CMYK 0 0.57 0.74 0.15
HSL 13.7º 0.69% 0.54% -
HSV(B) 13.7º 0.74% 0.85% -
XYZ 33.54 23.02 6.42 -
YUV 126.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 218 93 56 0 0.57 0.74 0.15 13.7 0.69 0.54
Hex DA 5D 38 0 39 4A F E 45 36
Octal 332 135 70 0 71 112 17 16 105 66
Binary 11011010 1011101 111000 0 111001 1001010 1111 1110 1000101 110110

Color Harmonies of #DA5D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5D38

Black with #DA5D38

Text Example


Text Example

White with #DA5D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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