#FE2B2C

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

Shades of Alizarin #FE2B2C

Tints of Alizarin #FE2B2C

Color information

#FE2B2C (or 0xFE2B2C) is unknown color: approx Alizarin. HEX triplet: FE, 2B and 2C. RGB value is (254,43,44). Sum of RGB (Red+Green+Blue) = 254+43+44=341 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.49% from 341); Green value is 43 (17.19% from 255 or 12.61% from 341); Blue value is 44 (17.58% from 255 or 12.90% from 341); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B2C is #01D4D3. Grayscale: #6A6A6A. Windows color (decimal): -120020 or 2894846. OLE color: 2894846.

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

Color convert

RGB2544344-
CMYK00.830.830.00
HSL359.72º99.06%58.24%-
HSV(B)359.72º83.07%99.61%-
XYZ42.1922.984.59-
YUV106.292.9233.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 74.49%
GREEN value IS 43 (17.19% from 255) = 12.61%
BLUE value IS 44 (17.58% from 255) = 12.90%
R=74.49%
G=12.61%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254434400.830.830.00359.7299.0658.24
HexFE2B2C053530168633a
Octal37653540123123055014372
Binary1111111010101110110001010011101001101011010001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2B2C; }

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

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

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

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

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

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

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

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