#C14B45

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

Shades of Sunset #C14B45

Tints of Sunset #C14B45

Color information

#C14B45 (or 0xC14B45) is unknown color: approx Sunset. HEX triplet: C1, 4B and 45. RGB value is (193,75,69). Sum of RGB (Red+Green+Blue) = 193+75+69=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14B45 is #3EB4BA. Grayscale: #6D6D6D. Windows color (decimal): -4109499 or 4541377. OLE color: 4541377.

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

Color convert

RGB1937569-
CMYK00.610.640.24
HSL2.9º50%51.37%-
HSV(B)2.9º64.25%75.69%-
XYZ25.5816.87.52-
YUV109.6105.09187.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 69 (27.34% from 255) = 20.47%
R=57.27%
G=22.26%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193756900.610.640.242.95051.37
HexC14B4503D401833233
Octal3011131050751003036263
Binary1100000110010111000101011110110000001100011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14B45; }

 p { color: rgb(193,75,69); }

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

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

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

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

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

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

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