#FD5E5D

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

Shades of Bittersweet #FD5E5D

Tints of Bittersweet #FD5E5D

Color information

#FD5E5D (or 0xFD5E5D) is unknown color: approx Bittersweet. HEX triplet: FD, 5E and 5D. RGB value is (253,94,93). Sum of RGB (Red+Green+Blue) = 253+94+93=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5E5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5E5D is #02A1A2. Grayscale: #8D8D8D. Windows color (decimal): -172451 or 6119165. OLE color: 6119165.

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

Color convert

RGB2539493-
CMYK00.630.630.01
HSL0.38º97.56%67.84%-
HSV(B)0.38º63.24%99.22%-
XYZ46.4929.6813.63-
YUV141.43100.68207.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 57.5%
GREEN value IS 94 (37.11% from 255) = 21.36%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=57.5%
G=21.36%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253949300.630.630.010.3897.5667.84
HexFD5E5D03F3F106244
Octal3751361350777710142104
Binary111111011011110101110101111111111111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5E5D; }

 p { color: rgb(253,94,93); }

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

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

 a { background-color: rgb(253,94,93); }

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

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

 span { border-color: rgb(253,94,93); }

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