Html Css Color HEX #DA5321 Chilean Fire

📋 copy color: '#DA5321'

red 218 ◦ green 83 ◦ blue 33

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

Shades of Chilean Fire #DA5321

Tints of Chilean Fire #DA5321

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 33 (13.28% from 255) = 9.88%

R = 65.27%
G = 24.85%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#DA5321 (or 0xDA5321) is known color: Chilean Fire. HEX triplet: DA, 53 and 21. RGB value is (218,83,33). Sum of RGB (Red+Green+Blue) = 218+83+33=334 (44% of max value = 765). Red value is 218 (85.55% from 255 or 65.27% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 33 (13.28% from 255 or 9.88% from 334); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA5321 is #25ACDE. Grayscale: #757575. Windows color (decimal): -2469087 or 2184154. OLE color: 2184154.

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

Color convert

RGB 218 83 33 -
CMYK 0 0.62 0.85 0.15
HSL 16.22º 0.74% 0.49% -
HSV(B) 16.22º 0.85% 0.85% -
XYZ 32.28 21.2 3.83 -
YUV 117.67 80.23 199.57 -
System Red Green Blue C M Y K H S L
Decimal 218 83 33 0 0.62 0.85 0.15 16.22 0.74 0.49
Hex DA 53 21 0 3E 55 F 10 4A 31
Octal 332 123 41 0 76 125 17 20 112 61
Binary 11011010 1010011 100001 0 111110 1010101 1111 10000 1001010 110001

Color Harmonies of #DA5321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5321

Black with #DA5321

Text Example


Text Example

White with #DA5321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5321; }

 p { color: rgb(218,83,33); }

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

background-color css

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

 a { background-color: rgb(218,83,33); }

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

border-color css

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

 span { border-color: rgb(218,83,33); }

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