Html Css Color HEX #FC3547 Radical Red

📋 copy color: '#FC3547'

red 252 ◦ green 53 ◦ blue 71

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

Shades of Radical Red #FC3547

Tints of Radical Red #FC3547

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.1%

 BLUE value IS 71 (28.13% from 255) = 18.88%

R = 67.02%
G = 14.1%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC3547 (or 0xFC3547) is known color: Radical Red. HEX triplet: FC, 35 and 47. RGB value is (252,53,71). Sum of RGB (Red+Green+Blue) = 252+53+71=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 71 (28.12% from 255 or 18.88% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3547 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3547 is #03CAB8. Grayscale: #727272. Windows color (decimal): -248505 or 4666876. OLE color: 4666876.

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

Color convert

RGB 252 53 71 -
CMYK 0 0.79 0.72 0.01
HSL 354.57º 0.97% 0.6% -
HSV(B) 354.57º 0.79% 0.99% -
XYZ 42.56 23.7 8.29 -
YUV 114.55 103.43 226.04 -
System Red Green Blue C M Y K H S L
Decimal 252 53 71 0 0.79 0.72 0.01 354.57 0.97 0.6
Hex FC 35 47 0 4F 48 1 163 61 3C
Octal 374 65 107 0 117 110 1 543 141 74
Binary 11111100 110101 1000111 0 1001111 1001000 1 101100011 1100001 111100

Color Harmonies of #FC3547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC3547

Black with #FC3547

Text Example


Text Example

White with #FC3547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC3547; }

 p { color: rgb(252,53,71); }

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

background-color css

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

 a { background-color: rgb(252,53,71); }

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

border-color css

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

 span { border-color: rgb(252,53,71); }

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