#CE5E39

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

Shades of Chilean Fire #CE5E39

Tints of Chilean Fire #CE5E39

Color information

#CE5E39 (or 0xCE5E39) is unknown color: approx Chilean Fire. HEX triplet: CE, 5E and 39. RGB value is (206,94,57). Sum of RGB (Red+Green+Blue) = 206+94+57=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 57 (22.66% from 255 or 15.97% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E39 is #31A1C6. Grayscale: #7B7B7B. Windows color (decimal): -3252679 or 3759822. OLE color: 3759822.

HSL color Cylindrical-coordinate representation of color #CE5E39: hue angle of 14.9º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE5E39 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB2069457-
CMYK00.540.720.19
HSL14.9º60.32%51.57%-
HSV(B)14.9º72.33%80.78%-
XYZ30.1921.426.41-
YUV123.2790.61187.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 57.70%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 57 (22.66% from 255) = 15.97%
R=57.70%
G=26.33%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206945700.540.720.1914.960.3251.57
HexCE5E390364813f3c34
Octal3161367106611023177464
Binary11001110101111011100101101101001000100111111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5E39; }

 p { color: rgb(206,94,57); }

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

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

 a { background-color: rgb(206,94,57); }

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

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

 span { border-color: rgb(206,94,57); }

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