#FC2D38

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

Shades of Alizarin #FC2D38

Tints of Alizarin #FC2D38

Color information

#FC2D38 (or 0xFC2D38) is unknown color: approx Alizarin. HEX triplet: FC, 2D and 38. RGB value is (252,45,56). Sum of RGB (Red+Green+Blue) = 252+45+56=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D38 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2D38 is #03D2C7. Grayscale: #6C6C6C. Windows color (decimal): -250568 or 3681788. OLE color: 3681788.

HSL color Cylindrical-coordinate representation of color #FC2D38: hue angle of 356.81º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC2D38 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.01.

Color convert

RGB2524556-
CMYK00.820.780.01
HSL356.81º97.18%58.24%-
HSV(B)356.81º82.14%98.82%-
XYZ41.822.865.95-
YUV108.1598.58230.61-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 71.39%
GREEN value IS 45 (17.97% from 255) = 12.75%
BLUE value IS 56 (22.27% from 255) = 15.86%
R=71.39%
G=12.75%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252455600.820.780.01356.8197.1858.24
HexFC2D380524E1165613a
Octal37455700122116154514172
Binary1111110010110111100001010010100111011011001011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC2D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC2D38; }

 p { color: rgb(252,45,56); }

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

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

 a { background-color: rgb(252,45,56); }

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

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

 span { border-color: rgb(252,45,56); }

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