Html Css Color HEX #FC364D Radical Red

📋 copy color: '#FC364D'

red 252 ◦ green 54 ◦ blue 77

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

Shades of Radical Red #FC364D

Tints of Radical Red #FC364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.1%

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

R = 65.8%
G = 14.1%
B = 20.1%

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

#FC364D (or 0xFC364D) is known color: Radical Red. HEX triplet: FC, 36 and 4D. RGB value is (252,54,77). Sum of RGB (Red+Green+Blue) = 252+54+77=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 54 (21.48% from 255 or 14.10% from 383); Blue value is 77 (30.47% from 255 or 20.10% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC364D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC364D is #03C9B2. Grayscale: #737373. Windows color (decimal): -248243 or 5060348. OLE color: 5060348.

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

Color convert

RGB 252 54 77 -
CMYK 0 0.79 0.69 0.01
HSL 353.03º 0.97% 0.6% -
HSV(B) 353.03º 0.79% 0.99% -
XYZ 42.8 23.87 9.37 -
YUV 115.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 252 54 77 0 0.79 0.69 0.01 353.03 0.97 0.6
Hex FC 36 4D 0 4F 45 1 161 61 3C
Octal 374 66 115 0 117 105 1 541 141 74
Binary 11111100 110110 1001101 0 1001111 1000101 1 101100001 1100001 111100

Color Harmonies of #FC364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC364D

Black with #FC364D

Text Example


Text Example

White with #FC364D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC364D; }

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

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

background-color css

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

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

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

border-color css

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

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

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