#ce5832

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

Shades of Chilean Fire #CE5832

Tints of Chilean Fire #CE5832

Color information

#CE5832 (or 0xCE5832) is unknown color: approx Chilean Fire. HEX triplet: CE, 58 and 32. RGB value is (206,88,50). Sum of RGB (Red+Green+Blue) = 206+88+50=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 50 (19.92% from 255 or 14.53% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5832 is #31A7CD. Grayscale: #777777. Windows color (decimal): -3254222 or 3299534. OLE color: 3299534.

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

Color convert

RGB2068850-
CMYK00.570.760.19
HSL14.62º61.42%50.2%-
HSV(B)14.62º75.73%80.78%-
XYZ29.5220.335.39-
YUV118.9589.09190.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.88%
GREEN value IS 88 (34.77% from 255) = 25.58%
BLUE value IS 50 (19.92% from 255) = 14.53%
R=59.88%
G=25.58%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206885000.570.760.1914.6261.4250.2
HexCE58320394C13f3d32
Octal3161306207111423177562
Binary11001110101100011001001110011001100100111111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce5832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce5832; }

 p { color: rgb(206,88,50); }

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

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

 a { background-color: rgb(206,88,50); }

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

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

 span { border-color: rgb(206,88,50); }

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