Html Css Color HEX #FC343C Alizarin

📋 copy color: '#FC343C'

red 252 ◦ green 52 ◦ blue 60

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

Shades of Alizarin #FC343C

Tints of Alizarin #FC343C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.29%

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

R = 69.23%
G = 14.29%
B = 16.48%

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

#FC343C (or 0xFC343C) is known color: Alizarin. HEX triplet: FC, 34 and 3C. RGB value is (252,52,60). Sum of RGB (Red+Green+Blue) = 252+52+60=364 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.23% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 252 - color contains mainly: red. Hex color #FC343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC343C is #03CBC3. Grayscale: #707070. Windows color (decimal): -248772 or 3945724. OLE color: 3945724.

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

Color convert

RGB 252 52 60 -
CMYK 0 0.79 0.76 0.01
HSL 357.6º 0.97% 0.6% -
HSV(B) 357.6º 0.79% 0.99% -
XYZ 42.19 23.48 6.58 -
YUV 112.71 98.26 227.35 -
System Red Green Blue C M Y K H S L
Decimal 252 52 60 0 0.79 0.76 0.01 357.6 0.97 0.6
Hex FC 34 3C 0 4F 4C 1 166 61 3C
Octal 374 64 74 0 117 114 1 546 141 74
Binary 11111100 110100 111100 0 1001111 1001100 1 101100110 1100001 111100

Color Harmonies of #FC343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC343C

Black with #FC343C

Text Example


Text Example

White with #FC343C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC343C; }

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

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

background-color css

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

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

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

border-color css

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

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

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