#FC343A

Color #FC343A Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #FC343A

Tints of Alizarin #FC343A

Color information

#FC343A (or 0xFC343A) is unknown color: approx Alizarin. HEX triplet: FC, 34 and 3A. RGB value is (252,52,58). Sum of RGB (Red+Green+Blue) = 252+52+58=362 (47% of max value = 765). Red value is 252 (98.83% from 255 or 69.61% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 252 - color contains mainly: red. Hex color #FC343A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC343A is #03CBC5. Grayscale: #707070. Windows color (decimal): -248774 or 3814652. OLE color: 3814652.

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

Color convert

RGB2525258-
CMYK00.790.770.01
HSL358.2º97.09%59.61%-
HSV(B)358.2º79.37%98.82%-
XYZ42.1423.466.31-
YUV112.4897.26227.51-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 69.61%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 58 (23.05% from 255) = 16.02%
R=69.61%
G=14.36%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252525800.790.770.01358.297.0959.61
HexFC343A04F4D1166613c
Octal37464720117115154614174
Binary1111110011010011101001001111100110111011001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC343A; }

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

 H1.HeaderClassName
 {
   color: #FC343A;
 }
 .AnyTagClassName
 {
   color: #FC343A;
 }
</style>
background-color css

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

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

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

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

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

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