#DC5925

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

Shades of Chilean Fire #DC5925

Tints of Chilean Fire #DC5925

Color information

#DC5925 (or 0xDC5925) is unknown color: approx Chilean Fire. HEX triplet: DC, 59 and 25. RGB value is (220,89,37). Sum of RGB (Red+Green+Blue) = 220+89+37=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5925 is #23A6DA. Grayscale: #7A7A7A. Windows color (decimal): -2336475 or 2447836. OLE color: 2447836.

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

Color convert

RGB2208937-
CMYK00.600.830.14
HSL17.05º72.33%50.39%-
HSV(B)17.05º83.18%86.27%-
XYZ33.4222.494.33-
YUV122.2479.9197.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 63.58%
GREEN value IS 89 (35.16% from 255) = 25.72%
BLUE value IS 37 (14.84% from 255) = 10.69%
R=63.58%
G=25.72%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220893700.600.830.1417.0572.3350.39
HexDC592503C53E114832
Octal33413145074123162111062
Binary110111001011001100101011110010100111110100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5925; }

 p { color: rgb(220,89,37); }

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

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

 a { background-color: rgb(220,89,37); }

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

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

 span { border-color: rgb(220,89,37); }

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