Html Css Color HEX #DA521E Chilean Fire

📋 copy color: '#DA521E'

red 218 ◦ green 82 ◦ blue 30

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

Shades of Chilean Fire #DA521E

Tints of Chilean Fire #DA521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.85%

 BLUE value IS 30 (12.11% from 255) = 9.09%

R = 66.06%
G = 24.85%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA521E (or 0xDA521E) is known color: Chilean Fire. HEX triplet: DA, 52 and 1E. RGB value is (218,82,30). Sum of RGB (Red+Green+Blue) = 218+82+30=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA521E is #25ADE1. Grayscale: #757575. Windows color (decimal): -2469346 or 1987290. OLE color: 1987290.

HSL color Cylindrical-coordinate representation of color #DA521E: hue angle of 16.6º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA521E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 30 -
CMYK 0 0.62 0.86 0.15
HSL 16.6º 0.76% 0.49% -
HSV(B) 16.6º 0.86% 0.85% -
XYZ 32.17 21.03 3.59 -
YUV 116.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 218 82 30 0 0.62 0.86 0.15 16.6 0.76 0.49
Hex DA 52 1E 0 3E 56 F 11 4C 31
Octal 332 122 36 0 76 126 17 21 114 61
Binary 11011010 1010010 11110 0 111110 1010110 1111 10001 1001100 110001

Color Harmonies of #DA521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA521E

Black with #DA521E

Text Example


Text Example

White with #DA521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA521E; }

 p { color: rgb(218,82,30); }

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

background-color css

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

 a { background-color: rgb(218,82,30); }

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

border-color css

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

 span { border-color: rgb(218,82,30); }

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