#C14C43

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

Shades of Sunset #C14C43

Tints of Sunset #C14C43

Color information

#C14C43 (or 0xC14C43) is unknown color: approx Sunset. HEX triplet: C1, 4C and 43. RGB value is (193,76,67). Sum of RGB (Red+Green+Blue) = 193+76+67=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 67 (26.56% from 255 or 19.94% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C43 is #3EB3BC. Grayscale: #6E6E6E. Windows color (decimal): -4109245 or 4410561. OLE color: 4410561.

HSL color Cylindrical-coordinate representation of color #C14C43: hue angle of 4.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14C43 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1937667-
CMYK00.610.650.24
HSL4.29º50.4%50.98%-
HSV(B)4.29º65.28%75.69%-
XYZ25.5916.917.23-
YUV109.96103.76187.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 76 (30.08% from 255) = 22.62%
BLUE value IS 67 (26.56% from 255) = 19.94%
R=57.44%
G=22.62%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193766700.610.650.244.2950.450.98
HexC14C4303D411843233
Octal3011141030751013046263
Binary11000001100110010000110111101100000111000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C43; }

 p { color: rgb(193,76,67); }

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

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

 a { background-color: rgb(193,76,67); }

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

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

 span { border-color: rgb(193,76,67); }

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