#C14948

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

Shades of Sunset #C14948

Tints of Sunset #C14948

Color information

#C14948 (or 0xC14948) is unknown color: approx Sunset. HEX triplet: C1, 49 and 48. RGB value is (193,73,72). Sum of RGB (Red+Green+Blue) = 193+73+72=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14948 is #3EB6B7. Grayscale: #6C6C6C. Windows color (decimal): -4110008 or 4737473. OLE color: 4737473.

HSL color Cylindrical-coordinate representation of color #C14948: hue angle of 0.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14948 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1937372-
CMYK00.620.630.24
HSL0.5º49.39%51.96%-
HSV(B)0.5º62.69%75.69%-
XYZ25.5416.577.98-
YUV108.77107.26188.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=57.10%
G=21.60%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193737200.620.630.240.549.3951.96
HexC1494803E3F1803134
Octal301111110076773006164
Binary11000001100100110010000111110111111110000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14948; }

 p { color: rgb(193,73,72); }

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

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

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

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

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

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

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