Html Css Color HEX #DC5328 Chilean Fire

📋 copy color: '#DC5328'

red 220 ◦ green 83 ◦ blue 40

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

Shades of Chilean Fire #DC5328

Tints of Chilean Fire #DC5328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 64.14%
G = 24.2%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC5328 (or 0xDC5328) is known color: Chilean Fire. HEX triplet: DC, 53 and 28. RGB value is (220,83,40). Sum of RGB (Red+Green+Blue) = 220+83+40=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5328 is #23ACD7. Grayscale: #777777. Windows color (decimal): -2338008 or 2642908. OLE color: 2642908.

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

Color convert

RGB 220 83 40 -
CMYK 0 0.62 0.82 0.14
HSL 14.33º 0.72% 0.51% -
HSV(B) 14.33º 0.82% 0.86% -
XYZ 32.99 21.56 4.43 -
YUV 119.06 83.39 200 -
System Red Green Blue C M Y K H S L
Decimal 220 83 40 0 0.62 0.82 0.14 14.33 0.72 0.51
Hex DC 53 28 0 3E 52 E E 48 33
Octal 334 123 50 0 76 122 16 16 110 63
Binary 11011100 1010011 101000 0 111110 1010010 1110 1110 1001000 110011

Color Harmonies of #DC5328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5328

Black with #DC5328

Text Example


Text Example

White with #DC5328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5328; }

 p { color: rgb(220,83,40); }

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

background-color css

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

 a { background-color: rgb(220,83,40); }

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

border-color css

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

 span { border-color: rgb(220,83,40); }

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