Html Css Color HEX #DA582C Chilean Fire

📋 copy color: '#DA582C'

red 218 ◦ green 88 ◦ blue 44

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

Shades of Chilean Fire #DA582C

Tints of Chilean Fire #DA582C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 62.29%
G = 25.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA582C (or 0xDA582C) is known color: Chilean Fire. HEX triplet: DA, 58 and 2C. RGB value is (218,88,44). Sum of RGB (Red+Green+Blue) = 218+88+44=350 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 218 - color contains mainly: red. Hex color #DA582C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA582C is #25A7D3. Grayscale: #7A7A7A. Windows color (decimal): -2467796 or 2906330. OLE color: 2906330.

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

Color convert

RGB 218 88 44 -
CMYK 0 0.60 0.80 0.15
HSL 15.17º 0.7% 0.51% -
HSV(B) 15.17º 0.8% 0.85% -
XYZ 32.86 22.07 4.91 -
YUV 121.85 84.07 196.58 -
System Red Green Blue C M Y K H S L
Decimal 218 88 44 0 0.60 0.80 0.15 15.17 0.7 0.51
Hex DA 58 2C 0 3C 50 F F 46 33
Octal 332 130 54 0 74 120 17 17 106 63
Binary 11011010 1011000 101100 0 111100 1010000 1111 1111 1000110 110011

Color Harmonies of #DA582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA582C

Black with #DA582C

Text Example


Text Example

White with #DA582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA582C; }

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

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

background-color css

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

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

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

border-color css

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

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

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