Html Css Color HEX #DA5828 Chilean Fire

📋 copy color: '#DA5828'

red 218 ◦ green 88 ◦ blue 40

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

Shades of Chilean Fire #DA5828

Tints of Chilean Fire #DA5828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.56%

R = 63.01%
G = 25.43%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA5828 (or 0xDA5828) is known color: Chilean Fire. HEX triplet: DA, 58 and 28. RGB value is (218,88,40). Sum of RGB (Red+Green+Blue) = 218+88+40=346 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.01% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5828 is #25A7D7. Grayscale: #797979. Windows color (decimal): -2467800 or 2644186. OLE color: 2644186.

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

Color convert

RGB 218 88 40 -
CMYK 0 0.60 0.82 0.15
HSL 16.18º 0.71% 0.51% -
HSV(B) 16.18º 0.82% 0.85% -
XYZ 32.79 22.04 4.53 -
YUV 121.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 218 88 40 0 0.60 0.82 0.15 16.18 0.71 0.51
Hex DA 58 28 0 3C 52 F 10 47 33
Octal 332 130 50 0 74 122 17 20 107 63
Binary 11011010 1011000 101000 0 111100 1010010 1111 10000 1000111 110011

Color Harmonies of #DA5828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5828

Black with #DA5828

Text Example


Text Example

White with #DA5828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5828; }

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

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

background-color css

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

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

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

border-color css

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

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

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