#cc572b

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

Shades of Chilean Fire #CC572B

Tints of Chilean Fire #CC572B

Color information

#CC572B (or 0xCC572B) is unknown color: approx Chilean Fire. HEX triplet: CC, 57 and 2B. RGB value is (204,87,43). Sum of RGB (Red+Green+Blue) = 204+87+43=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 43 (17.19% from 255 or 12.87% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC572B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC572B is #33A8D4. Grayscale: #757575. Windows color (decimal): -3385557 or 2840524. OLE color: 2840524.

HSL color Cylindrical-coordinate representation of color #CC572B: hue angle of 16.4º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC572B is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB2048743-
CMYK00.570.790.2
HSL16.4º65.18%48.43%-
HSV(B)16.4º78.92%80%-
XYZ28.7519.834.6-
YUV116.9786.26190.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.08%
GREEN value IS 87 (34.38% from 255) = 26.05%
BLUE value IS 43 (17.19% from 255) = 12.87%
R=61.08%
G=26.05%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204874300.570.790.216.465.1848.43
HexCC572B0394F14104130
Octal31412753071117242010160
Binary1100110010101111010110111001100111110100100001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc572b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc572b; }

 p { color: rgb(204,87,43); }

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

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

 a { background-color: rgb(204,87,43); }

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

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

 span { border-color: rgb(204,87,43); }

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