#C95935

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

Shades of Chilean Fire #C95935

Tints of Chilean Fire #C95935

Color information

#C95935 (or 0xC95935) is unknown color: approx Chilean Fire. HEX triplet: C9, 59 and 35. RGB value is (201,89,53). Sum of RGB (Red+Green+Blue) = 201+89+53=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 53 (21.09% from 255 or 15.45% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C95935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95935 is #36A6CA. Grayscale: #767676. Windows color (decimal): -3581643 or 3496393. OLE color: 3496393.

HSL color Cylindrical-coordinate representation of color #C95935: hue angle of 14.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C95935 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2018953-
CMYK00.560.740.21
HSL14.59º58.27%49.8%-
HSV(B)14.59º73.63%78.82%-
XYZ28.319.825.7-
YUV118.3891.11186.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.60%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 53 (21.09% from 255) = 15.45%
R=58.60%
G=25.95%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201895300.560.740.2114.5958.2749.8
HexC959350384A15f3a32
Octal3111316507011225177262
Binary11001001101100111010101110001001010101011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95935; }

 p { color: rgb(201,89,53); }

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

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

 a { background-color: rgb(201,89,53); }

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

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

 span { border-color: rgb(201,89,53); }

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