#FF2E31

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

Shades of Alizarin #FF2E31

Tints of Alizarin #FF2E31

Color information

#FF2E31 (or 0xFF2E31) is unknown color: approx Alizarin. HEX triplet: FF, 2E and 31. RGB value is (255,46,49). Sum of RGB (Red+Green+Blue) = 255+46+49=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E31 is #00D1CE. Grayscale: #6D6D6D. Windows color (decimal): -53711 or 3223295. OLE color: 3223295.

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

Color convert

RGB2554649-
CMYK00.820.810
HSL359.14º100%59.02%-
HSV(B)359.14º81.96%100%-
XYZ42.7723.445.17-
YUV108.8394.24232.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.86%
GREEN value IS 46 (18.36% from 255) = 13.14%
BLUE value IS 49 (19.53% from 255) = 14%
R=72.86%
G=13.14%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255464900.820.810359.1410059.02
HexFF2E31052510167643b
Octal37756610122121054714473
Binary1111111110111011000101010010101000101011001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E31; }

 p { color: rgb(255,46,49); }

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

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

 a { background-color: rgb(255,46,49); }

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

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

 span { border-color: rgb(255,46,49); }

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