Html Css Color HEX #FC343D Alizarin

📋 copy color: '#FC343D'

red 252 ◦ green 52 ◦ blue 61

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

Shades of Alizarin #FC343D

Tints of Alizarin #FC343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.71%

R = 69.04%
G = 14.25%
B = 16.71%

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

#FC343D (or 0xFC343D) is known color: Alizarin. HEX triplet: FC, 34 and 3D. RGB value is (252,52,61). Sum of RGB (Red+Green+Blue) = 252+52+61=365 (48% of max value = 765). Red value is 252 (98.83% from 255 or 69.04% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 61 (24.22% from 255 or 16.71% from 365); Max value from RGB is 252 - color contains mainly: red. Hex color #FC343D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC343D is #03CBC2. Grayscale: #707070. Windows color (decimal): -248771 or 4011260. OLE color: 4011260.

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

Color convert

RGB 252 52 61 -
CMYK 0 0.79 0.76 0.01
HSL 357.3º 0.97% 0.6% -
HSV(B) 357.3º 0.79% 0.99% -
XYZ 42.22 23.49 6.72 -
YUV 112.83 98.76 227.27 -
System Red Green Blue C M Y K H S L
Decimal 252 52 61 0 0.79 0.76 0.01 357.3 0.97 0.6
Hex FC 34 3D 0 4F 4C 1 165 61 3C
Octal 374 64 75 0 117 114 1 545 141 74
Binary 11111100 110100 111101 0 1001111 1001100 1 101100101 1100001 111100

Color Harmonies of #FC343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC343D

Black with #FC343D

Text Example


Text Example

White with #FC343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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