#FE333A

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

Shades of Alizarin #FE333A

Tints of Alizarin #FE333A

Color information

#FE333A (or 0xFE333A) is unknown color: approx Alizarin. HEX triplet: FE, 33 and 3A. RGB value is (254,51,58). Sum of RGB (Red+Green+Blue) = 254+51+58=363 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.97% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 254 - color contains mainly: red. Hex color #FE333A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE333A is #01CCC5. Grayscale: #707070. Windows color (decimal): -117958 or 3814398. OLE color: 3814398.

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

Color convert

RGB2545158-
CMYK00.800.770.00
HSL357.93º99.02%59.8%-
HSV(B)357.93º79.92%99.61%-
XYZ42.8223.746.33-
YUV112.4997.25228.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 69.97%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=69.97%
G=14.05%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254515800.800.770.00357.9399.0259.8
HexFE333A0504D0166633c
Octal37663720120115054614374
Binary1111111011001111101001010000100110101011001101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE333A; }

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

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

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

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

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

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

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

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