Html Css Color HEX #DC5021 Chilean Fire

📋 copy color: '#DC5021'

red 220 ◦ green 80 ◦ blue 33

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

Shades of Chilean Fire #DC5021

Tints of Chilean Fire #DC5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 66.07%
G = 24.02%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5021 (or 0xDC5021) is known color: Chilean Fire. HEX triplet: DC, 50 and 21. RGB value is (220,80,33). Sum of RGB (Red+Green+Blue) = 220+80+33=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5021 is #23AFDE. Grayscale: #747474. Windows color (decimal): -2338783 or 2183388. OLE color: 2183388.

HSL color Cylindrical-coordinate representation of color #DC5021: hue angle of 15.08º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC5021 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 33 -
CMYK 0 0.64 0.85 0.14
HSL 15.08º 0.74% 0.5% -
HSV(B) 15.08º 0.85% 0.86% -
XYZ 32.66 21.06 3.78 -
YUV 116.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 220 80 33 0 0.64 0.85 0.14 15.08 0.74 0.5
Hex DC 50 21 0 40 55 E F 4A 32
Octal 334 120 41 0 100 125 16 17 112 62
Binary 11011100 1010000 100001 0 1000000 1010101 1110 1111 1001010 110010

Color Harmonies of #DC5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5021

Black with #DC5021

Text Example


Text Example

White with #DC5021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5021; }

 p { color: rgb(220,80,33); }

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

background-color css

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

 a { background-color: rgb(220,80,33); }

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

border-color css

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

 span { border-color: rgb(220,80,33); }

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