#C14F4E

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

Shades of Sunset #C14F4E

Tints of Sunset #C14F4E

Color information

#C14F4E (or 0xC14F4E) is unknown color: approx Sunset. HEX triplet: C1, 4F and 4E. RGB value is (193,79,78). Sum of RGB (Red+Green+Blue) = 193+79+78=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F4E is #3EB0B1. Grayscale: #717171. Windows color (decimal): -4108466 or 5132225. OLE color: 5132225.

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

Color convert

RGB1937978-
CMYK00.590.600.24
HSL0.52º48.12%53.14%-
HSV(B)0.52º59.59%75.69%-
XYZ26.1617.489.2-
YUV112.97108.27185.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 79 (31.25% from 255) = 22.57%
BLUE value IS 78 (30.86% from 255) = 22.29%
R=55.14%
G=22.57%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193797800.590.600.240.5248.1253.14
HexC14F4E03B3C1813035
Octal301117116073743016065
Binary11000001100111110011100111011111100110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F4E; }

 p { color: rgb(193,79,78); }

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

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

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

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

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

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

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