Html Css Color HEX #FD5E5D Bittersweet

📋 copy color: '#FD5E5D'

red 253 ◦ green 94 ◦ blue 93

#FD5E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bittersweet #FD5E5D

Tints of Bittersweet #FD5E5D

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 value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD5E5D (or 0xFD5E5D) is known color: 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

RGB 253 94 93 -
CMYK 0 0.63 0.63 0.01
HSL 0.38º 0.98% 0.68% -
HSV(B) 0.38º 0.63% 0.99% -
XYZ 46.49 29.68 13.63 -
YUV 141.43 100.68 207.58 -
System Red Green Blue C M Y K H S L
Decimal 253 94 93 0 0.63 0.63 0.01 0.38 0.98 0.68
Hex FD 5E 5D 0 3F 3F 1 0 62 44
Octal 375 136 135 0 77 77 1 0 142 104
Binary 11111101 1011110 1011101 0 111111 111111 1 0 1100010 1000100

Color Harmonies of #FD5E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5E5D

Black with #FD5E5D

Text Example


Text Example

White with #FD5E5D

Text Example


Text Example

HTML Codes & Css Web 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>