Html Css Color HEX #FC354D Radical Red

📋 copy color: '#FC354D'

red 252 ◦ green 53 ◦ blue 77

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

Shades of Radical Red #FC354D

Tints of Radical Red #FC354D

RGB

 RED value IS 252 (98.83% from 255) = 65.97%

 GREEN value IS 53 (21.09% from 255) = 13.87%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 65.97%
G = 13.87%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC354D (or 0xFC354D) is known color: Radical Red. HEX triplet: FC, 35 and 4D. RGB value is (252,53,77). Sum of RGB (Red+Green+Blue) = 252+53+77=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC354D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC354D is #03CAB2. Grayscale: #737373. Windows color (decimal): -248499 or 5060092. OLE color: 5060092.

HSL color Cylindrical-coordinate representation of color #FC354D: hue angle of 352.76º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC354D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 53 77 -
CMYK 0 0.79 0.69 0.01
HSL 352.76º 0.97% 0.6% -
HSV(B) 352.76º 0.79% 0.99% -
XYZ 42.76 23.78 9.36 -
YUV 115.24 106.43 225.55 -
System Red Green Blue C M Y K H S L
Decimal 252 53 77 0 0.79 0.69 0.01 352.76 0.97 0.6
Hex FC 35 4D 0 4F 45 1 161 61 3C
Octal 374 65 115 0 117 105 1 541 141 74
Binary 11111100 110101 1001101 0 1001111 1000101 1 101100001 1100001 111100

Color Harmonies of #FC354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC354D

Black with #FC354D

Text Example


Text Example

White with #FC354D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC354D; }

 p { color: rgb(252,53,77); }

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

background-color css

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

 a { background-color: rgb(252,53,77); }

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

border-color css

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

 span { border-color: rgb(252,53,77); }

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