#DC5833

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

Shades of Chilean Fire #DC5833

Tints of Chilean Fire #DC5833

Color information

#DC5833 (or 0xDC5833) is unknown color: approx Chilean Fire. HEX triplet: DC, 58 and 33. RGB value is (220,88,51). Sum of RGB (Red+Green+Blue) = 220+88+51=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5833 is #23A7CC. Grayscale: #7B7B7B. Windows color (decimal): -2336717 or 3365084. OLE color: 3365084.

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

Color convert

RGB2208851-
CMYK00.60.770.14
HSL13.14º70.71%53.14%-
HSV(B)13.14º76.82%86.27%-
XYZ33.622.435.69-
YUV123.2587.23197.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.28%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 51 (20.31% from 255) = 14.21%
R=61.28%
G=24.51%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220885100.60.770.1413.1470.7153.14
HexDC583303C4DEd4735
Octal33413063074115161510765
Binary11011100101100011001101111001001101111011011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5833; }

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

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

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

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

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

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

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

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