Html Css Color HEX #FC353C Alizarin

📋 copy color: '#FC353C'

red 252 ◦ green 53 ◦ blue 60

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

Shades of Alizarin #FC353C

Tints of Alizarin #FC353C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.44%

R = 69.04%
G = 14.52%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC353C (or 0xFC353C) is known color: Alizarin. HEX triplet: FC, 35 and 3C. RGB value is (252,53,60). Sum of RGB (Red+Green+Blue) = 252+53+60=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 60 (23.83% from 255 or 16.44% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC353C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC353C is #03CAC3. Grayscale: #717171. Windows color (decimal): -248516 or 3945980. OLE color: 3945980.

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

Color convert

RGB 252 53 60 -
CMYK 0 0.79 0.76 0.01
HSL 357.89º 0.97% 0.6% -
HSV(B) 357.89º 0.79% 0.99% -
XYZ 42.23 23.57 6.6 -
YUV 113.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 252 53 60 0 0.79 0.76 0.01 357.89 0.97 0.6
Hex FC 35 3C 0 4F 4C 1 166 61 3C
Octal 374 65 74 0 117 114 1 546 141 74
Binary 11111100 110101 111100 0 1001111 1001100 1 101100110 1100001 111100

Color Harmonies of #FC353C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC353C

Black with #FC353C

Text Example


Text Example

White with #FC353C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC353C; }

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

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

background-color css

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

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

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

border-color css

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

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

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