#CE5628

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

Shades of Chilean Fire #CE5628

Tints of Chilean Fire #CE5628

Color information

#CE5628 (or 0xCE5628) is unknown color: approx Chilean Fire. HEX triplet: CE, 56 and 28. RGB value is (206,86,40). Sum of RGB (Red+Green+Blue) = 206+86+40=332 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.05% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 40 (16.02% from 255 or 12.05% from 332); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5628 is #31A9D7. Grayscale: #747474. Windows color (decimal): -3254744 or 2643662. OLE color: 2643662.

HSL color Cylindrical-coordinate representation of color #CE5628: hue angle of 16.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CE5628 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB2068640-
CMYK00.580.810.19
HSL16.63º67.48%48.24%-
HSV(B)16.63º80.58%80.78%-
XYZ29.1619.934.32-
YUV116.6484.76191.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 62.05%
GREEN value IS 86 (33.98% from 255) = 25.90%
BLUE value IS 40 (16.02% from 255) = 12.05%
R=62.05%
G=25.90%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206864000.580.810.1916.6367.4848.24
HexCE562803A5113114330
Octal31612650072121232110360
Binary1100111010101101010000111010101000110011100011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5628; }

 p { color: rgb(206,86,40); }

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

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

 a { background-color: rgb(206,86,40); }

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

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

 span { border-color: rgb(206,86,40); }

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