Html Css Color HEX #FD5354 Radical Red

📋 copy color: '#FD5354'

red 253 ◦ green 83 ◦ blue 84

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

Shades of Radical Red #FD5354

Tints of Radical Red #FD5354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20%

R = 60.24%
G = 19.76%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FD5354 (or 0xFD5354) is known color: Radical Red. HEX triplet: FD, 53 and 54. RGB value is (253,83,84). Sum of RGB (Red+Green+Blue) = 253+83+84=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 84 (33.20% from 255 or 20% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5354 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD5354 is #02ACAB. Grayscale: #868686. Windows color (decimal): -175276 or 5526525. OLE color: 5526525.

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

Color convert

RGB 253 83 84 -
CMYK 0 0.67 0.67 0.01
HSL 359.65º 0.98% 0.66% -
HSV(B) 359.65º 0.67% 0.99% -
XYZ 45.2 27.71 11.35 -
YUV 133.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 253 83 84 0 0.67 0.67 0.01 359.65 0.98 0.66
Hex FD 53 54 0 43 43 1 168 62 42
Octal 375 123 124 0 103 103 1 550 142 102
Binary 11111101 1010011 1010100 0 1000011 1000011 1 101101000 1100010 1000010

Color Harmonies of #FD5354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5354

Black with #FD5354

Text Example


Text Example

White with #FD5354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5354; }

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

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

background-color css

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

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

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

border-color css

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

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

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