#CC5825

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

Shades of Chilean Fire #CC5825

Tints of Chilean Fire #CC5825

Color information

#CC5825 (or 0xCC5825) is unknown color: approx Chilean Fire. HEX triplet: CC, 58 and 25. RGB value is (204,88,37). Sum of RGB (Red+Green+Blue) = 204+88+37=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5825 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5825 is #33A7DA. Grayscale: #757575. Windows color (decimal): -3385307 or 2447564. OLE color: 2447564.

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

Color convert

RGB2048837-
CMYK00.570.820.2
HSL18.32º69.29%47.25%-
HSV(B)18.32º81.86%80%-
XYZ28.7319.954.09-
YUV116.8782.93190.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 88 (34.77% from 255) = 26.75%
BLUE value IS 37 (14.84% from 255) = 11.25%
R=62.01%
G=26.75%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.82
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204883700.570.820.218.3269.2947.25
HexCC5825039521412452f
Octal31413045071122242210557
Binary1100110010110001001010111001101001010100100101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5825; }

 p { color: rgb(204,88,37); }

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

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

 a { background-color: rgb(204,88,37); }

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

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

 span { border-color: rgb(204,88,37); }

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