#C14D42

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

Shades of Sunset #C14D42

Tints of Sunset #C14D42

Color information

#C14D42 (or 0xC14D42) is unknown color: approx Sunset. HEX triplet: C1, 4D and 42. RGB value is (193,77,66). Sum of RGB (Red+Green+Blue) = 193+77+66=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C14D42 is #3EB2BD. Grayscale: #6E6E6E. Windows color (decimal): -4108990 or 4345281. OLE color: 4345281.

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

Color convert

RGB1937766-
CMYK00.600.660.24
HSL5.2º50.6%50.78%-
HSV(B)5.2º65.8%75.69%-
XYZ25.6317.047.09-
YUV110.43102.93186.89-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.44%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 66 (26.17% from 255) = 19.64%
R=57.44%
G=22.92%
B=19.64%

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
Decimal193776600.600.660.245.250.650.78
HexC14D4203C421853333
Octal3011151020741023056363
Binary11000001100110110000100111100100001011000101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D42; }

 p { color: rgb(193,77,66); }

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

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

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

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

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

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

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