#FE3340

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

Shades of Alizarin #FE3340

Tints of Alizarin #FE3340

Color information

#FE3340 (or 0xFE3340) is unknown color: approx Alizarin. HEX triplet: FE, 33 and 40. RGB value is (254,51,64). Sum of RGB (Red+Green+Blue) = 254+51+64=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 64 (25.39% from 255 or 17.34% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3340 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3340 is #01CCBF. Grayscale: #717171. Windows color (decimal): -117952 or 4207614. OLE color: 4207614.

HSL color Cylindrical-coordinate representation of color #FE3340: hue angle of 356.16º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3340 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB2545164-
CMYK00.800.750.00
HSL356.16º99.02%59.8%-
HSV(B)356.16º79.92%99.61%-
XYZ42.9823.817.18-
YUV113.18100.25228.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.83%
GREEN value IS 51 (20.31% from 255) = 13.82%
BLUE value IS 64 (25.39% from 255) = 17.34%
R=68.83%
G=13.82%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254516400.800.750.00356.1699.0259.8
HexFE33400504B0164633c
Octal376631000120113054414374
Binary11111110110011100000001010000100101101011001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3340; }

 p { color: rgb(254,51,64); }

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

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

 a { background-color: rgb(254,51,64); }

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

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

 span { border-color: rgb(254,51,64); }

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