#CE5B30

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

Shades of Chilean Fire #CE5B30

Tints of Chilean Fire #CE5B30

Color information

#CE5B30 (or 0xCE5B30) is unknown color: approx Chilean Fire. HEX triplet: CE, 5B and 30. RGB value is (206,91,48). Sum of RGB (Red+Green+Blue) = 206+91+48=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B30 is #31A4CF. Grayscale: #787878. Windows color (decimal): -3253456 or 3169230. OLE color: 3169230.

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

Color convert

RGB2069148-
CMYK00.560.770.19
HSL16.33º62.2%49.8%-
HSV(B)16.33º76.7%80.78%-
XYZ29.7320.825.25-
YUV120.4887.1189-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.71%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 48 (19.14% from 255) = 13.91%
R=59.71%
G=26.38%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206914800.560.770.1916.3362.249.8
HexCE5B300384D13103e32
Octal3161336007011523207662
Binary110011101011011110000011100010011011001110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE5B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE5B30; }

 p { color: rgb(206,91,48); }

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

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

 a { background-color: rgb(206,91,48); }

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

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

 span { border-color: rgb(206,91,48); }

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