#C95934

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

Shades of Chilean Fire #C95934

Tints of Chilean Fire #C95934

Color information

#C95934 (or 0xC95934) is unknown color: approx Chilean Fire. HEX triplet: C9, 59 and 34. RGB value is (201,89,52). Sum of RGB (Red+Green+Blue) = 201+89+52=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C95934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95934 is #36A6CB. Grayscale: #767676. Windows color (decimal): -3581644 or 3430857. OLE color: 3430857.

HSL color Cylindrical-coordinate representation of color #C95934: hue angle of 14.9º degrees, saturation: 0.59, 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 #C95934 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2018952-
CMYK00.560.740.21
HSL14.9º58.89%49.61%-
HSV(B)14.9º74.13%78.82%-
XYZ28.2819.815.58-
YUV118.2790.61187.01-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.77%
GREEN value IS 89 (35.16% from 255) = 26.02%
BLUE value IS 52 (20.70% from 255) = 15.20%
R=58.77%
G=26.02%
B=15.20%

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
Decimal201895200.560.740.2114.958.8949.61
HexC959340384A15f3b32
Octal3111316407011225177362
Binary11001001101100111010001110001001010101011111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95934; }

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

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

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

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

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

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

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

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