#FE2D3A

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

Shades of Alizarin #FE2D3A

Tints of Alizarin #FE2D3A

Color information

#FE2D3A (or 0xFE2D3A) is unknown color: approx Alizarin. HEX triplet: FE, 2D and 3A. RGB value is (254,45,58). Sum of RGB (Red+Green+Blue) = 254+45+58=357 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.15% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D3A is #01D2C5. Grayscale: #6D6D6D. Windows color (decimal): -119494 or 3812862. OLE color: 3812862.

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

Color convert

RGB2544558-
CMYK00.820.770.00
HSL356.27º99.05%58.63%-
HSV(B)356.27º82.28%99.61%-
XYZ42.5823.256.25-
YUV108.9799.24231.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 71.15%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=71.15%
G=12.61%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254455800.820.770.00356.2799.0558.63
HexFE2D3A0524D0164633b
Octal37655720122115054414373
Binary1111111010110111101001010010100110101011001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D3A; }

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

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

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

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

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

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

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

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