Html Css Color HEX #FC394D Radical Red

📋 copy color: '#FC394D'

red 252 ◦ green 57 ◦ blue 77

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

Shades of Radical Red #FC394D

Tints of Radical Red #FC394D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.77%

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

R = 65.28%
G = 14.77%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC394D (or 0xFC394D) is known color: Radical Red. HEX triplet: FC, 39 and 4D. RGB value is (252,57,77). Sum of RGB (Red+Green+Blue) = 252+57+77=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC394D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC394D is #03C6B2. Grayscale: #757575. Windows color (decimal): -247475 or 5061116. OLE color: 5061116.

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

Color convert

RGB 252 57 77 -
CMYK 0 0.77 0.69 0.01
HSL 353.85º 0.97% 0.61% -
HSV(B) 353.85º 0.77% 0.99% -
XYZ 42.95 24.16 9.42 -
YUV 117.59 105.1 223.87 -
System Red Green Blue C M Y K H S L
Decimal 252 57 77 0 0.77 0.69 0.01 353.85 0.97 0.61
Hex FC 39 4D 0 4D 45 1 162 61 3D
Octal 374 71 115 0 115 105 1 542 141 75
Binary 11111100 111001 1001101 0 1001101 1000101 1 101100010 1100001 111101

Color Harmonies of #FC394D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC394D

Black with #FC394D

Text Example


Text Example

White with #FC394D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC394D; }

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

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

background-color css

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

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

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

border-color css

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

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

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