#FE393A

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

Shades of Alizarin #FE393A

Tints of Alizarin #FE393A

Color information

#FE393A (or 0xFE393A) is unknown color: approx Alizarin. HEX triplet: FE, 39 and 3A. RGB value is (254,57,58). Sum of RGB (Red+Green+Blue) = 254+57+58=369 (48% of max value = 765). Red value is 254 (99.61% from 255 or 68.83% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 58 (23.05% from 255 or 15.72% from 369); Max value from RGB is 254 - color contains mainly: red. Hex color #FE393A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE393A is #01C6C5. Grayscale: #747474. Windows color (decimal): -116422 or 3815934. OLE color: 3815934.

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

Color convert

RGB2545758-
CMYK00.780.770.00
HSL359.7º98.99%60.98%-
HSV(B)359.7º77.56%99.61%-
XYZ43.124.36.42-
YUV116.0295.27226.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 68.83%
GREEN value IS 57 (22.66% from 255) = 15.45%
BLUE value IS 58 (23.05% from 255) = 15.72%
R=68.83%
G=15.45%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254575800.780.770.00359.798.9960.98
HexFE393A04E4D0168633d
Octal37671720116115055014375
Binary1111111011100111101001001110100110101011010001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE393A; }

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

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

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

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

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

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

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

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