Html Css Color HEX #DA592C Chilean Fire

📋 copy color: '#DA592C'

red 218 ◦ green 89 ◦ blue 44

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

Shades of Chilean Fire #DA592C

Tints of Chilean Fire #DA592C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.36%

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

R = 62.11%
G = 25.36%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA592C (or 0xDA592C) is known color: Chilean Fire. HEX triplet: DA, 59 and 2C. RGB value is (218,89,44). Sum of RGB (Red+Green+Blue) = 218+89+44=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA592C is #25A6D3. Grayscale: #7A7A7A. Windows color (decimal): -2467540 or 2906586. OLE color: 2906586.

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

Color convert

RGB 218 89 44 -
CMYK 0 0.59 0.80 0.15
HSL 15.52º 0.7% 0.51% -
HSV(B) 15.52º 0.8% 0.85% -
XYZ 32.94 22.23 4.94 -
YUV 122.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 218 89 44 0 0.59 0.80 0.15 15.52 0.7 0.51
Hex DA 59 2C 0 3B 50 F 10 46 33
Octal 332 131 54 0 73 120 17 20 106 63
Binary 11011010 1011001 101100 0 111011 1010000 1111 10000 1000110 110011

Color Harmonies of #DA592C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA592C

Black with #DA592C

Text Example


Text Example

White with #DA592C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA592C; }

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

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

background-color css

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

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

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

border-color css

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

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

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