#C14E41

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

Shades of Sunset #C14E41

Tints of Sunset #C14E41

Color information

#C14E41 (or 0xC14E41) is unknown color: approx Sunset. HEX triplet: C1, 4E and 41. RGB value is (193,78,65). Sum of RGB (Red+Green+Blue) = 193+78+65=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14E41 is #3EB1BE. Grayscale: #6F6F6F. Windows color (decimal): -4108735 or 4280001. OLE color: 4280001.

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

Color convert

RGB1937865-
CMYK00.600.660.24
HSL6.09º50.79%50.59%-
HSV(B)6.09º66.32%75.69%-
XYZ25.6717.176.96-
YUV110.9102.1186.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 65 (25.78% from 255) = 19.35%
R=57.44%
G=23.21%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193786500.600.660.246.0950.7950.59
HexC14E4103C421863333
Octal3011161010741023066363
Binary11000001100111010000010111100100001011000110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E41; }

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

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

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

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

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

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

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

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