Html Css Color HEX #FC3752 Radical Red

📋 copy color: '#FC3752'

red 252 ◦ green 55 ◦ blue 82

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

Shades of Radical Red #FC3752

Tints of Radical Red #FC3752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 64.78%
G = 14.14%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC3752 (or 0xFC3752) is known color: Radical Red. HEX triplet: FC, 37 and 52. RGB value is (252,55,82). Sum of RGB (Red+Green+Blue) = 252+55+82=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC3752 is #03C8AD. Grayscale: #757575. Windows color (decimal): -247982 or 5388284. OLE color: 5388284.

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

Color convert

RGB 252 55 82 -
CMYK 0 0.78 0.67 0.01
HSL 351.78º 0.97% 0.6% -
HSV(B) 351.78º 0.78% 0.99% -
XYZ 43.03 24.04 10.35 -
YUV 116.98 108.27 224.3 -
System Red Green Blue C M Y K H S L
Decimal 252 55 82 0 0.78 0.67 0.01 351.78 0.97 0.6
Hex FC 37 52 0 4E 43 1 160 61 3C
Octal 374 67 122 0 116 103 1 540 141 74
Binary 11111100 110111 1010010 0 1001110 1000011 1 101100000 1100001 111100

Color Harmonies of #FC3752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3752

Black with #FC3752

Text Example


Text Example

White with #FC3752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3752; }

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

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

background-color css

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

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

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

border-color css

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

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

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