Html Css Color HEX #DC521F Chilean Fire

📋 copy color: '#DC521F'

red 220 ◦ green 82 ◦ blue 31

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

Shades of Chilean Fire #DC521F

Tints of Chilean Fire #DC521F

RGB

 RED value IS 220 (86.33% from 255) = 66.07%

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

 BLUE value IS 31 (12.5% from 255) = 9.31%

R = 66.07%
G = 24.62%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC521F (or 0xDC521F) is known color: Chilean Fire. HEX triplet: DC, 52 and 1F. RGB value is (220,82,31). Sum of RGB (Red+Green+Blue) = 220+82+31=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC521F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC521F is #23ADE0. Grayscale: #757575. Windows color (decimal): -2338273 or 2052828. OLE color: 2052828.

HSL color Cylindrical-coordinate representation of color #DC521F: hue angle of 16.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC521F is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 31 -
CMYK 0 0.63 0.86 0.14
HSL 16.19º 0.75% 0.49% -
HSV(B) 16.19º 0.86% 0.86% -
XYZ 32.78 21.35 3.69 -
YUV 117.45 79.22 201.15 -
System Red Green Blue C M Y K H S L
Decimal 220 82 31 0 0.63 0.86 0.14 16.19 0.75 0.49
Hex DC 52 1F 0 3F 56 E 10 4B 31
Octal 334 122 37 0 77 126 16 20 113 61
Binary 11011100 1010010 11111 0 111111 1010110 1110 10000 1001011 110001

Color Harmonies of #DC521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC521F

Black with #DC521F

Text Example


Text Example

White with #DC521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC521F; }

 p { color: rgb(220,82,31); }

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

background-color css

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

 a { background-color: rgb(220,82,31); }

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

border-color css

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

 span { border-color: rgb(220,82,31); }

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