#C14944

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

Shades of Sunset #C14944

Tints of Sunset #C14944

Color information

#C14944 (or 0xC14944) is unknown color: approx Sunset. HEX triplet: C1, 49 and 44. RGB value is (193,73,68). Sum of RGB (Red+Green+Blue) = 193+73+68=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C14944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14944 is #3EB6BB. Grayscale: #6C6C6C. Windows color (decimal): -4110012 or 4475329. OLE color: 4475329.

HSL color Cylindrical-coordinate representation of color #C14944: hue angle of 2.4º 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 #C14944 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB1937368-
CMYK00.620.650.24
HSL2.4º50.2%51.18%-
HSV(B)2.4º64.77%75.69%-
XYZ25.4216.527.32-
YUV108.31105.26188.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.78%
GREEN value IS 73 (28.91% from 255) = 21.86%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=57.78%
G=21.86%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193736800.620.650.242.450.251.18
HexC1494403E411823233
Octal3011111040761013026263
Binary1100000110010011000100011111010000011100010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14944; }

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

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

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

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

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

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

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

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