#FE2C3A

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

Shades of Alizarin #FE2C3A

Tints of Alizarin #FE2C3A

Color information

#FE2C3A (or 0xFE2C3A) is unknown color: approx Alizarin. HEX triplet: FE, 2C and 3A. RGB value is (254,44,58). Sum of RGB (Red+Green+Blue) = 254+44+58=356 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.35% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2C3A is #01D3C5. Grayscale: #6C6C6C. Windows color (decimal): -119750 or 3812606. OLE color: 3812606.

HSL color Cylindrical-coordinate representation of color #FE2C3A: hue angle of 356º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FE2C3A is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.00.

Color convert

RGB2544458-
CMYK00.830.770.00
HSL356º99.06%58.43%-
HSV(B)356º82.68%99.61%-
XYZ42.5423.186.23-
YUV108.3999.57231.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.35%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 58 (23.05% from 255) = 16.29%
R=71.35%
G=12.36%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254445800.830.770.0035699.0658.43
HexFE2C3A0534D0164633a
Octal37654720123115054414372
Binary1111111010110011101001010011100110101011001001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2C3A; }

 p { color: rgb(254,44,58); }

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

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

 a { background-color: rgb(254,44,58); }

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

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

 span { border-color: rgb(254,44,58); }

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