#C14949

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

Shades of Sunset #C14949

Tints of Sunset #C14949

Color information

#C14949 (or 0xC14949) is unknown color: approx Sunset. HEX triplet: C1, 49 and 49. RGB value is (193,73,73). Sum of RGB (Red+Green+Blue) = 193+73+73=339 (44% of max value = 765). Red value is 193 (75.78% from 255 or 56.93% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 193 - color contains mainly: red. Hex color #C14949 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14949 is #3EB6B6. Grayscale: #6D6D6D. Windows color (decimal): -4110007 or 4803009. OLE color: 4803009.

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

Color convert

RGB1937373-
CMYK00.620.620.24
HSL49.18%52.16%-
HSV(B)62.18%75.69%-
XYZ25.5816.588.16-
YUV108.88107.76188-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.93%
GREEN value IS 73 (28.91% from 255) = 21.53%
BLUE value IS 73 (28.91% from 255) = 21.53%
R=56.93%
G=21.53%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193737300.620.620.24049.1852.16
HexC1494903E3E1803134
Octal301111111076763006164
Binary11000001100100110010010111110111110110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14949; }

 p { color: rgb(193,73,73); }

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

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

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

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

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

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

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