Html Css Color HEX #DC5420 Chilean Fire

📋 copy color: '#DC5420'

red 220 ◦ green 84 ◦ blue 32

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

Shades of Chilean Fire #DC5420

Tints of Chilean Fire #DC5420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

 BLUE value IS 32 (12.89% from 255) = 9.52%

R = 65.48%
G = 25%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC5420 (or 0xDC5420) is known color: Chilean Fire. HEX triplet: DC, 54 and 20. RGB value is (220,84,32). Sum of RGB (Red+Green+Blue) = 220+84+32=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5420 is #23ABDF. Grayscale: #777777. Windows color (decimal): -2337760 or 2118876. OLE color: 2118876.

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

Color convert

RGB 220 84 32 -
CMYK 0 0.62 0.85 0.14
HSL 16.6º 0.75% 0.49% -
HSV(B) 16.6º 0.85% 0.86% -
XYZ 32.95 21.66 3.81 -
YUV 118.74 79.06 200.23 -
System Red Green Blue C M Y K H S L
Decimal 220 84 32 0 0.62 0.85 0.14 16.6 0.75 0.49
Hex DC 54 20 0 3E 55 E 11 4B 31
Octal 334 124 40 0 76 125 16 21 113 61
Binary 11011100 1010100 100000 0 111110 1010101 1110 10001 1001011 110001

Color Harmonies of #DC5420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5420

Black with #DC5420

Text Example


Text Example

White with #DC5420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5420; }

 p { color: rgb(220,84,32); }

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

background-color css

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

 a { background-color: rgb(220,84,32); }

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

border-color css

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

 span { border-color: rgb(220,84,32); }

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