Html Css Color HEX #DC5221 Chilean Fire

📋 copy color: '#DC5221'

red 220 ◦ green 82 ◦ blue 33

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

Shades of Chilean Fire #DC5221

Tints of Chilean Fire #DC5221

RGB

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

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

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

R = 65.67%
G = 24.48%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5221 (or 0xDC5221) is known color: Chilean Fire. HEX triplet: DC, 52 and 21. RGB value is (220,82,33). Sum of RGB (Red+Green+Blue) = 220+82+33=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5221 is #23ADDE. Grayscale: #767676. Windows color (decimal): -2338271 or 2183900. OLE color: 2183900.

HSL color Cylindrical-coordinate representation of color #DC5221: hue angle of 15.72º 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 #DC5221 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 33 -
CMYK 0 0.63 0.85 0.14
HSL 15.72º 0.74% 0.5% -
HSV(B) 15.72º 0.85% 0.86% -
XYZ 32.81 21.36 3.83 -
YUV 117.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 220 82 33 0 0.63 0.85 0.14 15.72 0.74 0.5
Hex DC 52 21 0 3F 55 E 10 4A 32
Octal 334 122 41 0 77 125 16 20 112 62
Binary 11011100 1010010 100001 0 111111 1010101 1110 10000 1001010 110010

Color Harmonies of #DC5221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5221

Black with #DC5221

Text Example


Text Example

White with #DC5221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5221; }

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

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

background-color css

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

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

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

border-color css

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

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

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