#C8582A

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

Shades of Chilean Fire #C8582A

Tints of Chilean Fire #C8582A

Color information

#C8582A (or 0xC8582A) is unknown color: approx Chilean Fire. HEX triplet: C8, 58 and 2A. RGB value is (200,88,42). Sum of RGB (Red+Green+Blue) = 200+88+42=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8582A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8582A is #37A7D5. Grayscale: #747474. Windows color (decimal): -3647446 or 2775240. OLE color: 2775240.

HSL color Cylindrical-coordinate representation of color #C8582A: hue angle of 17.47º 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 #C8582A is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB2008842-
CMYK00.560.790.22
HSL17.47º65.29%47.45%-
HSV(B)17.47º79%78.43%-
XYZ27.7319.434.48-
YUV116.2486.11187.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.61%
GREEN value IS 88 (34.77% from 255) = 26.67%
BLUE value IS 42 (16.80% from 255) = 12.73%
R=60.61%
G=26.67%
B=12.73%

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
Decimal200884200.560.790.2217.4765.2947.45
HexC8582A0384F1611412f
Octal31013052070117262110157
Binary1100100010110001010100111000100111110110100011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8582A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8582A; }

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

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

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

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

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

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

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

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