#FE2D3D

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

Shades of Alizarin #FE2D3D

Tints of Alizarin #FE2D3D

Color information

#FE2D3D (or 0xFE2D3D) is unknown color: approx Alizarin. HEX triplet: FE, 2D and 3D. RGB value is (254,45,61). Sum of RGB (Red+Green+Blue) = 254+45+61=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2D3D is #01D2C2. Grayscale: #6D6D6D. Windows color (decimal): -119491 or 4009470. OLE color: 4009470.

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

Color convert

RGB2544561-
CMYK00.820.760.00
HSL355.41º99.05%58.63%-
HSV(B)355.41º82.28%99.61%-
XYZ42.6523.286.66-
YUV109.32100.74231.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 70.56%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 16.94%
R=70.56%
G=12.5%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254456100.820.760.00355.4199.0558.63
HexFE2D3D0524C0163633b
Octal37655750122114054314373
Binary1111111010110111110101010010100110001011000111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2D3D; }

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

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

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

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

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

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

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

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