#FF3234

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

Shades of Alizarin #FF3234

Tints of Alizarin #FF3234

Color information

#FF3234 (or 0xFF3234) is unknown color: approx Alizarin. HEX triplet: FF, 32 and 34. RGB value is (255,50,52). Sum of RGB (Red+Green+Blue) = 255+50+52=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 50 (19.92% from 255 or 14.01% from 357); Blue value is 52 (20.70% from 255 or 14.57% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3234 is #00CDCB. Grayscale: #6F6F6F. Windows color (decimal): -52684 or 3420927. OLE color: 3420927.

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

Color convert

RGB2555052-
CMYK00.800.800
HSL359.41º100%59.8%-
HSV(B)359.41º80.39%100%-
XYZ4323.795.57-
YUV111.5294.42230.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.43%
GREEN value IS 50 (19.92% from 255) = 14.01%
BLUE value IS 52 (20.70% from 255) = 14.57%
R=71.43%
G=14.01%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255505200.800.800359.4110059.8
HexFF3234050500167643c
Octal37762640120120054714474
Binary1111111111001011010001010000101000001011001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3234; }

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

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

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

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

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

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

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

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