#FF5D5C

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

Shades of Bittersweet #FF5D5C

Tints of Bittersweet #FF5D5C

Color information

#FF5D5C (or 0xFF5D5C) is unknown color: approx Bittersweet. HEX triplet: FF, 5D and 5C. RGB value is (255,93,92). Sum of RGB (Red+Green+Blue) = 255+93+92=440 (58% of max value = 765). Red value is 255 (100% from 255 or 57.95% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5D5C is #00A2A3. Grayscale: #8D8D8D. Windows color (decimal): -41636 or 6053375. OLE color: 6053375.

HSL color Cylindrical-coordinate representation of color #FF5D5C: hue angle of 0.37º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF5D5C is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB2559392-
CMYK00.640.640
HSL0.37º100%68.04%-
HSV(B)0.37º63.92%100%-
XYZ47.0929.8613.41-
YUV141.32100.17209.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.95%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=57.95%
G=21.14%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255939200.640.6400.3710068.04
HexFF5D5C04040006444
Octal377135134010010000144104
Binary11111111101110110111000100000010000000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5D5C; }

 p { color: rgb(255,93,92); }

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

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

 a { background-color: rgb(255,93,92); }

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

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

 span { border-color: rgb(255,93,92); }

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