#C95C2F

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

Shades of Chilean Fire #C95C2F

Tints of Chilean Fire #C95C2F

Color information

#C95C2F (or 0xC95C2F) is unknown color: approx Chilean Fire. HEX triplet: C9, 5C and 2F. RGB value is (201,92,47). Sum of RGB (Red+Green+Blue) = 201+92+47=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C95C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95C2F is #36A3D0. Grayscale: #777777. Windows color (decimal): -3580881 or 3103945. OLE color: 3103945.

HSL color Cylindrical-coordinate representation of color #C95C2F: hue angle of 17.53º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C95C2F is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2019247-
CMYK00.540.770.21
HSL17.53º62.1%48.63%-
HSV(B)17.53º76.62%78.82%-
XYZ28.4320.285.1-
YUV119.4687.11186.16-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 47 (18.75% from 255) = 13.82%
R=59.12%
G=27.06%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201924700.540.770.2117.5362.148.63
HexC95C2F0364D15123e31
Octal3111345706611525227661
Binary110010011011100101111011011010011011010110010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95C2F; }

 p { color: rgb(201,92,47); }

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

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

 a { background-color: rgb(201,92,47); }

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

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

 span { border-color: rgb(201,92,47); }

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