#C95A26

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

Shades of Chilean Fire #C95A26

Tints of Chilean Fire #C95A26

Color information

#C95A26 (or 0xC95A26) is unknown color: approx Chilean Fire. HEX triplet: C9, 5A and 26. RGB value is (201,90,38). Sum of RGB (Red+Green+Blue) = 201+90+38=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 38 (15.23% from 255 or 11.55% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C95A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95A26 is #36A5D9. Grayscale: #757575. Windows color (decimal): -3581402 or 2513609. OLE color: 2513609.

HSL color Cylindrical-coordinate representation of color #C95A26: hue angle of 19.14º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C95A26 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2019038-
CMYK00.550.810.21
HSL19.14º68.2%46.86%-
HSV(B)19.14º81.09%78.82%-
XYZ28.0919.874.19-
YUV117.2683.27187.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 38 (15.23% from 255) = 11.55%
R=61.09%
G=27.36%
B=11.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201903800.550.810.2119.1468.246.86
HexC95A26037511513442f
Octal31113246067121252310457
Binary1100100110110101001100110111101000110101100111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95A26; }

 p { color: rgb(201,90,38); }

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

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

 a { background-color: rgb(201,90,38); }

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

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

 span { border-color: rgb(201,90,38); }

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