Html Css Color HEX #FC384D Radical Red

📋 copy color: '#FC384D'

red 252 ◦ green 56 ◦ blue 77

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

Shades of Radical Red #FC384D

Tints of Radical Red #FC384D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.55%

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

R = 65.45%
G = 14.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.01

RGB Variations

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

Color information

#FC384D (or 0xFC384D) is known color: Radical Red. HEX triplet: FC, 38 and 4D. RGB value is (252,56,77). Sum of RGB (Red+Green+Blue) = 252+56+77=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC384D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC384D is #03C7B2. Grayscale: #757575. Windows color (decimal): -247731 or 5060860. OLE color: 5060860.

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

Color convert

RGB 252 56 77 -
CMYK 0 0.78 0.69 0.01
HSL 353.57º 0.97% 0.6% -
HSV(B) 353.57º 0.78% 0.99% -
XYZ 42.9 24.06 9.4 -
YUV 117 105.43 224.29 -
System Red Green Blue C M Y K H S L
Decimal 252 56 77 0 0.78 0.69 0.01 353.57 0.97 0.6
Hex FC 38 4D 0 4E 45 1 162 61 3C
Octal 374 70 115 0 116 105 1 542 141 74
Binary 11111100 111000 1001101 0 1001110 1000101 1 101100010 1100001 111100

Color Harmonies of #FC384D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC384D

Black with #FC384D

Text Example


Text Example

White with #FC384D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC384D; }

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

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

background-color css

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

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

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

border-color css

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

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

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