#FF3233

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

Shades of Alizarin #FF3233

Tints of Alizarin #FF3233

Color information

#FF3233 (or 0xFF3233) is unknown color: approx Alizarin. HEX triplet: FF, 32 and 33. RGB value is (255,50,51). Sum of RGB (Red+Green+Blue) = 255+50+51=356 (47% of max value = 765). Red value is 255 (100% from 255 or 71.63% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3233 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3233 is #00CDCC. Grayscale: #6F6F6F. Windows color (decimal): -52685 or 3355391. OLE color: 3355391.

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

Color convert

RGB2555051-
CMYK00.800.80
HSL359.71º100%59.8%-
HSV(B)359.71º80.39%100%-
XYZ42.9823.785.46-
YUV111.4193.92230.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 71.63%
GREEN value IS 50 (19.92% from 255) = 14.04%
BLUE value IS 51 (20.31% from 255) = 14.33%
R=71.63%
G=14.04%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255505100.800.80359.7110059.8
HexFF3233050500168643c
Octal37762630120120055014474
Binary1111111111001011001101010000101000001011010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3233; }

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

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

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

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

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

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

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

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