#C8592A

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

Shades of Chilean Fire #C8592A

Tints of Chilean Fire #C8592A

Color information

#C8592A (or 0xC8592A) is unknown color: approx Chilean Fire. HEX triplet: C8, 59 and 2A. RGB value is (200,89,42). Sum of RGB (Red+Green+Blue) = 200+89+42=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8592A is #37A6D5. Grayscale: #757575. Windows color (decimal): -3647190 or 2775496. OLE color: 2775496.

HSL color Cylindrical-coordinate representation of color #C8592A: hue angle of 17.85º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8592A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB2008942-
CMYK00.560.790.22
HSL17.85º65.29%47.45%-
HSV(B)17.85º79%78.43%-
XYZ27.8119.594.51-
YUV116.8385.77187.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.42%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 42 (16.80% from 255) = 12.69%
R=60.42%
G=26.89%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200894200.560.790.2217.8565.2947.45
HexC8592A0384F1612412f
Octal31013152070117262210157
Binary1100100010110011010100111000100111110110100101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8592A; }

 p { color: rgb(200,89,42); }

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

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

 a { background-color: rgb(200,89,42); }

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

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

 span { border-color: rgb(200,89,42); }

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