#FC3335

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

Shades of Alizarin #FC3335

Tints of Alizarin #FC3335

Color information

#FC3335 (or 0xFC3335) is unknown color: approx Alizarin. HEX triplet: FC, 33 and 35. RGB value is (252,51,53). Sum of RGB (Red+Green+Blue) = 252+51+53=356 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.79% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 53 (21.09% from 255 or 14.89% from 356); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3335 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3335 is #03CCCA. Grayscale: #6F6F6F. Windows color (decimal): -249035 or 3486716. OLE color: 3486716.

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

Color convert

RGB2525153-
CMYK00.800.790.01
HSL359.4º97.1%59.41%-
HSV(B)359.4º79.76%98.82%-
XYZ41.9723.325.66-
YUV111.3395.09228.34-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 70.79%
GREEN value IS 51 (20.31% from 255) = 14.33%
BLUE value IS 53 (21.09% from 255) = 14.89%
R=70.79%
G=14.33%
B=14.89%

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
Decimal252515300.800.790.01359.497.159.41
HexFC33350504F1167613b
Octal37463650120117154714173
Binary1111110011001111010101010000100111111011001111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC3335; }

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

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

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

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

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

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

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

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