Html Css Color HEX #DA5527 Chilean Fire

📋 copy color: '#DA5527'

red 218 ◦ green 85 ◦ blue 39

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

Shades of Chilean Fire #DA5527

Tints of Chilean Fire #DA5527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 39 (15.63% from 255) = 11.4%

R = 63.74%
G = 24.85%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#DA5527 (or 0xDA5527) is known color: Chilean Fire. HEX triplet: DA, 55 and 27. RGB value is (218,85,39). Sum of RGB (Red+Green+Blue) = 218+85+39=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5527 is #25AAD8. Grayscale: #777777. Windows color (decimal): -2468569 or 2577882. OLE color: 2577882.

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

Color convert

RGB 218 85 39 -
CMYK 0 0.61 0.82 0.15
HSL 15.42º 0.71% 0.5% -
HSV(B) 15.42º 0.82% 0.85% -
XYZ 32.53 21.55 4.36 -
YUV 119.52 82.56 198.24 -
System Red Green Blue C M Y K H S L
Decimal 218 85 39 0 0.61 0.82 0.15 15.42 0.71 0.5
Hex DA 55 27 0 3D 52 F F 47 32
Octal 332 125 47 0 75 122 17 17 107 62
Binary 11011010 1010101 100111 0 111101 1010010 1111 1111 1000111 110010

Color Harmonies of #DA5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5527

Black with #DA5527

Text Example


Text Example

White with #DA5527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5527; }

 p { color: rgb(218,85,39); }

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

background-color css

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

 a { background-color: rgb(218,85,39); }

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

border-color css

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

 span { border-color: rgb(218,85,39); }

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