#C14F41

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

Shades of Sunset #C14F41

Tints of Sunset #C14F41

Color information

#C14F41 (or 0xC14F41) is unknown color: approx Sunset. HEX triplet: C1, 4F and 41. RGB value is (193,79,65). Sum of RGB (Red+Green+Blue) = 193+79+65=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14F41 is #3EB0BE. Grayscale: #6F6F6F. Windows color (decimal): -4108479 or 4280257. OLE color: 4280257.

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

Color convert

RGB1937965-
CMYK00.590.660.24
HSL6.56º50.79%50.59%-
HSV(B)6.56º66.32%75.69%-
XYZ25.7417.316.99-
YUV111.49101.77186.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 65 (25.78% from 255) = 19.29%
R=57.27%
G=23.44%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193796500.590.660.246.5650.7950.59
HexC14F4103B421873333
Octal3011171010731023076363
Binary11000001100111110000010111011100001011000111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F41; }

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

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

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

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

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

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

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

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