#FF5C5C

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

Shades of Bittersweet #FF5C5C

Tints of Bittersweet #FF5C5C

Color information

#FF5C5C (or 0xFF5C5C) is unknown color: approx Bittersweet. HEX triplet: FF, 5C and 5C. RGB value is (255,92,92). Sum of RGB (Red+Green+Blue) = 255+92+92=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5C5C is #00A3A3. Grayscale: #8C8C8C. Windows color (decimal): -41892 or 6053119. OLE color: 6053119.

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

Color convert

RGB2559292-
CMYK00.640.640
HSL100%68.04%-
HSV(B)63.92%100%-
XYZ4729.6913.38-
YUV140.74100.5209.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.09%
GREEN value IS 92 (36.33% from 255) = 20.96%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=58.09%
G=20.96%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255929200.640.640010068.04
HexFF5C5C04040006444
Octal377134134010010000144104
Binary11111111101110010111000100000010000000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF5C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF5C5C; }

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

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

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

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

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

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

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

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