Html Css Color HEX #FD5355 Radical Red

📋 copy color: '#FD5355'

red 253 ◦ green 83 ◦ blue 85

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

Shades of Radical Red #FD5355

Tints of Radical Red #FD5355

RGB

 RED value IS 253 (99.22% from 255) = 60.1%

 GREEN value IS 83 (32.81% from 255) = 19.71%

 BLUE value IS 85 (33.59% from 255) = 20.19%

R = 60.1%
G = 19.71%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#FD5355 (or 0xFD5355) is known color: Radical Red. HEX triplet: FD, 53 and 55. RGB value is (253,83,85). Sum of RGB (Red+Green+Blue) = 253+83+85=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5355 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5355 is #02ACAA. Grayscale: #868686. Windows color (decimal): -175275 or 5592061. OLE color: 5592061.

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

Color convert

RGB 253 83 85 -
CMYK 0 0.67 0.66 0.01
HSL 359.29º 0.98% 0.66% -
HSV(B) 359.29º 0.67% 0.99% -
XYZ 45.24 27.73 11.56 -
YUV 134.06 100.32 212.84 -
System Red Green Blue C M Y K H S L
Decimal 253 83 85 0 0.67 0.66 0.01 359.29 0.98 0.66
Hex FD 53 55 0 43 42 1 167 62 42
Octal 375 123 125 0 103 102 1 547 142 102
Binary 11111101 1010011 1010101 0 1000011 1000010 1 101100111 1100010 1000010

Color Harmonies of #FD5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5355

Black with #FD5355

Text Example


Text Example

White with #FD5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5355; }

 p { color: rgb(253,83,85); }

 H1.HeaderClassName
 {
   color: #FD5355;
 }
 .AnyTagClassName
 {
   color: #FD5355;
 }
</style>

background-color css

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

 a { background-color: rgb(253,83,85); }

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

border-color css

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

 span { border-color: rgb(253,83,85); }

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