#FF333C

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

Shades of Alizarin #FF333C

Tints of Alizarin #FF333C

Color information

#FF333C (or 0xFF333C) is unknown color: approx Alizarin. HEX triplet: FF, 33 and 3C. RGB value is (255,51,60). Sum of RGB (Red+Green+Blue) = 255+51+60=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 51 (20.31% from 255 or 13.93% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF333C is #00CCC3. Grayscale: #717171. Windows color (decimal): -52420 or 3945471. OLE color: 3945471.

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

Color convert

RGB2555160-
CMYK00.80.760
HSL357.35º100%60%-
HSV(B)357.35º80%100%-
XYZ43.2423.956.62-
YUV113.0298.09229.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.67%
GREEN value IS 51 (20.31% from 255) = 13.93%
BLUE value IS 60 (23.83% from 255) = 16.39%
R=69.67%
G=13.93%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255516000.80.760357.3510060
HexFF333C0504C0165643c
Octal37763740120114054514474
Binary1111111111001111110001010000100110001011001011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF333C; }

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

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

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

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

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

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

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

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