Html Css Color HEX #FC3744 Radical Red

📋 copy color: '#FC3744'

red 252 ◦ green 55 ◦ blue 68

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

Shades of Radical Red #FC3744

Tints of Radical Red #FC3744

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 67.2%
G = 14.67%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC3744 (or 0xFC3744) is known color: Radical Red. HEX triplet: FC, 37 and 44. RGB value is (252,55,68). Sum of RGB (Red+Green+Blue) = 252+55+68=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3744 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3744 is #03C8BB. Grayscale: #737373. Windows color (decimal): -247996 or 4470780. OLE color: 4470780.

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

Color convert

RGB 252 55 68 -
CMYK 0 0.78 0.73 0.01
HSL 356.04º 0.97% 0.6% -
HSV(B) 356.04º 0.78% 0.99% -
XYZ 42.55 23.85 7.83 -
YUV 115.39 101.27 225.44 -
System Red Green Blue C M Y K H S L
Decimal 252 55 68 0 0.78 0.73 0.01 356.04 0.97 0.6
Hex FC 37 44 0 4E 49 1 164 61 3C
Octal 374 67 104 0 116 111 1 544 141 74
Binary 11111100 110111 1000100 0 1001110 1001001 1 101100100 1100001 111100

Color Harmonies of #FC3744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3744

Black with #FC3744

Text Example


Text Example

White with #FC3744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3744; }

 p { color: rgb(252,55,68); }

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

background-color css

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

 a { background-color: rgb(252,55,68); }

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

border-color css

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

 span { border-color: rgb(252,55,68); }

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