#DC5827

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

Shades of Chilean Fire #DC5827

Tints of Chilean Fire #DC5827

Color information

#DC5827 (or 0xDC5827) is unknown color: approx Chilean Fire. HEX triplet: DC, 58 and 27. RGB value is (220,88,39). Sum of RGB (Red+Green+Blue) = 220+88+39=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5827 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5827 is #23A7D8. Grayscale: #7A7A7A. Windows color (decimal): -2336729 or 2578652. OLE color: 2578652.

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

Color convert

RGB2208839-
CMYK00.60.820.14
HSL16.24º72.11%50.78%-
HSV(B)16.24º82.27%86.27%-
XYZ33.3722.344.47-
YUV121.8881.23197.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.40%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 39 (15.62% from 255) = 11.24%
R=63.40%
G=25.36%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.82
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220883900.60.820.1416.2472.1150.78
HexDC582703C52E104833
Octal33413047074122162011063
Binary110111001011000100111011110010100101110100001001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5827; }

 p { color: rgb(220,88,39); }

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

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

 a { background-color: rgb(220,88,39); }

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

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

 span { border-color: rgb(220,88,39); }

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