#DC602D

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

Shades of Chilean Fire #DC602D

Tints of Chilean Fire #DC602D

Color information

#DC602D (or 0xDC602D) is unknown color: approx Chilean Fire. HEX triplet: DC, 60 and 2D. RGB value is (220,96,45). Sum of RGB (Red+Green+Blue) = 220+96+45=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC602D is #239FD2. Grayscale: #7F7F7F. Windows color (decimal): -2334675 or 2973916. OLE color: 2973916.

HSL color Cylindrical-coordinate representation of color #DC602D: hue angle of 17.49º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC602D is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB2209645-
CMYK00.560.800.14
HSL17.49º71.43%51.96%-
HSV(B)17.49º79.55%86.27%-
XYZ34.1723.775.27-
YUV127.2681.58194.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.94%
GREEN value IS 96 (37.89% from 255) = 26.59%
BLUE value IS 45 (17.97% from 255) = 12.47%
R=60.94%
G=26.59%
B=12.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220964500.560.800.1417.4971.4351.96
HexDC602D03850E114734
Octal33414055070120162110764
Binary110111001100000101101011100010100001110100011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC602D; }

 p { color: rgb(220,96,45); }

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

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

 a { background-color: rgb(220,96,45); }

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

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

 span { border-color: rgb(220,96,45); }

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