#CE5A37

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

Shades of Chilean Fire #CE5A37

Tints of Chilean Fire #CE5A37

Color information

#CE5A37 (or 0xCE5A37) is unknown color: approx Chilean Fire. HEX triplet: CE, 5A and 37. RGB value is (206,90,55). Sum of RGB (Red+Green+Blue) = 206+90+55=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 55 (21.88% from 255 or 15.67% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5A37 is #31A5C8. Grayscale: #787878. Windows color (decimal): -3253705 or 3627726. OLE color: 3627726.

HSL color Cylindrical-coordinate representation of color #CE5A37: hue angle of 13.91º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE5A37 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB2069055-
CMYK00.560.730.19
HSL13.91º60.64%51.18%-
HSV(B)13.91º73.3%80.78%-
XYZ29.820.716.04-
YUV120.6990.93188.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 58.69%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 55 (21.88% from 255) = 15.67%
R=58.69%
G=25.64%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206905500.560.730.1913.9160.6451.18
HexCE5A370384913e3d33
Octal3161326707011123167563
Binary11001110101101011011101110001001001100111110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5A37; }

 p { color: rgb(206,90,55); }

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

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

 a { background-color: rgb(206,90,55); }

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

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

 span { border-color: rgb(206,90,55); }

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