Html Css Color HEX #DA5824 Chilean Fire

📋 copy color: '#DA5824'

red 218 ◦ green 88 ◦ blue 36

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

Shades of Chilean Fire #DA5824

Tints of Chilean Fire #DA5824

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.73%

 BLUE value IS 36 (14.45% from 255) = 10.53%

R = 63.74%
G = 25.73%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#DA5824 (or 0xDA5824) is known color: Chilean Fire. HEX triplet: DA, 58 and 24. RGB value is (218,88,36). Sum of RGB (Red+Green+Blue) = 218+88+36=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 36 (14.45% from 255 or 10.53% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5824 is #25A7DB. Grayscale: #797979. Windows color (decimal): -2467804 or 2382042. OLE color: 2382042.

HSL color Cylindrical-coordinate representation of color #DA5824: hue angle of 17.14º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA5824 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 36 -
CMYK 0 0.60 0.83 0.15
HSL 17.14º 0.72% 0.5% -
HSV(B) 17.14º 0.83% 0.85% -
XYZ 32.72 22.01 4.19 -
YUV 120.94 80.07 197.23 -
System Red Green Blue C M Y K H S L
Decimal 218 88 36 0 0.60 0.83 0.15 17.14 0.72 0.5
Hex DA 58 24 0 3C 53 F 11 48 32
Octal 332 130 44 0 74 123 17 21 110 62
Binary 11011010 1011000 100100 0 111100 1010011 1111 10001 1001000 110010

Color Harmonies of #DA5824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5824

Black with #DA5824

Text Example


Text Example

White with #DA5824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5824; }

 p { color: rgb(218,88,36); }

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

background-color css

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

 a { background-color: rgb(218,88,36); }

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

border-color css

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

 span { border-color: rgb(218,88,36); }

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