Html Css Color HEX #DA592E Chilean Fire

📋 copy color: '#DA592E'

red 218 ◦ green 89 ◦ blue 46

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

Shades of Chilean Fire #DA592E

Tints of Chilean Fire #DA592E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.03%

R = 61.76%
G = 25.21%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA592E (or 0xDA592E) is known color: Chilean Fire. HEX triplet: DA, 59 and 2E. RGB value is (218,89,46). Sum of RGB (Red+Green+Blue) = 218+89+46=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 46 (18.36% from 255 or 13.03% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA592E is #25A6D1. Grayscale: #7A7A7A. Windows color (decimal): -2467538 or 3037658. OLE color: 3037658.

HSL color Cylindrical-coordinate representation of color #DA592E: hue angle of 15º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA592E is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 89 46 -
CMYK 0 0.59 0.79 0.15
HSL 15º 0.7% 0.52% -
HSV(B) 15º 0.79% 0.85% -
XYZ 32.98 22.25 5.14 -
YUV 122.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 218 89 46 0 0.59 0.79 0.15 15 0.7 0.52
Hex DA 59 2E 0 3B 4F F F 46 34
Octal 332 131 56 0 73 117 17 17 106 64
Binary 11011010 1011001 101110 0 111011 1001111 1111 1111 1000110 110100

Color Harmonies of #DA592E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA592E

Black with #DA592E

Text Example


Text Example

White with #DA592E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA592E; }

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

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

background-color css

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

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

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

border-color css

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

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

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