#FE3439

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

Shades of Alizarin #FE3439

Tints of Alizarin #FE3439

Color information

#FE3439 (or 0xFE3439) is unknown color: approx Alizarin. HEX triplet: FE, 34 and 39. RGB value is (254,52,57). Sum of RGB (Red+Green+Blue) = 254+52+57=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 52 (20.70% from 255 or 14.33% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3439 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3439 is #01CBC6. Grayscale: #717171. Windows color (decimal): -117703 or 3749118. OLE color: 3749118.

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

Color convert

RGB2545257-
CMYK00.800.780.00
HSL358.51º99.02%60%-
HSV(B)358.51º79.53%99.61%-
XYZ42.8423.826.21-
YUV112.9796.42228.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.97%
GREEN value IS 52 (20.70% from 255) = 14.33%
BLUE value IS 57 (22.66% from 255) = 15.70%
R=69.97%
G=14.33%
B=15.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254525700.800.780.00358.5199.0260
HexFE34390504E0167633c
Octal37664710120116054714374
Binary1111111011010011100101010000100111001011001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3439; }

 p { color: rgb(254,52,57); }

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

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

 a { background-color: rgb(254,52,57); }

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

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

 span { border-color: rgb(254,52,57); }

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