#CE572C

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

Shades of Chilean Fire #CE572C

Tints of Chilean Fire #CE572C

Color information

#CE572C (or 0xCE572C) is unknown color: approx Chilean Fire. HEX triplet: CE, 57 and 2C. RGB value is (206,87,44). Sum of RGB (Red+Green+Blue) = 206+87+44=337 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.13% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 206 - color contains mainly: red. Hex color #CE572C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE572C is #31A8D3. Grayscale: #757575. Windows color (decimal): -3254484 or 2906062. OLE color: 2906062.

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

Color convert

RGB2068744-
CMYK00.580.790.19
HSL15.93º64.8%49.02%-
HSV(B)15.93º78.64%80.78%-
XYZ29.3220.124.72-
YUV117.6886.42191-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 61.13%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=61.13%
G=25.82%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206874400.580.790.1915.9364.849.02
HexCE572C03A4F13104131
Octal31612754072117232010161
Binary1100111010101111011000111010100111110011100001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE572C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE572C; }

 p { color: rgb(206,87,44); }

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

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

 a { background-color: rgb(206,87,44); }

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

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

 span { border-color: rgb(206,87,44); }

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