#DC5232

Color #DC5232 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #DC5232

Tints of Chilean Fire #DC5232

Color information

#DC5232 (or 0xDC5232) is unknown color: approx Chilean Fire. HEX triplet: DC, 52 and 32. RGB value is (220,82,50). Sum of RGB (Red+Green+Blue) = 220+82+50=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5232 is #23ADCD. Grayscale: #777777. Windows color (decimal): -2338254 or 3298012. OLE color: 3298012.

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

Color convert

RGB2208250-
CMYK00.630.770.14
HSL11.29º70.83%52.94%-
HSV(B)11.29º77.27%86.27%-
XYZ33.1121.485.42-
YUV119.6188.72199.6-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 50 (19.92% from 255) = 14.20%
R=62.5%
G=23.30%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220825000.630.770.1411.2970.8352.94
HexDC523203F4DEb4735
Octal33412262077115161310765
Binary11011100101001011001001111111001101111010111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5232; }

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

 H1.HeaderClassName
 {
   color: #DC5232;
 }
 .AnyTagClassName
 {
   color: #DC5232;
 }
</style>
background-color css

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

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

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

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

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

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