#ff2e32

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

Shades of Alizarin #FF2E32

Tints of Alizarin #FF2E32

Color information

#FF2E32 (or 0xFF2E32) is unknown color: approx Alizarin. HEX triplet: FF, 2E and 32. RGB value is (255,46,50). Sum of RGB (Red+Green+Blue) = 255+46+50=351 (46% of max value = 765). Red value is 255 (100% from 255 or 72.65% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2E32 is #00D1CD. Grayscale: #6D6D6D. Windows color (decimal): -53710 or 3288831. OLE color: 3288831.

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

Color convert

RGB2554650-
CMYK00.820.800
HSL358.85º100%59.02%-
HSV(B)358.85º81.96%100%-
XYZ42.7923.445.29-
YUV108.9594.74232.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.65%
GREEN value IS 46 (18.36% from 255) = 13.11%
BLUE value IS 50 (19.92% from 255) = 14.25%
R=72.65%
G=13.11%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255465000.820.800358.8510059.02
HexFF2E32052500167643b
Octal37756620122120054714473
Binary1111111110111011001001010010101000001011001111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff2e32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff2e32; }

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

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

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

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

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

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

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

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