#C14C44

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

Shades of Sunset #C14C44

Tints of Sunset #C14C44

Color information

#C14C44 (or 0xC14C44) is unknown color: approx Sunset. HEX triplet: C1, 4C and 44. RGB value is (193,76,68). Sum of RGB (Red+Green+Blue) = 193+76+68=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14C44 is #3EB3BB. Grayscale: #6E6E6E. Windows color (decimal): -4109244 or 4476097. OLE color: 4476097.

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

Color convert

RGB1937668-
CMYK00.610.650.24
HSL3.84º50.2%51.18%-
HSV(B)3.84º64.77%75.69%-
XYZ25.6216.927.39-
YUV110.07104.26187.15-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 76 (30.08% from 255) = 22.55%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=57.27%
G=22.55%
B=20.18%

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
Decimal193766800.610.650.243.8450.251.18
HexC14C4403D411843233
Octal3011141040751013046263
Binary11000001100110010001000111101100000111000100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14C44; }

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

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

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

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

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

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

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

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