#FC3336

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

Shades of Alizarin #FC3336

Tints of Alizarin #FC3336

Color information

#FC3336 (or 0xFC3336) is unknown color: approx Alizarin. HEX triplet: FC, 33 and 36. RGB value is (252,51,54). Sum of RGB (Red+Green+Blue) = 252+51+54=357 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.59% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3336 is #03CCC9. Grayscale: #6F6F6F. Windows color (decimal): -249034 or 3552252. OLE color: 3552252.

HSL color Cylindrical-coordinate representation of color #FC3336: hue angle of 359.1º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3336 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.01.

Color convert

RGB2525154-
CMYK00.800.790.01
HSL359.1º97.1%59.41%-
HSV(B)359.1º79.76%98.82%-
XYZ41.9923.335.78-
YUV111.4495.59228.26-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 70.59%
GREEN value IS 51 (20.31% from 255) = 14.29%
BLUE value IS 54 (21.48% from 255) = 15.13%
R=70.59%
G=14.29%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252515400.800.790.01359.197.159.41
HexFC33360504F1167613b
Octal37463660120117154714173
Binary1111110011001111011001010000100111111011001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3336; }

 p { color: rgb(252,51,54); }

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

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

 a { background-color: rgb(252,51,54); }

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

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

 span { border-color: rgb(252,51,54); }

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