#C14E4E

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

Shades of Sunset #C14E4E

Tints of Sunset #C14E4E

Color information

#C14E4E (or 0xC14E4E) is unknown color: approx Sunset. HEX triplet: C1, 4E and 4E. RGB value is (193,78,78). Sum of RGB (Red+Green+Blue) = 193+78+78=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E4E is #3EB1B1. Grayscale: #707070. Windows color (decimal): -4108722 or 5131969. OLE color: 5131969.

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

Color convert

RGB1937878-
CMYK00.600.600.24
HSL48.12%53.14%-
HSV(B)59.59%75.69%-
XYZ26.0917.349.18-
YUV112.38108.6185.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.30%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 78 (30.86% from 255) = 22.35%
R=55.30%
G=22.35%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193787800.600.600.24048.1253.14
HexC14E4E03C3C1803035
Octal301116116074743006065
Binary11000001100111010011100111100111100110000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E4E; }

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

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

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

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

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

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

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

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